Searched refs:hnc_cache (Results 1 – 1 of 1) sorted by relevance
255 static struct hostname_cache **hnc_cache; variable5333 for (hpp = &hnc_cache[i]; *hpp != NULL; ) { in hnc_init()5343 hnc_cache = calloc(hnc_size, sizeof (struct hostname_cache *)); in hnc_init()5345 if (hnc_cache == NULL) { in hnc_init()5368 if (hnc_cache == NULL) { in hnc_lookup()5377 for (hpp = &hnc_cache[index]; (hp = *hpp) != NULL; ) { in hnc_lookup()5395 if (hp != hnc_cache[index]) { in hnc_lookup()5399 hp->next = hnc_cache[index]; in hnc_lookup()5400 hnc_cache[index] = hp; in hnc_lookup()5436 if (hnc_cache == NULL) { in hnc_register()[all …]