Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h238 #define VCWD_OPEN(path, flags) virtual_open(path, flags) macro
272 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) macro
284 #define VCWD_OPEN(path, flags) open(path, flags) macro
/PHP-7.3/main/
H A Dphp_open_temporary_file.c184 fd = VCWD_OPEN(opened_path, open_flags); in php_do_open_temporary_file()
H A Dfopen_wrappers.c789 fdtest = VCWD_OPEN(filepath, O_RDONLY);
/PHP-7.3/ext/dba/
H A Ddba_cdb.c78 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
/PHP-7.3/ext/oci8/
H A Doci8_lob.c719 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()

Completed in 25 milliseconds