Home | History | Annotate | Download | only in net

Lines Matching refs:srclist

184  * size of dynamic array chunk for _nsmap and _nsmap[x].srclist (and other
385 new = _nsvect_append(src, dbt->srclist, &dbt->srclistsize,
389 dbt->srclist = new;
410 printf(" %s", dbt->srclist[i].name);
411 if (!(dbt->srclist[i].flags &
413 (dbt->srclist[i].flags & NS_SUCCESS))
416 if (!(dbt->srclist[i].flags & NS_SUCCESS))
418 if (dbt->srclist[i].flags & NS_UNAVAIL)
420 if (dbt->srclist[i].flags & NS_NOTFOUND)
422 if (dbt->srclist[i].flags & NS_TRYAGAIN)
446 _nssrclist_free(&dbt->srclist, dbt->srclistsize);
464 if (p->srclist != NULL)
465 _nssrclist_free(&p->srclist, p->srclistsize);
601 const ns_src *srclist;
654 srclist = dbt->srclist;
657 srclist = defaults;
659 while (srclist[srclistsize].name != NULL)
665 cb = _nsmethod(srclist[i].name, database, method,
674 if (result & srclist[i].flags)