Searched refs:respip_find_or_create (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.c143 respip_find_or_create(struct respip_set* set, const char* ipstr, int create) function
163 if(!(node=respip_find_or_create(set, ipstr, 1)))
186 if(!(node=respip_find_or_create(set, ipstr, 1)))
328 node=respip_find_or_create(set, ipstr, 0);

Completed in 99 milliseconds