Searched refs:fts1HashKeysize (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ | ||
| H A D | fts1_hash.h | 105 #define fts1HashKeysize(E) ((E)->nKey) macro |
| H A D | fts1.c | 3193 rc = index_insert_term(v, fts1HashKey(e), fts1HashKeysize(e), p); in fulltextUpdate() |