gdCacheGet        184 ext/gd/gdcache.c 	elem = *(int *)gdCacheGet(cacheTable, &key);
gdCacheGet        186 ext/gd/gdcache.c 	elem = *(int *)gdCacheGet(cacheTable, &key);
gdCacheGet        188 ext/gd/gdcache.c 	elem = *(int *)gdCacheGet(cacheTable, &key);
gdCacheGet        190 ext/gd/gdcache.c 	elem = *(int *)gdCacheGet(cacheTable, &key);
gdCacheGet        192 ext/gd/gdcache.c 	elem = *(int *)gdCacheGet(cacheTable, &key);
gdCacheGet        194 ext/gd/gdcache.c 	elem = *(int *)gdCacheGet(cacheTable, &key);
gdCacheGet         87 ext/gd/gdcache.h gdCacheGet( gdCache_head_t *head, void *keydata );
gdCacheGet        667 ext/gd/gdttf.c 	glyph = (glyph_t *)gdCacheGet(font->glyphCache, &glyphkey);
gdCacheGet        684 ext/gd/gdttf.c 	gdCacheGet(glyph->bitmapCache, &bitmapkey);
gdCacheGet        726 ext/gd/gdttf.c 				tweencolor = (tweencolor_t *)gdCacheGet(tweenColorCache, &tweencolorkey);
gdCacheGet        765 ext/gd/gdttf.c 	font = (font_t *)gdCacheGet(fontCache, &fontkey);
gdCacheGet        196 ext/gd/libgd/gdcache.c   elem = *(int *) gdCacheGet (cacheTable, &key);
gdCacheGet        198 ext/gd/libgd/gdcache.c   elem = *(int *) gdCacheGet (cacheTable, &key);
gdCacheGet        200 ext/gd/libgd/gdcache.c   elem = *(int *) gdCacheGet (cacheTable, &key);
gdCacheGet        202 ext/gd/libgd/gdcache.c   elem = *(int *) gdCacheGet (cacheTable, &key);
gdCacheGet        204 ext/gd/libgd/gdcache.c   elem = *(int *) gdCacheGet (cacheTable, &key);
gdCacheGet        206 ext/gd/libgd/gdcache.c   elem = *(int *) gdCacheGet (cacheTable, &key);
gdCacheGet         86 ext/gd/libgd/gdcache.h gdCacheGet( gdCache_head_t *head, void *keydata );
gdCacheGet        705 ext/gd/libgd/gdft.c 					tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
gdCacheGet        830 ext/gd/libgd/gdft.c 	font = (font_t *) gdCacheGet (fontCache, &fontkey);