fontCache 203 ext/gd/libgd/gdft.c static gdCache_head_t *fontCache = NULL; fontCache 760 ext/gd/libgd/gdft.c if (fontCache) { fontCache 761 ext/gd/libgd/gdft.c gdCacheDelete(fontCache); fontCache 762 ext/gd/libgd/gdft.c fontCache = NULL; fontCache 786 ext/gd/libgd/gdft.c if (fontCache) { fontCache 793 ext/gd/libgd/gdft.c fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease); fontCache 856 ext/gd/libgd/gdft.c if (!fontCache) { fontCache 877 ext/gd/libgd/gdft.c font = (font_t *) gdCacheGet (fontCache, &fontkey); fontCache 881 ext/gd/libgd/gdft.c return fontCache->error;