Lines Matching full:data
30 TYPE data type of the hash table entries
35 PREFIX prefix to be used for function and data type names
62 /* The data structure. */
98 /* Allocate the data structure for the result. */
122 HASHTYPE hval, TYPE *data)
132 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
146 && COMPARE (data, ENTRYP(htab->table[idx])) == 0)
159 const char *str, size_t len, TYPE *data)
164 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data);
171 slot->entry = data;
173 slot->entry = *data;
184 HASHTYPE hval, TYPE *data)
188 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data);
195 slot->entry = data;
197 slot->entry = *data;
208 const char *str, size_t len, TYPE *data)
213 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data);
216 slot->entry = data;
218 slot->entry = *data;
227 const char *str, size_t len, TYPE *data)
233 hval, data);