Searched refs:O_BINARY (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | os.c | 34 # ifndef O_BINARY 35 # define O_BINARY 0 macro 465 id->fd = open(zFilename, O_RDWR|O_CREAT|O_LARGEFILE|O_BINARY, 0644); 472 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); 597 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600); 684 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); 772 id->dirfd = open(zDirname, O_RDONLY|O_BINARY, 0644);
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 24744 #ifndef O_BINARY 24745 # define O_BINARY 0 macro [all...] |
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | file.h | 472 #ifndef O_BINARY 473 #define O_BINARY 0 macro
|
| /PHP_5_3/TSRM/ |
| H A D | tsrm_win32.c | 510 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT;
|
| /PHP_5_3/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_5_3/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_5_3/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_5_3/ext/standard/ |
| H A D | proc_open.c | 669 descriptors[ndesc].mode_flags |= O_BINARY; 985 case O_WRONLY|O_BINARY: 988 case O_RDONLY|O_BINARY:
|
| /PHP_5_3/main/streams/ |
| H A D | plain_wrapper.c | 89 #if defined(_O_TEXT) && defined(O_BINARY) 93 flags |= O_BINARY;
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 1547 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 1548 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 1549 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 104 #ifndef O_BINARY 105 #define O_BINARY 0 macro 710 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 711 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 712 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_5_3/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_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 683 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ local 684 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ local 685 setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ local
|
| /PHP_5_3/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
|
Completed in 153 milliseconds