Searched defs:protolib_cache (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dprototype.h153 struct protolib_cache { struct
170 int protolib_cache_init(struct protolib_cache *cache,
174 void protolib_cache_destroy(struct protolib_cache *cache);
201 struct protolib *protolib_cache_load(struct protolib_cache *cache,
210 int protolib_cache_maybe_load(struct protolib_cache *cache,
217 struct protolib *protolib_cache_file(struct protolib_cache *cache,
223 struct protolib *protolib_cache_default(struct protolib_cache *cache,
229 int protolib_cache_protolib(struct protolib_cache *cache,
239 extern struct protolib_cache g_protocache;

Completed in 179 milliseconds