/glibc-2.36/sysdeps/ia64/ |
D | strchr.S | 69 (p7) br.cond.spnt .notfound 85 (p6) br.cond.spnt .notfound 92 (p8) br.cond.spnt .notfound // null was found before chr 99 .notfound: label
|
D | memchr.S | 112 (p6) br.cond.spnt .notfound ;; 120 .notfound: label 152 (p6) br.cond.spnt .notfound;;
|
/glibc-2.36/nscd/ |
D | initgrcache.c | 40 static const initgr_response_header notfound = variable 177 total = sizeof (notfound); in addinitgroupsX() 196 && TEMP_FAILURE_RETRY (send (fd, ¬found, total, in addinitgroupsX() 217 memcpy (&dataset->resp, ¬found, total); in addinitgroupsX()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | cache.c | 102 if (dh->notfound) in cache_search() 188 if (packet->notfound) in cache_add() 395 || dh->notfound in prune_cache()
|
D | cachedumper.c | 151 DH (notfound); in nscd_print_cache()
|
D | connections.c | 436 || (dh->notfound != false && dh->notfound != true) in verify_persistent_db()
|
/glibc-2.36/manual/ |
D | nss.texi | 191 @var{status} @result{} success | notfound | unavail | tryagain 204 @item notfound 308 lookup function is not @code{notfound} but instead @code{unavail}. And
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 9305 * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer.
|
D | ChangeLog.18 | 93566 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we 95231 (cache_addhst): Return tryagain not notfound for temporary errors.
|