Home
last modified time | relevance | path

Searched refs:gdCacheGet (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgdcache.c91 gdCacheGet (gdCache_head_t * head, void *keydata) in gdCacheGet() function
192 elem = *(int *) gdCacheGet (cacheTable, &key); in main()
194 elem = *(int *) gdCacheGet (cacheTable, &key); in main()
196 elem = *(int *) gdCacheGet (cacheTable, &key); in main()
198 elem = *(int *) gdCacheGet (cacheTable, &key); in main()
200 elem = *(int *) gdCacheGet (cacheTable, &key); in main()
202 elem = *(int *) gdCacheGet (cacheTable, &key); in main()
H A Dgdcache.h83 gdCacheGet( gdCache_head_t *head, void *keydata );
H A Dgdft.c759 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
893 font = (font_t *) gdCacheGet (fontCache, &fontkey);
/php-src/main/
H A Dphp_compat.h379 #define gdCacheGet php_gd_gdCacheGet macro

Completed in 14 milliseconds