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

/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwconfig.c235 confdata->searchnxt = 0;
271 for (i = 0; i < confdata->searchnxt; i++) {
287 confdata->searchnxt = 0;
384 confdata->searchnxt = 0;
421 confdata->searchnxt = 0;
429 if (confdata->searchnxt == LWRES_CONFMAXSEARCH)
436 confdata->searchnxt++;
666 } else if (confdata->searchnxt > 0) {
667 REQUIRE(confdata->searchnxt <= LWRES_CONFMAXSEARCH);
670 for (i = 0; i < confdata->searchnxt;
[all...]
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dresconf.c103 isc_uint8_t searchnxt; /*%< index for next free slot */ member in struct:irs_resconf
328 conf->searchnxt = 0;
359 conf->searchnxt = 0;
367 if (conf->searchnxt == RESCONFMAXSEARCH)
374 conf->searchnxt++;
503 conf->searchnxt = 0;
570 } else if (conf->searchnxt > 0) {
571 for (i = 0; i < conf->searchnxt; i++) {
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dlwres.h234 lwres_uint8_t searchnxt; /*%< index for next free slot */ member in struct:__anon297
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwresd.c221 if (lwc->searchnxt > 0) {
222 if (lwc->searchnxt > 0) {
224 for (i = 0; i < lwc->searchnxt; i++) {
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c1198 for (i = 0; i < confdata->searchnxt; i++) {
1234 if (lwconf->searchnxt > 0)

Completed in 122 milliseconds