Home
last modified time | relevance | path

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

/PHP-5.5/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.c707 tc_elem = (tweencolor_t *) gdCacheGet(tc_cache, &tc_key);
834 font = (font_t *) gdCacheGet (fontCache, &fontkey);
/PHP-5.5/ext/gd/
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.h87 gdCacheGet( gdCache_head_t *head, void *keydata );
/PHP-5.5/main/
H A Dphp_compat.h357 #define gdCacheGet php_gd_gdCacheGet macro

Completed in 42 milliseconds