diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 74 | 
1 files changed, 37 insertions, 37 deletions
@@ -1,42 +1,42 @@ -Extension [ <persistent> extension #80 dio version 0.1.0 ] { +Extension [ <persistent> extension #113 dio version 0.2.0 ] {    - Constants [36] { -    Constant [ integer O_RDONLY ] { 0 } -    Constant [ integer O_WRONLY ] { 1 } -    Constant [ integer O_RDWR ] { 2 } -    Constant [ integer O_CREAT ] { 64 } -    Constant [ integer O_EXCL ] { 128 } -    Constant [ integer O_TRUNC ] { 512 } -    Constant [ integer O_APPEND ] { 1024 } -    Constant [ integer O_NONBLOCK ] { 2048 } -    Constant [ integer O_NDELAY ] { 2048 } -    Constant [ integer O_SYNC ] { 1052672 } -    Constant [ integer O_ASYNC ] { 8192 } -    Constant [ integer O_NOCTTY ] { 256 } -    Constant [ integer S_IRWXU ] { 448 } -    Constant [ integer S_IRUSR ] { 256 } -    Constant [ integer S_IWUSR ] { 128 } -    Constant [ integer S_IXUSR ] { 64 } -    Constant [ integer S_IRWXG ] { 56 } -    Constant [ integer S_IRGRP ] { 32 } -    Constant [ integer S_IWGRP ] { 16 } -    Constant [ integer S_IXGRP ] { 8 } -    Constant [ integer S_IRWXO ] { 7 } -    Constant [ integer S_IROTH ] { 4 } -    Constant [ integer S_IWOTH ] { 2 } -    Constant [ integer S_IXOTH ] { 1 } -    Constant [ integer F_DUPFD ] { 0 } -    Constant [ integer F_GETFD ] { 1 } -    Constant [ integer F_GETFL ] { 3 } -    Constant [ integer F_SETFL ] { 4 } -    Constant [ integer F_GETLK ] { 5 } -    Constant [ integer F_SETLK ] { 6 } -    Constant [ integer F_SETLKW ] { 7 } -    Constant [ integer F_SETOWN ] { 8 } -    Constant [ integer F_GETOWN ] { 9 } -    Constant [ integer F_UNLCK ] { 2 } -    Constant [ integer F_RDLCK ] { 0 } -    Constant [ integer F_WRLCK ] { 1 } +    Constant [ int O_RDONLY ] { 0 } +    Constant [ int O_WRONLY ] { 1 } +    Constant [ int O_RDWR ] { 2 } +    Constant [ int O_CREAT ] { 64 } +    Constant [ int O_EXCL ] { 128 } +    Constant [ int O_TRUNC ] { 512 } +    Constant [ int O_APPEND ] { 1024 } +    Constant [ int O_NONBLOCK ] { 2048 } +    Constant [ int O_NDELAY ] { 2048 } +    Constant [ int O_SYNC ] { 1052672 } +    Constant [ int O_ASYNC ] { 8192 } +    Constant [ int O_NOCTTY ] { 256 } +    Constant [ int S_IRWXU ] { 448 } +    Constant [ int S_IRUSR ] { 256 } +    Constant [ int S_IWUSR ] { 128 } +    Constant [ int S_IXUSR ] { 64 } +    Constant [ int S_IRWXG ] { 56 } +    Constant [ int S_IRGRP ] { 32 } +    Constant [ int S_IWGRP ] { 16 } +    Constant [ int S_IXGRP ] { 8 } +    Constant [ int S_IRWXO ] { 7 } +    Constant [ int S_IROTH ] { 4 } +    Constant [ int S_IWOTH ] { 2 } +    Constant [ int S_IXOTH ] { 1 } +    Constant [ int F_DUPFD ] { 0 } +    Constant [ int F_GETFD ] { 1 } +    Constant [ int F_GETFL ] { 3 } +    Constant [ int F_SETFL ] { 4 } +    Constant [ int F_GETLK ] { 5 } +    Constant [ int F_SETLK ] { 6 } +    Constant [ int F_SETLKW ] { 7 } +    Constant [ int F_SETOWN ] { 8 } +    Constant [ int F_GETOWN ] { 9 } +    Constant [ int F_UNLCK ] { 2 } +    Constant [ int F_RDLCK ] { 0 } +    Constant [ int F_WRLCK ] { 1 }    }    - Functions {  | 
