Home | History | Annotate | Download | only in support

Lines Matching defs:dict_free

141  * node and free everything under it.  Used by dict_free().
328 void dict_free(dict_t *dict)
331 dict_assert ("call to obsolescent function dict_free()" && 0);
1441 dict_free(d);