Searched refs:O_BINARY (Results 1 - 13 of 13) sorted by relevance
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_win32.c | 508 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT;
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8_lob.c | 48 #ifndef O_BINARY 49 #define O_BINARY 0 macro 736 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) {
|
| /PHP_TRUNK/main/streams/ |
| H A D | plain_wrapper.c | 94 #if defined(_O_TEXT) && defined(O_BINARY) 98 flags |= O_BINARY;
|
| /PHP_TRUNK/sapi/embed/ |
| H A D | php_embed.c | 183 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 184 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 185 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_TRUNK/sapi/litespeed/ |
| H A D | lsapi_main.c | 511 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 512 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 513 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_TRUNK/ext/standard/ |
| H A D | proc_open.c | 606 descriptors[ndesc].mode_flags |= O_BINARY; 922 case O_WRONLY|O_BINARY: 925 case O_RDONLY|O_BINARY:
|
| /PHP_TRUNK/ext/session/ |
| H A D | mod_files.c | 129 #ifndef O_BINARY 130 # define O_BINARY 0 macro 169 data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY, data->filemode);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli.c | 102 #ifndef O_BINARY 103 #define O_BINARY 0 macro 1264 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 1265 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 1266 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | file.h | 496 #ifndef O_BINARY 497 #define O_BINARY 0 macro
|
| /PHP_TRUNK/sapi/cgi/ |
| H A D | cgi_main.c | 1802 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 1803 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 1804 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 1599 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 1600 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 1601 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_sdl.c | 33 #ifndef O_BINARY 34 # define O_BINARY 0 macro 1548 f = open(fn, O_RDONLY|O_BINARY); 2125 f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); 2127 f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 24744 #ifndef O_BINARY 24745 # define O_BINARY 0 macro [all...] |
Completed in 153 milliseconds