Home
last modified time | relevance | path

Searched refs:protolibs (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/
Dprototype.c330 DICT_DESTROY(&cache->protolibs, const char *, struct protolib *, in protolib_cache_destroy()
459 DICT_INIT(&cache->protolibs, char *, struct protolib *, in protolib_cache_init()
550 if (DICT_FIND_VAL(&cache->protolibs, &key, retp) == 0) in protolib_cache_maybe_load()
622 if (DICT_FIND_VAL(&cache->protolibs, &filename, &plib) == 0) in protolib_cache_file()
666 int rc = DICT_INSERT(&cache->protolibs, &filename, &plib); in protolib_cache_protolib()
Dprototype.h155 struct dict protolibs; member