Home
last modified time | relevance | path

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

/PHP-7.4/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.h86 gdCacheGet( gdCache_head_t *head, void *keydata );
H A Dgdft.c749 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
883 font = (font_t *) gdCacheGet (fontCache, &fontkey);
/PHP-7.4/main/
H A Dphp_compat.h381 #define gdCacheGet php_gd_gdCacheGet macro

Completed in 13 milliseconds