Lines Matching refs:old_key
97 char *old_key = NULL; in ids__insert() local
101 (const void **)&old_key, (void **)&old_data); in ids__insert()
104 free(old_key); in ids__insert()
115 char *old_key = NULL; in ids__union() local
131 (const void **)&old_key, (void **)&old_data); in ids__union()
132 free(old_key); in ids__union()
162 char *old_key = NULL; in expr__add_id_val_source_count() local
173 (const void **)&old_key, (void **)&old_data); in expr__add_id_val_source_count()
176 free(old_key); in expr__add_id_val_source_count()
184 char *old_key = NULL; in expr__add_ref() local
209 (const void **)&old_key, (void **)&old_data); in expr__add_ref()
216 free(old_key); in expr__add_ref()
283 char *old_key = NULL; in expr__del_id() local
286 (const void **)&old_key, (void **)&old_val); in expr__del_id()
287 free(old_key); in expr__del_id()