Home
last modified time | relevance | path

Searched refs:virtual_file_ex (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/
H A Dzend_virtual_cwd.c1269 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)==0) { in virtual_realpath()
1317 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_fopen()
1449 if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) { in virtual_open()
1485 if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) { in virtual_creat()
1504 if (virtual_file_ex(&old_state, oldname, NULL, CWD_EXPAND)) { in virtual_rename()
1511 if (virtual_file_ex(&new_state, newname, NULL, CWD_EXPAND)) { in virtual_rename()
1540 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in virtual_stat()
1558 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_lstat()
1576 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_unlink()
1619 if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) { in virtual_rmdir()
[all …]
H A Dzend_virtual_cwd.h207 CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int u…
/php-src/main/
H A Dphp_open_temporary_file.c126 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in php_do_open_temporary_file()
H A Dfopen_wrappers.c825 if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode)) {
/php-src/ext/zip/
H A Dphp_zip.c156 virtual_file_ex(&new_state, file, NULL, CWD_EXPAND); in php_zip_extract_file()
/php-src/ext/phar/
H A Dphar_object.c4129 if (virtual_file_ex(&new_state, entry->filename, NULL, CWD_EXPAND) != 0 || in phar_extract_file()

Completed in 39 milliseconds