Lines Matching defs:crecp
48 struct crec* crecp; in cache_init() local
118 static void cache_hash(struct crec* crecp) { in cache_hash()
136 static void cache_free(struct crec* crecp) { in cache_free()
158 static void cache_link(struct crec* crecp) { in cache_link()
168 static void cache_unlink(struct crec* crecp) { in cache_unlink()
180 char* cache_get_name(struct crec* crecp) { in cache_get_name()
189 static int is_outdated_cname_pointer(struct crec* crecp) { in is_outdated_cname_pointer()
197 static int is_expired(time_t now, struct crec* crecp) { in is_expired()
220 struct crec *crecp, **up; in cache_scan_free() local
409 struct crec* cache_find_by_name(struct crec* crecp, char* name, time_t now, unsigned short prot) { in cache_find_by_name()
474 struct crec* cache_find_by_addr(struct crec* crecp, struct all_addr* addr, time_t now, in cache_find_by_addr()