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

  /external/ltrace/
prototype.h 148 * {u,}int8_t. Other protolibs would have this as implicit import.
155 struct dict protolibs; member in struct:protolib_cache
181 * Protolibs are loaded from a config directory. If -F contains
prototype.c 330 DICT_DESTROY(&cache->protolibs, const char *, struct protolib *,
459 DICT_INIT(&cache->protolibs, char *, struct protolib *,
550 if (DICT_FIND_VAL(&cache->protolibs, &key, retp) == 0)
622 if (DICT_FIND_VAL(&cache->protolibs, &filename, &plib) == 0)
666 int rc = DICT_INSERT(&cache->protolibs, &filename, &plib);

Completed in 42 milliseconds