Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c206447 static int fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty){ argument
206452 *pisEmpty = 0;
206458 *pisEmpty = sqlite3_column_int(pStmt, 0);