Home
last modified time | relevance | path

Searched refs:val_dict_push_next (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dvalue_dict.h45 int val_dict_push_next(struct value_dict *dict, struct value *val);
Dvalue_dict.c94 val_dict_push_next(struct value_dict *dict, struct value *val) in val_dict_push_next() function
Doutput.c319 if (val_dict_push_next(arguments, &value) < 0) { in fetch_simple_param()