Home
last modified time | relevance | path

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

/PHP-5.5/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.c102 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
110 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
111 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
112 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
808 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
809 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
810 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h189 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-5.5/main/streams/
H A Dstreams.c1935 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
1955 if (BG(CurrentStatFile)) {
1956 efree(BG(CurrentStatFile));
1958 BG(CurrentStatFile) = estrdup(path);
/PHP-5.5/ext/phar/
H A Dphar_object.c4680 if (BG(CurrentStatFile)) { in PHP_METHOD()
4681 efree(BG(CurrentStatFile)); in PHP_METHOD()
4685 BG(CurrentStatFile) = NULL; in PHP_METHOD()

Completed in 27 milliseconds