gdCacheCreate     189 ext/gd/gdcache.c 	cacheTable = gdCacheCreate(3, cacheTest, cacheFetch, cacheRelease);
gdCacheCreate      77 ext/gd/gdcache.h gdCacheCreate(
gdCacheCreate     189 ext/gd/libgd/gdcache.c   cacheTable = gdCacheCreate (3, cacheTest, cacheFetch, cacheRelease);
gdCacheCreate      76 ext/gd/libgd/gdcache.h gdCacheCreate(
gdCacheCreate     759 ext/gd/libgd/gdft.c 	fontCache = gdCacheCreate (FONTCACHESIZE, fontTest, fontFetch, fontRelease);
gdCacheCreate     817 ext/gd/libgd/gdft.c 	tc_cache = gdCacheCreate(TWEENCOLORCACHESIZE, tweenColorTest, tweenColorFetch, tweenColorRelease);