Searched refs:srclist (Results 1 – 2 of 2) sorted by relevance
105 const ns_src *srclist; in nsdispatch() local118 srclist = defaults; in nsdispatch()120 while (srclist[srclistsize].name != NULL) in nsdispatch()126 cb = _nsmethod(srclist[i].name, database, method, in nsdispatch()135 if (result & srclist[i].flags) in nsdispatch()
182 ns_src *srclist; /* list of sources */ member