Searched defs:plist (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpeer.c86 dns_peerlist_t *plist; local
92 plist = *list;
95 REQUIRE(plist->refs > 0);
97 plist->refs--;
99 if (plist->refs == 0)
100 peerlist_delete(&plist);

Completed in 12 milliseconds