Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h255 #define VCWD_OPEN(path, flags) virtual_open(path, flags) macro
289 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) macro
301 #define VCWD_OPEN(path, flags) open(path, flags) macro
/PHP-7.2/main/
H A Dphp_open_temporary_file.c186 fd = VCWD_OPEN(opened_path, open_flags); in php_do_open_temporary_file()
H A Dfopen_wrappers.c791 fdtest = VCWD_OPEN(filepath, O_RDONLY);
/PHP-7.2/ext/dba/
H A Ddba_cdb.c80 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
/PHP-7.2/ext/oci8/
H A Doci8_lob.c719 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()

Completed in 17 milliseconds