Searched defs:iScanStatusOp (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c7874 ** The "iScanStatusOp" parameter determines which status information to return.
7875 ** The "iScanStatusOp" must be one of the [scanstatus options] or the behavior
7895 int iScanStatusOp, /* Information desired. SQLITE_SCANSTAT_* */
70490 sqlite3_stmt_scanstatus( sqlite3_stmt *pStmt, int idx, int iScanStatusOp, void *pOut ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7874 ** The "iScanStatusOp" parameter determines which status information to return.
7875 ** The "iScanStatusOp" must be one of the [scanstatus options] or the behavior
7895 int iScanStatusOp, /* Information desired. SQLITE_SCANSTAT_* */
70508 sqlite3_stmt_scanstatus( sqlite3_stmt *pStmt, int idx, int iScanStatusOp, void *pOut ) argument
[all...]

Completed in 1189 milliseconds