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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c103 uint8_t searchnxt; /*%< index for next free slot member in struct:irs_resconf
347 conf->searchnxt = 0;
377 conf->searchnxt = 0;
386 if (conf->searchnxt == RESCONFMAXSEARCH) {
393 conf->searchnxt++;
533 conf->searchnxt = 0;
597 } else if (conf->searchnxt > 0) {
598 for (i = 0; i < conf->searchnxt; i++) {
/netbsd-current/external/mpl/bind/dist/lib/irs/
H A Dresconf.c106 uint8_t searchnxt; /*%< index for next free slot member in struct:irs_resconf
349 conf->searchnxt = 0;
379 conf->searchnxt = 0;
388 if (conf->searchnxt == RESCONFMAXSEARCH) {
395 conf->searchnxt++;
548 conf->searchnxt = 0;
614 } else if (conf->searchnxt > 0) {
615 for (i = 0; i < conf->searchnxt; i++) {

Completed in 87 milliseconds