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 #64 dio version 0.3.0RC1 ] { +Extension [ <persistent> extension #75 dio version 0.3.0 ] { - Constants [36] { - 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 } + Constant [ <persistent> int O_RDONLY ] { 0 } + Constant [ <persistent> int O_WRONLY ] { 1 } + Constant [ <persistent> int O_RDWR ] { 2 } + Constant [ <persistent> int O_CREAT ] { 64 } + Constant [ <persistent> int O_EXCL ] { 128 } + Constant [ <persistent> int O_TRUNC ] { 512 } + Constant [ <persistent> int O_APPEND ] { 1024 } + Constant [ <persistent> int O_NONBLOCK ] { 2048 } + Constant [ <persistent> int O_NDELAY ] { 2048 } + Constant [ <persistent> int O_SYNC ] { 1052672 } + Constant [ <persistent> int O_ASYNC ] { 8192 } + Constant [ <persistent> int O_NOCTTY ] { 256 } + Constant [ <persistent> int S_IRWXU ] { 448 } + Constant [ <persistent> int S_IRUSR ] { 256 } + Constant [ <persistent> int S_IWUSR ] { 128 } + Constant [ <persistent> int S_IXUSR ] { 64 } + Constant [ <persistent> int S_IRWXG ] { 56 } + Constant [ <persistent> int S_IRGRP ] { 32 } + Constant [ <persistent> int S_IWGRP ] { 16 } + Constant [ <persistent> int S_IXGRP ] { 8 } + Constant [ <persistent> int S_IRWXO ] { 7 } + Constant [ <persistent> int S_IROTH ] { 4 } + Constant [ <persistent> int S_IWOTH ] { 2 } + Constant [ <persistent> int S_IXOTH ] { 1 } + Constant [ <persistent> int F_DUPFD ] { 0 } + Constant [ <persistent> int F_GETFD ] { 1 } + Constant [ <persistent> int F_GETFL ] { 3 } + Constant [ <persistent> int F_SETFL ] { 4 } + Constant [ <persistent> int F_GETLK ] { 5 } + Constant [ <persistent> int F_SETLK ] { 6 } + Constant [ <persistent> int F_SETLKW ] { 7 } + Constant [ <persistent> int F_SETOWN ] { 8 } + Constant [ <persistent> int F_GETOWN ] { 9 } + Constant [ <persistent> int F_UNLCK ] { 2 } + Constant [ <persistent> int F_RDLCK ] { 0 } + Constant [ <persistent> int F_WRLCK ] { 1 } } - Functions { |
