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

/external/ltrace/
H A Ddemangle.c37 static struct dict *name_cache = NULL; variable in typeref:struct:dict
47 if (name_cache == NULL) {
48 name_cache = malloc(sizeof(*name_cache));
49 if (name_cache != NULL)
50 DICT_INIT(name_cache, char *, const char *,
55 if (name_cache != NULL
56 && DICT_FIND_VAL(name_cache, &function_name, &tmp) == 0)
66 if (name_cache == NULL || tmp == NULL) {
77 if (DICT_INSERT(name_cache,
[all...]

Completed in 126 milliseconds