Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddir.c322 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
323 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
324 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c92 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
100 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
101 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
102 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
700 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
701 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
702 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h84 char *CurrentStatFile, *CurrentLStatFile; member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c178 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in phpdbg_webdata_decompress()
179 efree(BG(CurrentStatFile)); in phpdbg_webdata_decompress()
180 BG(CurrentStatFile) = NULL; in phpdbg_webdata_decompress()
/PHP-8.0/main/streams/
H A Dstreams.c1967 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
1987 if (BG(CurrentStatFile)) {
1988 efree(BG(CurrentStatFile));
1990 BG(CurrentStatFile) = estrdup(path);
/PHP-8.0/ext/phar/
H A Dphar_object.c4651 if (BG(CurrentStatFile)) { in PHP_METHOD()
4652 efree(BG(CurrentStatFile)); in PHP_METHOD()
4656 BG(CurrentStatFile) = NULL; in PHP_METHOD()

Completed in 31 milliseconds