Home
last modified time | relevance | path

Searched defs:eStmt (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c56 int eStmt, /* FTS5_STMT_XXX constant */ in fts5StorageGetStmt()
998 int eStmt, in sqlite3Fts5StorageStmt()
1022 int eStmt, in sqlite3Fts5StorageStmtRelease()
H A Dfts5_main.c748 int eStmt = fts5StmtType(pCsr); in fts5FreeCursorComponents() local
1461 int eStmt = fts5StmtType(pCsr); in fts5SeekCursor() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c289 int eStmt, /* One of the SQL_XXX constants above */ in fts3SqlStmt()
497 int eStmt, /* Index of statement to evaluate */ in fts3SqlExec()