Searched refs:uuidcache (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.c41 cacheduser_t *uuidcache[256]; /* indexed by hash of uuid */ variable
75 if ((entry = uuidcache[i]) != NULL) {
84 "uuidcache{%d}: uuid:%s, name:%s, type%s: %s, cached: %s",
261 if (! uuidcache[hash])
264 entry = uuidcache[hash];
279 if ((uuidcache[hash] = entry->next) != NULL)
280 uuidcache[hash]->prev = NULL;
344 if (uuidcache[hash] == NULL) {
346 uuidcache[hash] = cacheduser;
348 cacheduser->next = uuidcache[has
[all...]

Completed in 96 milliseconds