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

/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.h32 int hashtable_put(hashtable *, const void *, const void *);
H A Dhashtable.c107 hashtable_put(hashtable *tbl, const void *key, const void *value) function
113 DPRINT(("hashtable_put: hashtable is full\n"));
118 DPRINT(("hashtable_put: calculated hash %" PRIu32 "\n", hash));
132 DPRINT(("hashtable_put: effective location is %" PRIu32
140 DPRINT(("hashtable_put: effective location is %" PRIu32 "\n", hash));
167 DPRINT(("hashtable_put: entry successfully inserted\n"));
176 DPRINT(("hashtable_put: insertion failed\n"));
H A Dtre-fastmatch.c294 r = hashtable_put(fg->qsBc_table, &fg->wpattern[i], &k); \
303 r = hashtable_put(fg->qsBc_table, &wc, &k); \
324 r = hashtable_put(fg->qsBc_table, &fg->wpattern[i], &k); \
333 r = hashtable_put(fg->qsBc_table, &wc, &k); \

Completed in 163 milliseconds