gdCacheCreate     181 ext/gd/gdcache.c 	cacheTable = gdCacheCreate(3, cacheTest, cacheFetch, cacheRelease);
gdCacheCreate      77 ext/gd/gdcache.h gdCacheCreate(
gdCacheCreate     405 ext/gd/gdttf.c 	a->glyphCache = gdCacheCreate(GLYPHCACHESIZE, glyphTest, glyphFetch, glyphRelease);
gdCacheCreate     511 ext/gd/gdttf.c 	a->bitmapCache = gdCacheCreate(BITMAPCACHESIZE, bitmapTest, bitmapFetch, bitmapRelease);
gdCacheCreate     639 ext/gd/gdttf.c 		tweenColorCache = gdCacheCreate(TWEENCOLORCACHESIZE, tweenColorTest, tweenColorFetch, tweenColorRelease);
gdCacheCreate     756 ext/gd/gdttf.c 		fontCache = gdCacheCreate(FONTCACHESIZE, fontTest, fontFetch, fontRelease);
gdCacheCreate     193 ext/gd/libgd/gdcache.c   cacheTable = gdCacheCreate (3, cacheTest, cacheFetch, cacheRelease);
gdCacheCreate      76 ext/gd/libgd/gdcache.h gdCacheCreate(
gdCacheCreate     757 ext/gd/libgd/gdft.c 	fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
gdCacheCreate     813 ext/gd/libgd/gdft.c 	tc_cache = gdCacheCreate(TWEENCOLORCACHESIZE, tweenColorTest, tweenColorFetch, tweenColorRelease);