Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDhash.c21 static List *listcache = NULL; variable
59 if (listcache != NULL) in getlist()
62 list = listcache; in getlist()
63 listcache = listcache->next; in getlist()
131 tmp->next = listcache; in dellist()
132 listcache = tmp; in dellist()