Home
last modified time | relevance | path

Searched refs:table (Results 1 – 2 of 2) sorted by relevance

/nscd/
A Dcache.c103 ++table->head->neghit; in cache_search()
106 ++table->head->poshit; in cache_search()
185 - table->data))); in cache_add()
189 ++table->head->negmiss; in cache_add()
191 ++table->head->posmiss; in cache_add()
203 if (table->persistent) in cache_add()
206 (char *) &table->head->array[hash] - (char *) table->head in cache_add()
507 if (table->persistent) in prune_cache()
508 msync (table->head, in prune_cache()
509 data + table->head->first_free - (char *) table->head, in prune_cache()
[all …]
A Dnscd.h278 size_t len, struct database_dyn *table,
282 struct database_dyn *table, uid_t owner,
284 extern time_t prune_cache (struct database_dyn *table, time_t now, int fd);

Completed in 6 milliseconds