Home
last modified time | relevance | path

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

1234

/sqlite-3.40.0/src/
H A Dvdbeapi.c28 int sqlite3_expired(sqlite3_stmt *pStmt){ in sqlite3_expired()
99 int sqlite3_finalize(sqlite3_stmt *pStmt){ in sqlite3_finalize()
128 int sqlite3_reset(sqlite3_stmt *pStmt){ in sqlite3_reset()
788 int sqlite3_step(sqlite3_stmt *pStmt){ in sqlite3_step()
1517 sqlite3_stmt *pStmt, in sqlite3_bind_blob()
1529 sqlite3_stmt *pStmt, in sqlite3_bind_blob64()
1571 sqlite3_stmt *pStmt, in sqlite3_bind_pointer()
1589 sqlite3_stmt *pStmt, in sqlite3_bind_text()
1598 sqlite3_stmt *pStmt, in sqlite3_bind_text64()
1611 sqlite3_stmt *pStmt, in sqlite3_bind_text16()
[all …]
H A 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()
H A Dtest8.c94 sqlite3_stmt *pStmt; member
167 sqlite3_stmt *pStmt = 0; in getColumnNames() local
245 sqlite3_stmt *pStmt = 0; in getIndexArray() local
342 sqlite3_stmt *pStmt = 0; in echoDeclareVtab() local
573 sqlite3_stmt *pStmt = pCur->pStmt; in echoClose() local
617 sqlite3_stmt *pStmt = ((echo_cursor *)cur)->pStmt; in echoColumn() local
636 sqlite3_stmt *pStmt = ((echo_cursor *)cur)->pStmt; in echoRowid() local
811 sqlite3_stmt *pStmt = 0; in echoBestIndex() local
979 sqlite3_stmt *pStmt = 0; in echoUpdate() local
H A Dtest1.c2119 sqlite3_stmt *pStmt; in test_finalize() local
2154 sqlite3_stmt *pStmt; in test_stmt_status() local
2652 sqlite3_stmt *pStmt; in test_next_stmt() local
2684 sqlite3_stmt *pStmt; in test_stmt_readonly() local
2711 sqlite3_stmt *pStmt; in test_stmt_isexplain() local
2738 sqlite3_stmt *pStmt; in test_stmt_busy() local
2764 sqlite3_stmt *pStmt; in uses_stmt_journal() local
2790 sqlite3_stmt *pStmt; in test_reset() local
2826 sqlite3_stmt *pStmt; in test_expired() local
2911 sqlite3_stmt *pStmt; in test_bind() local
[all …]
H A Dtest_thread.c492 int sqlite3_blocking_step(sqlite3_stmt *pStmt){ in sqlite3_blocking_step()
541 sqlite3_stmt *pStmt; in blocking_step_proc() local
570 sqlite3_stmt *pStmt = 0; in blocking_prepare_v2_proc() local
H A Dlegacy.c39 sqlite3_stmt *pStmt = 0; /* The current SQL statement */ in sqlite3_exec() local
H A Dvdbeblob.c30 sqlite3_stmt *pStmt; /* Statement holding cursor open */ member
363 sqlite3_stmt *pStmt = p->pStmt; in sqlite3_blob_close() local
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c60 sqlite3_stmt *pStmt; in prepare() local
94 sqlite3_stmt *pStmt; in showSchema() local
153 sqlite3_stmt *pStmt; in showStat() local
186 sqlite3_stmt *pStmt; in showVocabulary() local
285 sqlite3_stmt *pStmt; in showSegmentStats() local
443 sqlite3_stmt *pStmt; in isNullSegment() local
659 sqlite3_stmt *pStmt; in prepareToGetSegment() local
683 sqlite3_stmt *pStmt; in showSegment() local
754 sqlite3_stmt *pStmt; in showDoclist() local
779 sqlite3_stmt *pStmt; in listBigSegments() local
[all …]
/sqlite-3.40.0/ext/userauth/
H A Duserauth.c39 sqlite3_stmt *pStmt; in sqlite3UserAuthPrepare() local
89 sqlite3_stmt *pStmt; in userAuthCheckLogin() local
240 sqlite3_stmt *pStmt; in sqlite3_user_add() local
287 sqlite3_stmt *pStmt; in sqlite3_user_change() local
335 sqlite3_stmt *pStmt; in sqlite3_user_delete() local
/sqlite-3.40.0/tool/
H A Dfast_vacuum.c56 static void vacuumFinalize(sqlite3_stmt *pStmt){ in vacuumFinalize()
71 sqlite3_stmt *pStmt; in execSql() local
94 sqlite3_stmt *pStmt; in execExecSql() local
H A Dsqldiff.c163 sqlite3_stmt *pStmt; in db_vprepare() local
177 sqlite3_stmt *pStmt; in db_prepare() local
247 sqlite3_stmt *pStmt; /* SQL statement being run */ in columnNames() local
454 sqlite3_stmt *pStmt; /* SQL statement */ in dump_table() local
535 sqlite3_stmt *pStmt; /* Query statement to do the diff */ in diff_one_table() local
778 sqlite3_stmt *pStmt = db_prepare( in checkSchemasMatch() local
1268 sqlite3_stmt *pStmt = 0; in rbudiff_one_table() local
1401 sqlite3_stmt *pStmt; /* Query statement to do the diff */ in summarize_one_table() local
1544 static void putValue(FILE *out, sqlite3_stmt *pStmt, int k){ in putValue()
1582 sqlite3_stmt *pStmt; /* SQL statment */ in changeset_one_table() local
[all …]
H A Ddbhash.c256 sqlite3_stmt *pStmt; in db_vprepare() local
270 sqlite3_stmt *pStmt; in db_prepare() local
283 sqlite3_stmt *pStmt; /* The query defined by zFormat and "..." */ in hash_one_query() local
384 sqlite3_stmt *pStmt; /* An SQLite query */ in main() local
/sqlite-3.40.0/test/
H A Dfuzzinvariants.c66 sqlite3_stmt *pStmt, /* Test statement stopped on an SQLITE_ROW */ in fuzz_invariant()
235 static char *fuzz_invariant_sql(sqlite3_stmt *pStmt, int iCnt){ in fuzz_invariant_sql()
397 static void printRow(sqlite3_stmt *pStmt, int iRow){ in printRow()
H A Datrc.c39 sqlite3_stmt *pStmt; in rename_all_columns_of_table() local
73 sqlite3_stmt *pStmt; in rename_all_tables() local
H A Dthreadtest4.c108 sqlite3_stmt *pStmt = 0; in prep_sql() local
131 sqlite3_stmt *pStmt = 0; in run_sql() local
289 sqlite3_stmt *pStmt; in worker_thread() local
H A Doptfuzz.c40 sqlite3_stmt *pStmt = 0; in prepare_sql() local
92 sqlite3_stmt *pStmt = 0; /* The current SQL statement */ in optfuzz_exec() local
H A Dtt3_lookaside1.c28 sqlite3_stmt *pStmt = 0; in lookaside1_thread_reader() local
/sqlite-3.40.0/ext/misc/
H A Dscrub.c143 sqlite3_stmt *pStmt; in scrubBackupPrepare() local
158 sqlite3_stmt *pStmt; in scrubBackupOpenSrc() local
211 sqlite3_stmt *pStmt; in scrubBackupOpenDest() local
511 sqlite3_stmt *pStmt; in sqlite3_scrub_backup() local
H A Dunionvtab.c231 sqlite3_stmt *pStmt; /* SQL statement to run */ member
414 static void unionFinalize(int *pRc, sqlite3_stmt *pStmt, char **pzErr){ in unionFinalize()
565 sqlite3_stmt *pStmt = unionPrepare(&rc, db, in unionSourceToStr() local
780 sqlite3_stmt *pStmt, /* SQL statement to find sources */ in unionConfigureVtab()
904 sqlite3_stmt *pStmt = 0; /* Argument statement */ in unionConnect() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c394 sqlite3_stmt *pStmt; in fts3SqlStmt() local
461 sqlite3_stmt *pStmt = 0; in sqlite3Fts3SelectDoctotal() local
500 sqlite3_stmt *pStmt; in fts3SqlExec() local
530 sqlite3_stmt *pStmt; in fts3Writelock() local
1930 sqlite3_stmt *pStmt; in fts3WriteSegment() local
1977 sqlite3_stmt *pStmt; in fts3WriteSegdir() local
2251 sqlite3_stmt *pStmt; in fts3SegWriterAdd() local
2441 sqlite3_stmt *pStmt; in fts3IsEmpty() local
2473 sqlite3_stmt *pStmt; in fts3SegmentMaxLevel() local
2511 sqlite3_stmt *pStmt; in fts3SegmentIsMaxLevel() local
[all …]
H A Dfts3_tokenizer.c359 sqlite3_stmt *pStmt; in registerTokenizer() local
382 sqlite3_stmt *pStmt; in queryTokenizer() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c230 sqlite3_stmt *pStmt; in registerTokenizer() local
252 sqlite3_stmt *pStmt; in queryFts2Tokenizer() local
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c96 sqlite3_stmt *pStmt; /* For fetching database pages */ member
123 sqlite3_stmt *pStmt; /* For fetching database pages */ member
335 sqlite3_stmt *pStmt = pCsr->pStmt; in dbdataLoadPage() local
721 sqlite3_stmt *pStmt = 0; in dbdataDbsize() local
H A Dsqlite3recover.c449 sqlite3_stmt *pStmt = 0; in recoverPrepare() local
474 sqlite3_stmt *pStmt = 0; in recoverPreparePrintf() local
500 static sqlite3_stmt *recoverReset(sqlite3_recover *p, sqlite3_stmt *pStmt){ in recoverReset()
514 static void recoverFinalize(sqlite3_recover *p, sqlite3_stmt *pStmt){ in recoverFinalize()
548 sqlite3_stmt *pStmt, in recoverBindValue()
599 sqlite3_stmt *pStmt = 0; in recoverPageCount() local
686 sqlite3_stmt *pStmt = 0; in recoverGetPage() local
1039 sqlite3_stmt *pStmt = recoverPreparePrintf(p, p->dbOut, in recoverAddTable() local
1844 sqlite3_stmt *pStmt = 0; in recoverLostAndFound1Init() local
/sqlite-3.40.0/mptest/
H A Dmptest.c361 sqlite3_stmt *pStmt = 0; in prepareSql() local
547 sqlite3_stmt *pStmt = 0; in startScript() local
799 sqlite3_stmt *pStmt; in waitForClient() local
1068 sqlite3_stmt *pStmt; in runScript() local
1406 sqlite3_stmt *pStmt; in main() local

1234