Home
last modified time | relevance | path

Searched refs:found (Results 1 – 16 of 16) sorted by relevance

/nscd/
A Dnscd_netgroup.c64 struct datahead *found = __nscd_cache_search (GETNETGRENT, group, in __nscd_setnetgrent() local
67 if (found != NULL) in __nscd_setnetgrent()
69 respdata = (char *) (&found->data[0].netgroupdata + 1); in __nscd_setnetgrent()
70 netgroup_resp = found->data[0].netgroupdata; in __nscd_setnetgrent()
94 if (netgroup_resp.found == 1) in __nscd_setnetgrent()
126 if (__glibc_unlikely (netgroup_resp.found == -1)) in __nscd_setnetgrent()
218 struct datahead *found = __nscd_cache_search (INNETGR, key, in __nscd_innetgr() local
221 if (found != NULL) in __nscd_innetgr()
223 innetgroup_resp = found->data[0].innetgroupdata; in __nscd_innetgr()
246 if (innetgroup_resp.found == 1) in __nscd_innetgr()
[all …]
A Dnscd_initgroups.c55 struct datahead *found = __nscd_cache_search (INITGROUPS, user, in __nscd_getgrouplist() local
58 if (found != NULL) in __nscd_getgrouplist()
60 respdata = (char *) (&found->data[0].initgrdata + 1); in __nscd_getgrouplist()
61 initgr_resp = found->data[0].initgrdata; in __nscd_getgrouplist()
62 char *recend = (char *) found->data + found->recsize; in __nscd_getgrouplist()
91 if (initgr_resp.found == 1) in __nscd_getgrouplist()
132 if (__glibc_unlikely (initgr_resp.found == -1)) in __nscd_getgrouplist()
A Dnscd_getai.c75 struct datahead *found = __nscd_cache_search (GETAI, key, keylen, in __nscd_getai() local
77 if (found != NULL) in __nscd_getai()
79 respdata = (char *) (&found->data[0].aidata + 1); in __nscd_getai()
80 ai_resp = found->data[0].aidata; in __nscd_getai()
81 recend = (const char *) found->data + found->recsize; in __nscd_getai()
106 if (ai_resp.found == 1) in __nscd_getai()
173 if (__glibc_unlikely (ai_resp.found == -1)) in __nscd_getai()
A Dnscd_getpw_r.c102 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_getpw_r() local
104 if (found != NULL) in nscd_getpw_r()
106 pw_name = (const char *) (&found->data[0].pwdata + 1); in nscd_getpw_r()
107 pw_resp = found->data[0].pwdata; in nscd_getpw_r()
108 recend = (const char *) found->data + found->recsize; in nscd_getpw_r()
134 if (__glibc_unlikely (pw_resp.found == -1)) in nscd_getpw_r()
141 if (pw_resp.found == 1) in nscd_getpw_r()
A Dnscd_getgr_r.c107 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_getgr_r() local
109 if (found != NULL) in nscd_getgr_r()
111 len = (const uint32_t *) (&found->data[0].grdata + 1); in nscd_getgr_r()
112 gr_resp = found->data[0].grdata; in nscd_getgr_r()
116 recend = (const char *) found->data + found->recsize; in nscd_getgr_r()
145 if (__glibc_unlikely (gr_resp.found == -1)) in nscd_getgr_r()
152 if (gr_resp.found == 1) in nscd_getgr_r()
A Dnscd-client.h93 int32_t found; member
109 int32_t found; member
122 int32_t found; member
137 int32_t found; member
158 int32_t found; member
168 int32_t found; member
181 int32_t found; member
189 int32_t found; member
A Dnscd_getserv_r.c118 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_getserv_r() local
121 if (found != NULL) in nscd_getserv_r()
123 s_name = (char *) (&found->data[0].servdata + 1); in nscd_getserv_r()
124 serv_resp = found->data[0].servdata; in nscd_getserv_r()
130 recend = (const char *) found->data + found->recsize; in nscd_getserv_r()
191 if (__glibc_unlikely (serv_resp.found == -1)) in nscd_getserv_r()
198 if (serv_resp.found == 1) in nscd_getserv_r()
A Dnscd_gethst_r.c169 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_gethst_r() local
171 if (found != NULL) in nscd_gethst_r()
173 h_name = (char *) (&found->data[0].hstdata + 1); in nscd_gethst_r()
174 hst_resp = found->data[0].hstdata; in nscd_gethst_r()
179 recend = (const char *) found->data + found->recsize; in nscd_gethst_r()
229 if (__glibc_unlikely (hst_resp.found == -1)) in nscd_gethst_r()
236 if (hst_resp.found == 1) in nscd_gethst_r()
A Dnetgroupcache.c38 .found = -1,
55 .found = 0,
131 bool found = false; in addgetnetgrentX() local
186 found = true; in addgetnetgrentX()
347 if (!found) in addgetnetgrentX()
364 dataset->resp.found = 1; in addgetnetgrentX()
522 dataset->resp.found = result->resp.found; in addinnetgrX()
528 if (dataset->resp.found) in addinnetgrX()
A Dservicescache.c36 .found = -1,
55 .found = 0,
211 dataset->resp.found = 1; in cache_addserv()
A Dhstcache.c46 .found = -1,
67 .found = 0,
81 .found = 0,
259 dataset->resp.found = 1; in cache_addhst()
A Dpwdcache.c42 .found = -1,
64 .found = 0,
225 dataset->resp.found = 1; in cache_addpw()
A Dgrpcache.c42 .found = -1,
61 .found = 0,
242 dataset->resp.found = 1; in cache_addgr()
A Dinitgrcache.c43 .found = 0,
276 dataset->resp.found = 1; in addinitgroupsX()
A Daicache.c38 .found = 0,
369 dataset->resp.found = 1; in addhstaiX()
A Dcachedumper.c174 dh->data[0].pwdata.version, dh->data[0].pwdata.found); in nscd_print_cache()

Completed in 31 milliseconds