Searched refs:cso_hash_take (Results 1 – 7 of 7) sorted by relevance
88 void *cso_hash_take(struct cso_hash *hash, unsigned key);
179 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter)); in sanitize_cb()243 return cso_hash_take(hash, hash_key); in cso_take_state()
382 void * cso_hash_take(struct cso_hash *hash, in cso_hash_take() function
239 item = (struct util_hash_table_item *)cso_hash_take(ht->cso, cso_hash_iter_key(iter)); in util_hash_table_clear()
304 cso_hash_take(map->cso, cso_hash_iter_key(iter)); in util_keymap_remove_all()
54 cso_hash_take(font->glyphs, (unsigned) glyphIndex); in del_glyph()
228 cso_hash_take(hash, (unsigned) obj->handle); in vg_context_remove_object()