Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c16 typedef struct StrongCacheNode StrongCacheNode; typedef
74 struct StrongCacheNode { struct
75 StrongCacheNode *next; argument
76 StrongCacheNode *prev; argument
86 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; argument