Searched refs:VCWD_UNLINK (Results 1 – 8 of 8) sorted by relevance
255 VCWD_UNLINK(buf); in ps_files_cleanup_dir()441 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
271 #define VCWD_UNLINK(path) virtual_unlink(path TSRMLS_CC) macro307 #define VCWD_UNLINK(path) unlink(path) macro
1044 ret = VCWD_UNLINK(url); in php_plain_files_unlink()1103 VCWD_UNLINK(url_from); in php_plain_files_rename()1112 VCWD_UNLINK(url_from); in php_plain_files_rename()1119 VCWD_UNLINK(url_from); in php_plain_files_rename()
264 VCWD_UNLINK(*opened_path); in _php_stream_bz2open()
901 VCWD_UNLINK(local); in PHP_FUNCTION()967 VCWD_UNLINK(local); in PHP_FUNCTION()
192 VCWD_UNLINK(*filename); in unlink_filename()
2821 VCWD_UNLINK((const char *)path); /* make sure that the temporary file is removed */ in _php_image_output()
5803 VCWD_UNLINK(path);
Completed in 44 milliseconds