Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4216 static int fts3IsAppendable(Fts3Table *p, sqlite3_int64 iEnd, int *pbRes){ in fts3IsAppendable() function
4290 rc = fts3IsAppendable(p, iEnd, &bAppendable); in fts3IncrmergeLoad()