Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193758 SQLITE_PRIVATE int sqlite3Fts3SelectDoctotal(Fts3Table *, sqlite3_stmt **);
198640 rc = sqlite3Fts3SelectDoctotal(p, &pStmt);
204460 SQLITE_PRIVATE int sqlite3Fts3SelectDoctotal( function
210901 int rc = sqlite3Fts3SelectDoctotal(pTab, ppStmt);