Home
last modified time | relevance | path

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

12

/dports/lang/php81/php-8.1.1/ext/standard/
H A Dfilestat.c82 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
90 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
91 zend_string_release(BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
92 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
690 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
691 zend_string_release(BG(CurrentStatFile)); in php_clear_stat_cache()
692 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
796 if (filename == BG(CurrentStatFile) in php_stat()
797 || (BG(CurrentStatFile) in php_stat()
838 if (BG(CurrentStatFile)) { in php_stat()
[all …]
H A Ddir.c324 …if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(ZSTR_VAL(BG(CurrentStatFile)), ZSTR_LEN(BG(CurrentSta… in PHP_FUNCTION()
325 zend_string_release(BG(CurrentStatFile)); in PHP_FUNCTION()
326 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dbasic_functions.h82 zend_string *CurrentStatFile, *CurrentLStatFile; member
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dfilestat.c82 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
90 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
91 zend_string_release(BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
92 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
690 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
691 zend_string_release(BG(CurrentStatFile)); in php_clear_stat_cache()
692 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
796 if (filename == BG(CurrentStatFile) in php_stat()
797 || (BG(CurrentStatFile) in php_stat()
838 if (BG(CurrentStatFile)) { in php_stat()
[all …]
H A Ddir.c324 …if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(ZSTR_VAL(BG(CurrentStatFile)), ZSTR_LEN(BG(CurrentSta… in PHP_FUNCTION()
325 zend_string_release(BG(CurrentStatFile)); in PHP_FUNCTION()
326 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dbasic_functions.h82 zend_string *CurrentStatFile, *CurrentLStatFile; member
/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddir.c341 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
342 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
343 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c88 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
96 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
97 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
98 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
717 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
718 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
719 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddir.c337 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
338 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
339 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c88 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
96 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
97 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
98 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
725 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
726 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
727 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
/dports/lang/php80/php-8.0.15/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.c82 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
90 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
91 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
92 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
690 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
691 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
692 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
H A Dbasic_functions.h84 char *CurrentStatFile, *CurrentLStatFile; member
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddir.c341 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
342 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
343 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c88 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
96 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
97 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
98 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
717 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
718 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
719 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddir.c337 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in PHP_FUNCTION()
338 efree(BG(CurrentStatFile)); in PHP_FUNCTION()
339 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dfilestat.c88 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
96 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
97 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
98 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
725 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
726 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
727 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
/dports/www/mod_php80/php-8.0.15/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.c82 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
90 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
91 efree (BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
92 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
690 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
691 efree(BG(CurrentStatFile)); in php_clear_stat_cache()
692 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
/dports/www/mod_php80/php-8.0.15/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()
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_wait.c184 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in phpdbg_webdata_decompress()
185 efree(BG(CurrentStatFile)); in phpdbg_webdata_decompress()
186 BG(CurrentStatFile) = NULL; in phpdbg_webdata_decompress()
/dports/lang/php80/php-8.0.15/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()
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_wait.c184 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in phpdbg_webdata_decompress()
185 efree(BG(CurrentStatFile)); in phpdbg_webdata_decompress()
186 BG(CurrentStatFile) = NULL; in phpdbg_webdata_decompress()
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_wait.c184 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in phpdbg_webdata_decompress()
185 efree(BG(CurrentStatFile)); in phpdbg_webdata_decompress()
186 BG(CurrentStatFile) = NULL; in phpdbg_webdata_decompress()
/dports/www/mod_php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_wait.c184 if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) { in phpdbg_webdata_decompress()
185 efree(BG(CurrentStatFile)); in phpdbg_webdata_decompress()
186 BG(CurrentStatFile) = NULL; in phpdbg_webdata_decompress()

12