Searched refs:VCWD_UNLINK (Results 1 – 8 of 8) sorted by relevance
269 #define VCWD_UNLINK(path) virtual_unlink(path) macro298 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro310 #define VCWD_UNLINK(path) unlink(path) macro
328 VCWD_UNLINK(buf); in ps_files_cleanup_dir()611 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
235 VCWD_UNLINK(ZSTR_VAL(*opened_path)); in _php_stream_bz2open()
752 VCWD_UNLINK(local); in PHP_FUNCTION()822 VCWD_UNLINK(local); in PHP_FUNCTION()
1197 ret = VCWD_UNLINK(url); in php_plain_files_unlink()1282 VCWD_UNLINK(url_from); in php_plain_files_rename()
197 VCWD_UNLINK(ZSTR_VAL(filename)); in destroy_uploaded_files_hash()
2509 VCWD_UNLINK(path);
1884 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
Completed in 48 milliseconds