Home
last modified time | relevance | path

Searched defs:StrongCacheNode (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_zoneinfo.c17 typedef struct StrongCacheNode StrongCacheNode; typedef
75 struct StrongCacheNode { struct
76 StrongCacheNode *next; argument
77 StrongCacheNode *prev; argument
87 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; argument