Lines Matching refs:BG
1855 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1856 memcpy(ssb, &BG(lssb), sizeof(php_stream_statbuf));
1860 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
1861 memcpy(ssb, &BG(ssb), sizeof(php_stream_statbuf));
1872 if (BG(CurrentLStatFile)) {
1873 efree(BG(CurrentLStatFile));
1875 BG(CurrentLStatFile) = estrdup(path);
1876 memcpy(&BG(lssb), ssb, sizeof(php_stream_statbuf));
1878 if (BG(CurrentStatFile)) {
1879 efree(BG(CurrentStatFile));
1881 BG(CurrentStatFile) = estrdup(path);
1882 memcpy(&BG(ssb), ssb, sizeof(php_stream_statbuf));