Lines Matching refs:cur
78 struct hashmap_entry *cur; in ids__free() local
84 hashmap__for_each_entry(ids, cur, bkt) { in ids__free()
85 zfree(&cur->pkey); in ids__free()
86 zfree(&cur->pvalue); in ids__free()
109 struct hashmap_entry *cur; in ids__union() local
126 hashmap__for_each_entry(ids2, cur, bkt) { in ids__union()
127 ret = hashmap__set(ids1, cur->key, cur->value, &old_key, &old_data); in ids__union()
230 struct hashmap_entry *cur; in expr__subset_of_ids() local
234 hashmap__for_each_entry(needles->ids, cur, bkt) { in expr__subset_of_ids()
235 if (expr__get_id(haystack, cur->pkey, &data)) in expr__subset_of_ids()
309 struct hashmap_entry *cur; in expr__ctx_clear() local
312 hashmap__for_each_entry(ctx->ids, cur, bkt) { in expr__ctx_clear()
313 zfree(&cur->pkey); in expr__ctx_clear()
314 zfree(&cur->pvalue); in expr__ctx_clear()
321 struct hashmap_entry *cur; in expr__ctx_free() local
328 hashmap__for_each_entry(ctx->ids, cur, bkt) { in expr__ctx_free()
329 zfree(&cur->pkey); in expr__ctx_free()
330 zfree(&cur->pvalue); in expr__ctx_free()