Home
last modified time | relevance | path

Searched refs:VCWD_UNLINK (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h269 #define VCWD_UNLINK(path) virtual_unlink(path) macro
298 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
310 #define VCWD_UNLINK(path) unlink(path) macro
/PHP-8.0/ext/session/
H A Dmod_files.c328 VCWD_UNLINK(buf); in ps_files_cleanup_dir()
611 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
/PHP-8.0/ext/bz2/
H A Dbz2.c235 VCWD_UNLINK(ZSTR_VAL(*opened_path)); in _php_stream_bz2open()
/PHP-8.0/ext/ftp/
H A Dphp_ftp.c752 VCWD_UNLINK(local); in PHP_FUNCTION()
822 VCWD_UNLINK(local); in PHP_FUNCTION()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1197 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1282 VCWD_UNLINK(url_from); in php_plain_files_rename()
/PHP-8.0/main/
H A Drfc1867.c197 VCWD_UNLINK(ZSTR_VAL(filename)); in destroy_uploaded_files_hash()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c2509 VCWD_UNLINK(path);
/PHP-8.0/ext/gd/
H A Dgd.c1884 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()

Completed in 37 milliseconds