Searched refs:key_value_t (Results 1 – 2 of 2) sorted by relevance
156 key_value_t; typedef161 return (((key_value_t *) map)->key == *(int *) key); in cacheTest()167 key_value_t *map; in cacheFetch()169 map = (key_value_t *) gdMalloc (sizeof (key_value_t)); in cacheFetch()
153 } key_value_t; typedef158 return (((key_value_t *)map)->key == *(int *)key); in cacheTest()164 key_value_t *map; in cacheFetch()166 map = (key_value_t *)malloc(sizeof(key_value_t)); in cacheFetch()
Completed in 6 milliseconds