Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c750 static int term_chunk_select(fulltext_vtab *v, const char *zTerm, int nTerm, in term_chunk_select() function
1349 int rc = term_chunk_select(v, zTerm, nTerm, iDocid, &iFirst); in index_insert_term()
1421 int rc = term_chunk_select(v, zTerm, nTerm, iDocid, &iFirst); in index_delete_term()