Home
last modified time | relevance | path

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

12

/PHP-5.5/TSRM/
H A Dtsrm_nw.c63 int mode = O_RDONLY;
84 mode = O_RDONLY;
182 if (mode == O_RDONLY) {
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace_pread.c41 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
H A Dfpm_main.c510 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
H A Dfpm_conf.c1486 fd = open(filename, O_RDONLY, 0); in fpm_conf_load_ini_file()
/PHP-5.5/ext/dba/
H A Ddba_ndbm.c46 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_db1.c61 gmode = O_RDONLY; in DBA_OPEN_FUNC()
H A Ddba_cdb.c80 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
/PHP-5.5/main/
H A Dphp_open_temporary_file.c29 #define O_RDONLY _O_RDONLY macro
H A Dfopen_wrappers.c36 #define O_RDONLY _O_RDONLY macro
772 fdtest = VCWD_OPEN(filepath, O_RDONLY);
H A Dnetwork.c33 # define O_RDONLY _O_RDONLY macro
/PHP-5.5/ext/standard/
H A Dproc_open.c624 …riptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RDONLY; in PHP_FUNCTION()
946 case O_RDONLY|O_BINARY: in PHP_FUNCTION()
953 case O_RDONLY: in PHP_FUNCTION()
H A Dpassword.c138 fd = open("/dev/urandom", O_RDONLY); in php_password_make_salt()
H A Dpack.c29 #define O_RDONLY _O_RDONLY macro
H A Dhttp_fopen_wrapper.c40 #define O_RDONLY _O_RDONLY macro
H A Dftp_fopen_wrapper.c37 #define O_RDONLY _O_RDONLY macro
H A Dfile.c49 # define O_RDONLY _O_RDONLY macro
/PHP-5.5/ext/oci8/
H A Doci8_lob.c736 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) {
/PHP-5.5/sapi/fpm/
H A Dconfig.m4254 fd = open(buf, O_RDONLY);
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1429 *fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c88 flags |= O_RDONLY; in php_stream_parse_fopen_modes()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c1318 if ((info.i_fd = open(argv[1], O_RDONLY)) == -1)
/PHP-5.5/ext/session/
H A Dsession.c372 fd = VCWD_OPEN(PS(entropy_file), O_RDONLY); in php_session_create_id()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2046 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch604 - if ((fd = open(dbname, O_RDONLY|O_BINARY)) == -1)
2448 - int flags = O_RDONLY|O_BINARY;
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c647 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()

Completed in 98 milliseconds

12