Searched refs:hashtable_put (Results 1 – 3 of 3) sorted by relevance
| /trueos/usr.bin/grep/regex/ |
| HD | hashtable.h | 32 int hashtable_put(hashtable *, const void *, const void *);
|
| HD | tre-fastmatch.c | 281 r = hashtable_put(fg->qsBc_table, &fg->wpattern[i], &k); \ 290 r = hashtable_put(fg->qsBc_table, &wc, &k); \ 311 r = hashtable_put(fg->qsBc_table, &fg->wpattern[i], &k); \ 320 r = hashtable_put(fg->qsBc_table, &wc, &k); \
|
| HD | hashtable.c | 105 hashtable_put(hashtable *tbl, const void *key, const void *value) in hashtable_put() function
|