Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ia64/
Dstrchr.S69 (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
Dmemchr.S112 (p6) br.cond.spnt .notfound ;;
120 .notfound: label
152 (p6) br.cond.spnt .notfound;;
/glibc-2.36/nscd/
Dinitgrcache.c40 static const initgr_response_header notfound = variable
177 total = sizeof (notfound); in addinitgroupsX()
196 && TEMP_FAILURE_RETRY (send (fd, &notfound, total, in addinitgroupsX()
217 memcpy (&dataset->resp, &notfound, total); in addinitgroupsX()
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()
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()
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()
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()
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()
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()
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()
Dcache.c102 if (dh->notfound) in cache_search()
188 if (packet->notfound) in cache_add()
395 || dh->notfound in prune_cache()
Dcachedumper.c151 DH (notfound); in nscd_print_cache()
Dconnections.c436 || (dh->notfound != false && dh->notfound != true) in verify_persistent_db()
/glibc-2.36/manual/
Dnss.texi191 @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/
DChangeLog.109305 * nscd/grpcache.c: Add "notfound" data to cache, not iov pointer.
DChangeLog.1893566 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
95231 (cache_addhst): Return tryagain not notfound for temporary errors.