Searched refs:hostname_cache (Results 1 – 2 of 2) sorted by relevance
225 struct hostname_cache { struct226 struct hostname_cache *next; argument308 static void hnc_unreg(struct hostname_cache **);
255 static struct hostname_cache **hnc_cache;5321 struct hostname_cache **hpp; in hnc_init()5343 hnc_cache = calloc(hnc_size, sizeof (struct hostname_cache *)); in hnc_init()5359 struct hostname_cache **hpp, *hp; in hnc_lookup()5426 struct hostname_cache **hpp, **tailp, *hp, *entry; in hnc_register()5445 if ((entry = malloc(sizeof (struct hostname_cache))) == NULL) { in hnc_register()5506 hnc_unreg(struct hostname_cache **hpp) in hnc_unreg()5508 struct hostname_cache *hp = *hpp; in hnc_unreg()