Searched refs:first (Results 1 – 8 of 8) sorted by relevance
/nscd/ |
A D | cache.c | 164 if (first) in cache_add() 171 newp->first = first; in cache_add() 190 else if (first) in cache_add() 214 if (first && prune_wakeup) in cache_add() 334 size_t first = cnt + 1; in prune_cache() local 380 first = MIN (first, cnt); in prune_cache() 386 if (runp->first) in prune_cache() 442 if (first <= last) in prune_cache() 459 while (first <= last) in prune_cache() 461 if (mark[first]) in prune_cache() [all …]
|
A D | pwdcache.c | 319 bool first = true; in cache_addpw() local 328 first = false; in cache_addpw() 337 first = false; in cache_addpw() 344 first, db, owner, he == NULL) in cache_addpw()
|
A D | grpcache.c | 340 bool first = true; in cache_addgr() local 349 first = false; in cache_addgr() 358 first = false; in cache_addgr() 365 &dataset->head, first, db, owner, in cache_addgr()
|
A D | nscd_netgroup.c | 117 datap->first = 1; in __nscd_setnetgrent()
|
A D | nscd-client.h | 287 bool first; /* True if this was the original key. */ member
|
A D | connections.c | 415 if (here->first != false && here->first != true) in verify_persistent_db() 430 use_data | (here->first ? use_first : 0), in verify_persistent_db() 2093 size_t first = 1; in main_loop_poll() local 2116 first = 2; in main_loop_poll() 2134 for (size_t cnt = first; cnt < nused && n > 0; ++cnt) in main_loop_poll()
|
A D | nscd.h | 281 struct datahead *packet, bool first,
|
A D | mem.c | 179 if (he[cnt]->first) in gc()
|
Completed in 20 milliseconds