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

/bind-9.11.3/lib/lwres/
H A Dlwconfig.c229 confdata->sortlistnxt = 0;
283 confdata->sortlistnxt = 0;
518 if (confdata->sortlistnxt == LWRES_CONFMAXSORTLIST)
525 idx = confdata->sortlistnxt;
547 confdata->sortlistnxt++;
733 REQUIRE(confdata->sortlistnxt <= LWRES_CONFMAXSORTLIST);
735 if (confdata->sortlistnxt > 0) {
737 for (i = 0; i < confdata->sortlistnxt; i++) {
/bind-9.11.3/lib/irs/
H A Dresconf.c107 isc_uint8_t sortlistnxt; member in struct:irs_resconf
397 if (conf->sortlistnxt == RESCONFMAXSORTLIST)
404 idx = conf->sortlistnxt;
423 conf->sortlistnxt++;
506 conf->sortlistnxt = 0;
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwres.h233 lwres_uint8_t sortlistnxt; member in struct:__anon322
/bind-9.11.3/bin/named/
H A Dlwresd.c159 if (lwc->sortlistnxt > 0) {
164 for (i = 0; i < lwc->sortlistnxt; i++) {

Completed in 17 milliseconds