Searched refs:O_RDONLY (Results 1 – 25 of 28) sorted by relevance
12
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_trace_pread.c | 39 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
|
H A D | fpm_main.c | 454 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
|
H A D | fpm_conf.c | 1534 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
|
/PHP-7.3/ext/dba/ |
H A D | dba_ndbm.c | 44 gmode = O_RDONLY; in DBA_OPEN_FUNC()
|
H A D | dba_db1.c | 58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
|
H A D | dba_cdb.c | 78 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
|
/PHP-7.3/ext/standard/ |
H A D | random.c | 145 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
|
H A D | proc_open.c | 585 …riptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RDONLY; in PHP_FUNCTION() 901 case O_RDONLY|O_BINARY: in PHP_FUNCTION() 908 case O_RDONLY: in PHP_FUNCTION()
|
H A D | pack.c | 28 #define O_RDONLY _O_RDONLY macro
|
H A D | ftp_fopen_wrapper.c | 36 #define O_RDONLY _O_RDONLY macro
|
H A D | http_fopen_wrapper.c | 39 #define O_RDONLY _O_RDONLY macro
|
H A D | file.c | 45 # define O_RDONLY _O_RDONLY macro
|
/PHP-7.3/main/ |
H A D | php_open_temporary_file.c | 28 #define O_RDONLY _O_RDONLY macro
|
H A D | fopen_wrappers.c | 34 #define O_RDONLY _O_RDONLY macro 789 fdtest = VCWD_OPEN(filepath, O_RDONLY);
|
H A D | network.c | 31 # define O_RDONLY _O_RDONLY macro
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | der.c | 395 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
|
H A D | cdf.c | 1560 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
|
/PHP-7.3/ext/oci8/ |
H A D | oci8_lob.c | 719 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()
|
/PHP-7.3/sapi/fpm/ |
H A D | config.m4 | 252 fd = open(buf, O_RDONLY);
|
/PHP-7.3/sapi/cli/ |
H A D | php_cli_server.c | 2027 …nt->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static() 2029 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
|
/PHP-7.3/main/streams/ |
H A D | plain_wrapper.c | 94 flags |= O_RDONLY; in php_stream_parse_fopen_modes()
|
/PHP-7.3/ext/opcache/ |
H A D | zend_file_cache.c | 1368 fd = zend_file_cache_open(filename, O_RDONLY | O_BINARY);
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 960 - if ((fd = open(dbname, O_RDONLY|O_BINARY)) == -1) 3544 - int flags = O_RDONLY|O_BINARY;
|
/PHP-7.3/sapi/litespeed/ |
H A D | lsapilib.c | 845 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc.c | 1397 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
|
Completed in 124 milliseconds
12