Lines Matching defs:data
43 void *data;
92 _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data);
95 const void *key, void *data);
114 uint32_t _mesa_hash_data(const void *data, size_t size);
115 uint32_t _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed);
137 * an entry's data with the deleted marker), but not against insertion
151 entry->hash = 0, entry->key = (void*)NULL, entry->data = NULL, \
157 void *data,
162 callback(entry->key, entry->data, closure);
182 void *data);