Lines Matching refs:BG
103 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
104 BG(CurrentLStatFile)=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()
115 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
116 efree (BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()
117 BG(CurrentLStatFile) = 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()
745 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()
746 efree(BG(CurrentLStatFile)); in php_clear_stat_cache()
747 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()