Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/
H A Dmod_files.c255 VCWD_UNLINK(buf); in ps_files_cleanup_dir()
441 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.h271 #define VCWD_UNLINK(path) virtual_unlink(path TSRMLS_CC) macro
307 #define VCWD_UNLINK(path) unlink(path) macro
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1044 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()
/PHP-5.4/ext/bz2/
H A Dbz2.c264 VCWD_UNLINK(*opened_path); in _php_stream_bz2open()
/PHP-5.4/ext/ftp/
H A Dphp_ftp.c901 VCWD_UNLINK(local); in PHP_FUNCTION()
967 VCWD_UNLINK(local); in PHP_FUNCTION()
/PHP-5.4/main/
H A Drfc1867.c192 VCWD_UNLINK(*filename); in unlink_filename()
/PHP-5.4/ext/gd/
H A Dgd.c2821 VCWD_UNLINK((const char *)path); /* make sure that the temporary file is removed */ in _php_image_output()
/PHP-5.4/ext/standard/
H A Dbasic_functions.c5803 VCWD_UNLINK(path);

Completed in 44 milliseconds