Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c2440 static int fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty){ in fts3IsEmpty() function
5616 rc = fts3IsEmpty(p, pRowid, &isEmpty); in fts3DeleteByRowid()