Searched defs:StrongCacheNode (Results 1 – 1 of 1) sorted by relevance
21 typedef struct StrongCacheNode StrongCacheNode; typedef79 struct StrongCacheNode { struct80 StrongCacheNode *next; argument81 StrongCacheNode *prev; argument91 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; argument