Searched refs:dict_opt_c (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dsummary.c52 static struct dict *dict_opt_c; variable in typeref:struct:dict
125 if (dict_opt_c != NULL) {
126 DICT_EACH(dict_opt_c, const char *, struct opt_c_struct, NULL,
159 if (dict_opt_c == NULL) {
160 dict_opt_c = malloc(sizeof(*dict_opt_c));
161 if (dict_opt_c == NULL) {
166 free(dict_opt_c);
170 DICT_INIT(dict_opt_c, char *, struct opt_c_struct,
174 struct opt_c_struct *st = DICT_FIND_REF(dict_opt_c,
[all...]

Completed in 58 milliseconds