Home
last modified time | relevance | path

Searched refs:VCWD_OPEN_MODE (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h260 #define VCWD_OPEN_MODE(path, flags, mode) virtual_open(path, flags, mode) macro
294 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode) macro
306 #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode) macro
/PHP-8.0/ext/dba/
H A Ddba_dbm.c44 if((fd = VCWD_OPEN_MODE(buf, O_CREAT | mode | O_WRONLY, filemode)) == -1) \
/PHP-8.0/ext/session/
H A Dmod_files.c184 data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY | O_NOFOLLOW, data->filemode); in ps_files_open()
191 data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY, data->filemode); in ps_files_open()
/PHP-8.0/main/
H A Dphp_open_temporary_file.c173 fd = VCWD_OPEN_MODE(opened_path, open_flags, 0600); in php_do_open_temporary_file()
H A Dmain.c823 fd = VCWD_OPEN_MODE(PG(error_log), O_CREAT | O_APPEND | O_WRONLY, 0644); in php_log_err_with_severity()

Completed in 17 milliseconds