Home
last modified time | relevance | path

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

/PHP-5.5/ext/session/
H A Dmod_files.c227 VCWD_UNLINK(buf); in ps_files_cleanup_dir()
448 if (VCWD_UNLINK(buf) == -1) { in PS_DESTROY_FUNC()
/PHP-5.5/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.5/main/streams/
H A Dplain_wrapper.c1071 ret = VCWD_UNLINK(url); in php_plain_files_unlink()
1129 VCWD_UNLINK(url_from); in php_plain_files_rename()
1138 VCWD_UNLINK(url_from); in php_plain_files_rename()
1145 VCWD_UNLINK(url_from); in php_plain_files_rename()
/PHP-5.5/ext/bz2/
H A Dbz2.c268 VCWD_UNLINK(*opened_path); in _php_stream_bz2open()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c901 VCWD_UNLINK(local); in PHP_FUNCTION()
967 VCWD_UNLINK(local); in PHP_FUNCTION()
/PHP-5.5/main/
H A Drfc1867.c192 VCWD_UNLINK(*filename); in unlink_filename()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5865 VCWD_UNLINK(path);
/PHP-5.5/ext/gd/
H A Dgd.c2691 VCWD_UNLINK((const char *)path); /* make sure that the temporary file is removed */ in _php_image_output()

Completed in 57 milliseconds