Searched refs:negtimeout (Results 1 – 11 of 11) sorted by relevance
/nscd/ |
A D | nscd_stat.c | 65 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 D | initgrcache.c | 202 if (all_tryagain || __builtin_expect (db->negtimeout == 0, 0)) in addinitgroupsX() 214 db->negtimeout); in addinitgroupsX()
|
A D | servicescache.c | 113 if (errval == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addserv() 125 db->negtimeout); in cache_addserv()
|
A D | pwdcache.c | 125 if (errno == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addpw() 137 db->negtimeout); in cache_addpw()
|
A D | aicache.c | 467 if (rc4 == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in addhstaiX() 479 total, db->negtimeout); in addhstaiX()
|
A D | grpcache.c | 119 if (errno == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addgr() 130 db->negtimeout); in cache_addgr()
|
A D | hstcache.c | 143 if (errval == EAGAIN || __builtin_expect (db->negtimeout == 0, 0)) in cache_addhst() 156 ? db->negtimeout : ttl)); in cache_addhst()
|
A D | nscd_conf.c | 133 dbs[idx].negtimeout = atol (arg2); in nscd_parse_file()
|
A D | netgroupcache.c | 84 timeout = time (NULL) + db->negtimeout; in do_notfound() 95 total, db->negtimeout); in do_notfound()
|
A D | nscd.h | 146 unsigned long int negtimeout; /* In seconds. */ member
|
A D | connections.c | 128 .negtimeout = 20, 147 .negtimeout = 60, 166 .negtimeout = 20, 185 .negtimeout = 20, 204 .negtimeout = 20,
|
Completed in 26 milliseconds