Home
last modified time | relevance | path

Searched refs:hashtable_put (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.bin/grep/regex/
HDhashtable.h32 int hashtable_put(hashtable *, const void *, const void *);
HDtre-fastmatch.c281 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); \
HDhashtable.c105 hashtable_put(hashtable *tbl, const void *key, const void *value) in hashtable_put() function