Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h271 #define VCWD_OPEN(path, flags) virtual_open(path, flags) macro
305 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) macro
317 #define VCWD_OPEN(path, flags) open(path, flags) macro
/php-src/main/
H A Dphp_open_temporary_file.c212 fd = VCWD_OPEN(opened_path, open_flags); in php_do_open_temporary_file()
H A Dfopen_wrappers.c812 fdtest = VCWD_OPEN(filepath, O_RDONLY);
/php-src/ext/dba/
H A Ddba_cdb.c76 file = VCWD_OPEN(ZSTR_VAL(info->path), O_RDONLY); in DBA_OPEN_FUNC()

Completed in 13 milliseconds