HomeSort by relevance Sort by last modified time
    Searched refs:protolib_cache (Results 1 - 2 of 2) sorted by null

  /external/ltrace/
prototype.h 153 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;
prototype.c 36 struct protolib_cache g_protocache;
328 protolib_cache_destroy(struct protolib_cache *cache)
335 struct protolib_cache *self;
341 consider_config_dir(struct protolib_cache *cache,
364 load_dash_F_dirs(struct protolib_cache *cache,
383 load_config(struct protolib_cache *cache,
405 struct protolib_cache *cache = data;
418 add_ltrace_conf(struct protolib_cache *cache)
439 struct protolib_cache *self = data;
457 protolib_cache_init(struct protolib_cache *cache, struct protolib *import
    [all...]

Completed in 844 milliseconds