Lines Matching refs:free
80 free(new_val); in dictionary_grow()
82 free(new_key); in dictionary_grow()
84 free(new_hash); in dictionary_grow()
92 free(d->val); in dictionary_grow()
93 free(d->key); in dictionary_grow()
94 free(d->hash); in dictionary_grow()
184 free(d->key[i]); in dictionary_del()
186 free(d->val[i]); in dictionary_del()
188 free(d->val); in dictionary_del()
189 free(d->key); in dictionary_del()
190 free(d->hash); in dictionary_del()
191 free(d); in dictionary_del()
273 free(d->val[i]); in dictionary_set()
340 free(d->key[i]); in dictionary_unset()
343 free(d->val[i]); in dictionary_unset()