Home
last modified time | relevance | path

Searched refs:pisEmpty (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() argument
2445 *pisEmpty = 0; in fts3IsEmpty()
2451 *pisEmpty = sqlite3_column_int(pStmt, 0); in fts3IsEmpty()