Searched refs:FTC_CACHE (Results 1 – 4 of 4) sorted by relevance
124 error = FTC_Cache_Init( FTC_CACHE( cache ) ); in ftc_gcache_init()127 FTC_GCacheClass clazz = (FTC_GCacheClass)FTC_CACHE( cache )->org_class; in ftc_gcache_init()133 FTC_CACHE( cache )->memory ); in ftc_gcache_init()145 return ftc_gcache_init( FTC_CACHE( cache ) );167 ftc_gcache_done( FTC_CACHE( cache ) );207 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode ); in FTC_GCache_Lookup()
161 #define FTC_CACHE( x ) ( (FTC_Cache)(x) ) macro213 FTC_Cache _cache = FTC_CACHE(cache); \289 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, \314 FTC_Manager _try_manager = FTC_CACHE( cache )->manager; \
248 FTC_GCACHE_CLASS( FTC_CACHE(x)->org_class )
235 FTC_Cache cache = FTC_CACHE( cmap_cache ); in FTC_CMapCache_Lookup()