Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h279 #define VCWD_UNLINK(path) virtual_unlink(path) macro
308 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
320 #define VCWD_UNLINK(path) unlink(path) macro
/php-src/ext/session/
H A Dmod_files.c323 VCWD_UNLINK(buf); in ps_files_cleanup_dir()
605 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
/php-src/ext/bz2/
H A Dbz2.c235 VCWD_UNLINK(ZSTR_VAL(*opened_path)); in _php_stream_bz2open()
/php-src/ext/ftp/
H A Dphp_ftp.c729 VCWD_UNLINK(local); in PHP_FUNCTION()
796 VCWD_UNLINK(local); in PHP_FUNCTION()
/php-src/main/streams/
H A Dplain_wrapper.c1255 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1340 VCWD_UNLINK(url_from); in php_plain_files_rename()
/php-src/main/
H A Drfc1867.c174 VCWD_UNLINK(ZSTR_VAL(filename)); in destroy_uploaded_files_hash()
/php-src/ext/standard/
H A Dbasic_functions.c2386 VCWD_UNLINK(path);
/php-src/ext/gd/
H A Dgd.c1806 VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */ in _php_image_output()
/php-src/ext/soap/
H A Dphp_sdl.c2397 VCWD_UNLINK(ZSTR_VAL(temp_file_path)); in add_sdl_to_cache()

Completed in 49 milliseconds