Home
last modified time | relevance | path

Searched defs:pStmt (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
Dvdbeapi.c28 int sqlite3_expired(sqlite3_stmt *pStmt){ in sqlite3_expired()
65 int sqlite3_finalize(sqlite3_stmt *pStmt){ in sqlite3_finalize()
97 int sqlite3_reset(sqlite3_stmt *pStmt){ in sqlite3_reset()
116 int sqlite3_clear_bindings(sqlite3_stmt *pStmt){ in sqlite3_clear_bindings()
467 int sqlite3_step(sqlite3_stmt *pStmt){ in sqlite3_step()
661 int sqlite3_column_count(sqlite3_stmt *pStmt){ in sqlite3_column_count()
670 int sqlite3_data_count(sqlite3_stmt *pStmt){ in sqlite3_data_count()
683 static Mem *columnMem(sqlite3_stmt *pStmt, int i){ in columnMem()
740 static void columnMallocFailure(sqlite3_stmt *pStmt) in columnMallocFailure()
758 const void *sqlite3_column_blob(sqlite3_stmt *pStmt, int i){ in sqlite3_column_blob()
[all …]
Dvacuum.c25 static int vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg){ in vacuumFinalize()
38 sqlite3_stmt *pStmt; in execSql() local
57 sqlite3_stmt *pStmt; in execExecSql() local
Dtest_server.c225 sqlite3_stmt *pStmt; /* A specific statement */ member
357 int sqlite3_client_step(sqlite3_stmt *pStmt){ in sqlite3_client_step()
364 int sqlite3_client_reset(sqlite3_stmt *pStmt){ in sqlite3_client_reset()
371 int sqlite3_client_finalize(sqlite3_stmt *pStmt){ in sqlite3_client_finalize()
Dtest8.c90 sqlite3_stmt *pStmt; member
163 sqlite3_stmt *pStmt = 0; in getColumnNames() local
241 sqlite3_stmt *pStmt = 0; in getIndexArray() local
337 sqlite3_stmt *pStmt = 0; in echoDeclareVtab() local
567 sqlite3_stmt *pStmt = pCur->pStmt; in echoClose() local
611 sqlite3_stmt *pStmt = ((echo_cursor *)cur)->pStmt; in echoColumn() local
630 sqlite3_stmt *pStmt = ((echo_cursor *)cur)->pStmt; in echoRowid() local
776 sqlite3_stmt *pStmt = 0; in echoBestIndex() local
933 sqlite3_stmt *pStmt; in echoUpdate() local
Dtest1.c2205 sqlite3_stmt *pStmt; in test_finalize() local
2240 sqlite3_stmt *pStmt; in test_stmt_status() local
2282 sqlite3_stmt *pStmt; in test_next_stmt() local
2314 sqlite3_stmt *pStmt; in test_stmt_readonly() local
2341 sqlite3_stmt *pStmt; in test_reset() local
2377 sqlite3_stmt *pStmt; in test_expired() local
2462 sqlite3_stmt *pStmt; in test_bind() local
2938 sqlite3_stmt *pStmt; in test_bind_zeroblob() local
2974 sqlite3_stmt *pStmt; in test_bind_int() local
3012 sqlite3_stmt *pStmt; in test_bind_int64() local
[all …]
Dlegacy.c39 sqlite3_stmt *pStmt = 0; /* The current SQL statement */ in sqlite3_exec() local
Dtest9.c115 sqlite3_stmt *pStmt; in c_misuse_test() local
Dtest_thread.c487 int sqlite3_blocking_step(sqlite3_stmt *pStmt){ in sqlite3_blocking_step()
536 sqlite3_stmt *pStmt; in blocking_step_proc() local
565 sqlite3_stmt *pStmt = 0; in blocking_prepare_v2_proc() local
Dvdbeblob.c31 sqlite3_stmt *pStmt; /* Statement holding cursor open */ member
Dtest_superlock.c69 sqlite3_stmt *pStmt; /* Compiled PRAGMA journal_mode statement */ in superlockIsWal() local
Dtclsqlite.c98 sqlite3_stmt *pStmt; /* The prepared statement */ member
1055 sqlite3_stmt *pStmt; /* Prepared statement object */ in dbPrepareAndBind() local
1314 sqlite3_stmt *pStmt = p->pPreStmt->pStmt; in dbEvalRowInfo() local
1375 sqlite3_stmt *pStmt = pPreStmt->pStmt; in dbEvalStep() local
1433 sqlite3_stmt *pStmt = p->pPreStmt->pStmt; in dbEvalColumnValue() local
1956 sqlite3_stmt *pStmt; /* A statement */ in DbObjCmd() local
Danalyze.c643 sqlite3_stmt *pStmt = 0; in sqlite3AnalysisLoad() local
Dprepare.c77 sqlite3_stmt *pStmt; in sqlite3InitCallback() local
Dshell.c420 sqlite3_stmt *pStmt; /* Current statement if any. */ member
1070 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */ in shell_exec() local
1658 sqlite3_stmt *pStmt = NULL; /* A statement */ in do_meta_command() local
Dtest_func.c295 sqlite3_stmt *pStmt; in test_eval() local
Dtest7.c64 sqlite3_stmt *pStmt; /* Pending operation */ member
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2_tokenizer.c229 sqlite3_stmt *pStmt; in registerTokenizer() local
251 sqlite3_stmt *pStmt; in queryFts2Tokenizer() local
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c240 sqlite3_stmt *pStmt; in fts3SqlStmt() local
281 sqlite3_stmt *pStmt = 0; /* Statement requested from fts3SqlStmt() */ in fts3SelectDocsize() local
334 sqlite3_stmt *pStmt; in fts3SqlExec() local
365 sqlite3_stmt *pStmt; /* Statement used to obtain lock */ in sqlite3Fts3ReadLock() local
395 sqlite3_stmt *pStmt = 0; in sqlite3Fts3AllSegdirs() local
1102 sqlite3_stmt *pStmt; in sqlite3Fts3SegReaderCost() local
1436 sqlite3_stmt *pStmt; in fts3WriteSegment() local
1460 sqlite3_stmt *pStmt; in fts3WriteSegdir() local
1722 sqlite3_stmt *pStmt; in fts3SegWriterAdd() local
1898 sqlite3_stmt *pStmt; in fts3IsEmpty() local
[all …]
Dfts3_tokenizer.c335 sqlite3_stmt *pStmt; in registerTokenizer() local
357 sqlite3_stmt *pStmt; in queryTokenizer() local
/external/chromium_org/third_party/sqlite/src/tool/
Dspeedtest16.c68 sqlite3_stmt *pStmt; in prepareAndRun() local
Dspeedtest8.c57 sqlite3_stmt *pStmt; in prepareAndRun() local
Dspeedtest8inst1.c38 sqlite3_stmt *pStmt; in prepareAndRun() local
/external/chromium_org/third_party/sqlite/src/test/
Dthreadtest3.c418 sqlite3_stmt *pStmt; /* Pre-compiled statement handle */ member
592 sqlite3_stmt *pStmt; /* The SQLite statement to return */ in getAndBindSqlStatement() local
625 sqlite3_stmt *pStmt; /* SQL statement to execute */ in execsql_i64_x() local
664 sqlite3_stmt *pStmt; /* SQL statement to execute */ in execsql_text_x() local
701 sqlite3_stmt *pStmt = pStatement->pStmt; in integrity_check_x() local
/external/sqlite/dist/
Dshell.c479 sqlite3_stmt *pStmt; /* Current statement if any. */ member
1295 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */ in shell_exec() local
2536 sqlite3_stmt *pStmt; in do_meta_command() local
2580 sqlite3_stmt *pStmt = NULL; /* A statement */ in do_meta_command() local
3202 sqlite3_stmt *pStmt; in do_meta_command() local
/external/sqlite/dist/orig/
Dshell.c474 sqlite3_stmt *pStmt; /* Current statement if any. */ member
1290 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */ in shell_exec() local
2516 sqlite3_stmt *pStmt; in do_meta_command() local
2560 sqlite3_stmt *pStmt = NULL; /* A statement */ in do_meta_command() local
3182 sqlite3_stmt *pStmt; in do_meta_command() local

12