Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h248 #define VCWD_UNLINK(path) virtual_unlink(path) macro
277 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
289 #define VCWD_UNLINK(path) unlink(path) macro
/PHP-7.3/ext/session/
H A Dmod_files.c331 VCWD_UNLINK(buf); in ps_files_cleanup_dir()
621 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
/PHP-7.3/ext/bz2/
H A Dbz2.c296 VCWD_UNLINK(ZSTR_VAL(*opened_path)); in _php_stream_bz2open()
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c1000 VCWD_UNLINK(local); in PHP_FUNCTION()
1069 VCWD_UNLINK(local); in PHP_FUNCTION()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1156 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1241 VCWD_UNLINK(url_from); in php_plain_files_rename()
/PHP-7.3/main/
H A Drfc1867.c196 VCWD_UNLINK(ZSTR_VAL(filename)); in unlink_filename()
/PHP-7.3/ext/gd/
H A Dgd.c2719 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c5958 VCWD_UNLINK(path);

Completed in 44 milliseconds