Searched refs:nip (Results 1 – 4 of 4) sorted by relevance
/nscd/ |
A D | initgrcache.c | 80 nss_action_list nip; in addinitgroupsX() local 87 nip = group_database; in addinitgroupsX() 120 fct = __nss_lookup_function (nip, "initgroups_dyn"); in addinitgroupsX() 124 status = compat_call (nip, key, -1, &start, &size, &groups, in addinitgroupsX() 127 if (nss_next_action (nip, NSS_STATUS_UNAVAIL) != NSS_ACTION_CONTINUE) in addinitgroupsX() 159 && nss_next_action (nip, status) == NSS_ACTION_RETURN) in addinitgroupsX() 162 if (nip[1].module == NULL) in addinitgroupsX() 165 ++nip; in addinitgroupsX()
|
A D | aicache.c | 73 nss_action_list nip; in addhstaiX() local 79 no_more = !__nss_database_get (nss_database_hosts, &nip); in addhstaiX() 109 nss_gethostbyname4_r *fct4 = __nss_lookup_function (nip, in addhstaiX() 195 = __nss_lookup_function (nip, "gethostbyname3_r"); in addhstaiX() 197 fct = __nss_lookup_function (nip, "gethostbyname2_r"); in addhstaiX() 262 cfct = __nss_lookup_function (nip, "getcanonname_r"); in addhstaiX() 434 if (nss_next_action (nip, status[1]) == NSS_ACTION_RETURN) in addhstaiX() 437 if (nip[1].module == NULL) in addhstaiX() 440 ++nip; in addhstaiX()
|
A D | netgroupcache.c | 177 nss_action_list nip = netgroup_database; in addgetnetgrentX() local 178 int no_more = __nss_lookup (&nip, "setnetgrent", NULL, &setfct.ptr); in addgetnetgrentX() 193 getfct.ptr = __nss_lookup_function (nip, "getnetgrent_r"); in addgetnetgrentX() 333 endfct = __nss_lookup_function (nip, "endnetgrent"); in addgetnetgrentX() 340 no_more = __nss_next2 (&nip, "setnetgrent", NULL, &setfct.ptr, in addgetnetgrentX()
|
A D | nscd_netgroup.c | 118 datap->nip = (nss_action_list) -1l; in __nscd_setnetgrent()
|
Completed in 10 milliseconds