Searched refs:gdCacheGet (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/gd/libgd/ |
H A D | gdcache.c | 91 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 D | gdcache.h | 83 gdCacheGet( gdCache_head_t *head, void *keydata );
|
H A D | gdft.c | 759 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key); 893 font = (font_t *) gdCacheGet (fontCache, &fontkey);
|
/PHP-8.4/main/ |
H A D | php_compat.h | 379 #define gdCacheGet php_gd_gdCacheGet macro
|
Completed in 16 milliseconds