Searched refs:aux_cache_entry (Results 1 – 1 of 1) sorted by relevance
866 struct aux_cache_entry struct874 struct aux_cache_entry *next; argument909 static struct aux_cache_entry **aux_hash;931 aux_hash = xcalloc (aux_hash_size, sizeof (struct aux_cache_entry *)); in init_aux_cache()946 struct aux_cache_entry *entry; in search_aux_cache()973 struct aux_cache_entry *entry; in insert_to_aux_cache()982 entry = xmalloc (sizeof (struct aux_cache_entry) + len); in insert_to_aux_cache()1047 aux_hash = xcalloc (aux_hash_size, sizeof (struct aux_cache_entry *)); in load_aux_cache()1074 for (struct aux_cache_entry *entry = aux_hash[i]; in save_aux_cache()1107 for (struct aux_cache_entry *entry = aux_hash[i]; in save_aux_cache()
Completed in 19 milliseconds