Home
last modified time | relevance | path

Searched refs:CurrentStatFile (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/standard/
H A Ddir.c342 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
343 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
344 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c103 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
111 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
112 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
113 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
741 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
742 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
743 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h192 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-5.3/main/streams/
H A Dstreams.c1860 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
1878 if (BG(CurrentStatFile)) {
1879 efree(BG(CurrentStatFile));
1881 BG(CurrentStatFile) = estrdup(path);
/PHP-5.3/ext/phar/
H A Dphar_object.c4720 if (BG(CurrentStatFile)) {
4721 efree(BG(CurrentStatFile));
4725 BG(CurrentStatFile) = NULL;

Completed in 45 milliseconds