Lines Matching refs:old_key
96 char *old_key = NULL; in ids__insert() local
100 (const void **)&old_key, (void **)&old_data); in ids__insert()
103 free(old_key); in ids__insert()
114 char *old_key = NULL; in ids__union() local
130 (const void **)&old_key, (void **)&old_data); in ids__union()
131 free(old_key); in ids__union()
161 char *old_key = NULL; in expr__add_id_val_source_count() local
172 (const void **)&old_key, (void **)&old_data); in expr__add_id_val_source_count()
175 free(old_key); in expr__add_id_val_source_count()
183 char *old_key = NULL; in expr__add_ref() local
217 (const void **)&old_key, (void **)&old_data); in expr__add_ref()
224 free(old_key); in expr__add_ref()
291 char *old_key = NULL; in expr__del_id() local
294 (const void **)&old_key, (void **)&old_val); in expr__del_id()
295 free(old_key); in expr__del_id()