Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_trace_pread.c39 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
H A Dfpm_main.c448 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
H A Dfpm_conf.c1534 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
/PHP-7.4/ext/dba/
H A Ddba_ndbm.c44 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_db1.c58 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_cdb.c78 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
/PHP-7.4/ext/standard/
H A Drandom.c153 fd = open("/dev/urandom", O_RDONLY); in php_random_bytes()
H A Dproc_open.c713 …riptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RDONLY; in PHP_FUNCTION()
1126 case O_RDONLY|O_BINARY: in PHP_FUNCTION()
1133 case O_RDONLY: in PHP_FUNCTION()
H A Dpack.c28 #define O_RDONLY _O_RDONLY macro
H A Dhttp_fopen_wrapper.c39 #define O_RDONLY _O_RDONLY macro
H A Dftp_fopen_wrapper.c36 #define O_RDONLY _O_RDONLY macro
H A Dfile.c45 # define O_RDONLY _O_RDONLY macro
/PHP-7.4/main/
H A Dphp_open_temporary_file.c28 #define O_RDONLY _O_RDONLY macro
H A Dfopen_wrappers.c34 #define O_RDONLY _O_RDONLY macro
804 fdtest = VCWD_OPEN(filepath, O_RDONLY);
H A Dnetwork.c32 # define O_RDONLY _O_RDONLY macro
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c445 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dder.c400 if ((fd = open(argv[1], O_RDONLY)) == -1) in main()
H A Dcdf.c1567 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) in main()
/PHP-7.4/ext/oci8/
H A Doci8_lob.c719 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()
/PHP-7.4/sapi/fpm/
H A Dconfig.m4248 fd = open(buf, O_RDONLY);
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2133 …nt->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
2135 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c94 flags |= O_RDONLY; in php_stream_parse_fopen_modes()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c1536 fd = zend_file_cache_open(filename, O_RDONLY | O_BINARY);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch718 - if ((fd = open(dbname, O_RDONLY|O_BINARY)) == -1)
2929 - int flags = O_RDONLY|O_BINARY|O_NONBLOCK;
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c853 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()

Completed in 152 milliseconds

12