Lines Matching refs:sqlite3_prepare_v2
418 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0); in statMain()
431 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0); in statMain()
439 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0); in statMain()
447 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0); in statMain()
454 rc = sqlite3_prepare_v2(db, "PRAGMA integrity_check(10)", -1, &pStmt, 0); in statMain()
536 rc = sqlite3_prepare_v2(db, "SELECT k, v FROM kv ORDER BY k", -1, &pStmt, 0); in exportMain()
931 sqlite3_prepare_v2(db, "PRAGMA page_size", -1, &pStmt, 0); in runMain()
936 sqlite3_prepare_v2(db, "PRAGMA cache_size", -1, &pStmt, 0); in runMain()
952 sqlite3_prepare_v2(db, "PRAGMA journal_mode", -1, &pStmt, 0); in runMain()
960 sqlite3_prepare_v2(db, "SELECT max(k) FROM kv", -1, &pStmt, 0); in runMain()
1029 rc = sqlite3_prepare_v2(db, in runMain()
1034 rc = sqlite3_prepare_v2(db, in runMain()
1088 sqlite3_prepare_v2(db, "PRAGMA integrity_check", -1, &pStmt, 0); in runMain()