Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c21 typedef struct StrongCacheNode StrongCacheNode; typedef
79 struct StrongCacheNode { struct
80 StrongCacheNode *next; argument
81 StrongCacheNode *prev; argument
91 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; argument