Searched defs:StrongCacheNode (Results 1 – 1 of 1) sorted by relevance
16 typedef struct StrongCacheNode StrongCacheNode; typedef74 struct StrongCacheNode { struct75 StrongCacheNode *next; argument76 StrongCacheNode *prev; argument86 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; argument