Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c5615 int isEmpty = 0; /* Deleting *pRowid leaves the table empty */ in fts3DeleteByRowid() local
5616 rc = fts3IsEmpty(p, pRowid, &isEmpty); in fts3DeleteByRowid()
5618 if( isEmpty ){ in fts3DeleteByRowid()