Home
last modified time | relevance | path

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

/nscd/
A Dnscd_stat.c65 unsigned long int negtimeout; member
132 data.dbs[cnt].negtimeout = dbs[cnt].negtimeout; in send_stats()
315 data.dbs[i].postimeout, data.dbs[i].negtimeout, in receive_print_stats()
A Dinitgrcache.c202 if (all_tryagain || __builtin_expect (db->negtimeout == 0, 0)) in addinitgroupsX()
214 db->negtimeout); in addinitgroupsX()
A Dservicescache.c113 if (errval == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addserv()
125 db->negtimeout); in cache_addserv()
A Dpwdcache.c125 if (errno == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addpw()
137 db->negtimeout); in cache_addpw()
A Daicache.c467 if (rc4 == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in addhstaiX()
479 total, db->negtimeout); in addhstaiX()
A Dgrpcache.c119 if (errno == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addgr()
130 db->negtimeout); in cache_addgr()
A Dhstcache.c143 if (errval == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addhst()
156 ? db->negtimeout : ttl)); in cache_addhst()
A Dnscd_conf.c133 dbs[idx].negtimeout = atol (arg2); in nscd_parse_file()
A Dnetgroupcache.c84 timeout = time (NULL) + db->negtimeout; in do_notfound()
95 total, db->negtimeout); in do_notfound()
A Dnscd.h146 unsigned long int negtimeout; /* In seconds. */ member
A Dconnections.c128 .negtimeout = 20,
147 .negtimeout = 60,
166 .negtimeout = 20,
185 .negtimeout = 20,
204 .negtimeout = 20,

Completed in 26 milliseconds