Home
last modified time | relevance | path

Searched refs:notfound (Results 1 – 11 of 11) sorted by relevance

/nscd/
A Dinitgrcache.c40 static const initgr_response_header notfound =
177 total = sizeof (notfound); in addinitgroupsX()
196 && TEMP_FAILURE_RETRY (send (fd, &notfound, total, in addinitgroupsX()
217 memcpy (&dataset->resp, &notfound, total); in addinitgroupsX()
A Dservicescache.c52 static const serv_response_header notfound = variable
104 total = sizeof (notfound); in cache_addserv()
107 && TEMP_FAILURE_RETRY (send (fd, &notfound, total, in cache_addserv()
128 memcpy (&dataset->resp, &notfound, total); in cache_addserv()
A Dnscd-client.h216 uint8_t notfound; /* Nonzero if data has not been found. */ member
264 head->notfound = false; in datahead_init_pos()
278 head->notfound = true; in datahead_init_neg()
A Dnetgroupcache.c52 static const netgroup_response_header notfound = variable
83 total = sizeof (notfound); in do_notfound()
87 TEMP_FAILURE_RETRY (send (fd, &notfound, total, MSG_NOSIGNAL)); in do_notfound()
98 memcpy (&dataset->resp, &notfound, total); in do_notfound()
518 dataset->head.notfound = result->head.notfound; in addinnetgrX()
A Dpwdcache.c61 static const pw_response_header notfound = variable
116 total = sizeof (notfound); in cache_addpw()
119 && TEMP_FAILURE_RETRY (send (fd, &notfound, total, in cache_addpw()
140 memcpy (&dataset->resp, &notfound, total); in cache_addpw()
A Daicache.c35 static const ai_response_header notfound = variable
460 total = sizeof (notfound); in addhstaiX()
463 TEMP_FAILURE_RETRY (send (fd, &notfound, total, MSG_NOSIGNAL)); in addhstaiX()
482 memcpy (&dataset->resp, &notfound, total); in addhstaiX()
A Dgrpcache.c58 static const gr_response_header notfound = variable
110 total = sizeof (notfound); in cache_addgr()
113 && TEMP_FAILURE_RETRY (send (fd, &notfound, total, in cache_addgr()
133 memcpy (&dataset->resp, &notfound, total); in cache_addgr()
A Dhstcache.c64 static const hst_response_header notfound = variable
130 ssize_t total = sizeof (notfound); in cache_addhst()
131 assert (sizeof (notfound) == sizeof (tryagain)); in cache_addhst()
134 ? &tryagain : &notfound); in cache_addhst()
A Dcache.c102 if (dh->notfound) in cache_search()
188 if (packet->notfound) in cache_add()
395 || dh->notfound in prune_cache()
A Dcachedumper.c151 DH (notfound); in nscd_print_cache()
A Dconnections.c436 || (dh->notfound != false && dh->notfound != true) in verify_persistent_db()

Completed in 27 milliseconds