Searched refs:notfound (Results 1 – 11 of 11) sorted by relevance
/nscd/ |
A D | initgrcache.c | 40 static const initgr_response_header notfound = 177 total = sizeof (notfound); in addinitgroupsX() 196 && TEMP_FAILURE_RETRY (send (fd, ¬found, total, in addinitgroupsX() 217 memcpy (&dataset->resp, ¬found, total); in addinitgroupsX()
|
A D | servicescache.c | 52 static const serv_response_header notfound = variable 104 total = sizeof (notfound); in cache_addserv() 107 && TEMP_FAILURE_RETRY (send (fd, ¬found, total, in cache_addserv() 128 memcpy (&dataset->resp, ¬found, total); in cache_addserv()
|
A D | nscd-client.h | 216 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 D | netgroupcache.c | 52 static const netgroup_response_header notfound = variable 83 total = sizeof (notfound); in do_notfound() 87 TEMP_FAILURE_RETRY (send (fd, ¬found, total, MSG_NOSIGNAL)); in do_notfound() 98 memcpy (&dataset->resp, ¬found, total); in do_notfound() 518 dataset->head.notfound = result->head.notfound; in addinnetgrX()
|
A D | pwdcache.c | 61 static const pw_response_header notfound = variable 116 total = sizeof (notfound); in cache_addpw() 119 && TEMP_FAILURE_RETRY (send (fd, ¬found, total, in cache_addpw() 140 memcpy (&dataset->resp, ¬found, total); in cache_addpw()
|
A D | aicache.c | 35 static const ai_response_header notfound = variable 460 total = sizeof (notfound); in addhstaiX() 463 TEMP_FAILURE_RETRY (send (fd, ¬found, total, MSG_NOSIGNAL)); in addhstaiX() 482 memcpy (&dataset->resp, ¬found, total); in addhstaiX()
|
A D | grpcache.c | 58 static const gr_response_header notfound = variable 110 total = sizeof (notfound); in cache_addgr() 113 && TEMP_FAILURE_RETRY (send (fd, ¬found, total, in cache_addgr() 133 memcpy (&dataset->resp, ¬found, total); in cache_addgr()
|
A D | hstcache.c | 64 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 : ¬found); in cache_addhst()
|
A D | cache.c | 102 if (dh->notfound) in cache_search() 188 if (packet->notfound) in cache_add() 395 || dh->notfound in prune_cache()
|
A D | cachedumper.c | 151 DH (notfound); in nscd_print_cache()
|
A D | connections.c | 436 || (dh->notfound != false && dh->notfound != true) in verify_persistent_db()
|
Completed in 27 milliseconds