Lines Matching defs:crecp
75 struct crec *crecp; in cache_init() local
154 static void cache_hash(struct crec *crecp) in cache_hash()
176 static void cache_free(struct crec *crecp) in cache_free()
200 static void cache_link(struct crec *crecp) in cache_link()
212 static void cache_unlink (struct crec *crecp) in cache_unlink()
225 char *cache_get_name(struct crec *crecp) in cache_get_name()
235 static int is_outdated_cname_pointer(struct crec *crecp) in is_outdated_cname_pointer()
246 static int is_expired(time_t now, struct crec *crecp) in is_expired()
272 struct crec *crecp, **up; in cache_scan_free() local
495 struct crec *cache_find_by_name(struct crec *crecp, char *name, time_t now, unsigned short prot) in cache_find_by_name()
579 struct crec *cache_find_by_addr(struct crec *crecp, struct all_addr *addr, in cache_find_by_addr()