Lines Matching refs:sqlite3_stmt
1549 sqlite3_stmt *pStmt = 0; in shellFakeSchema()
3048 sqlite3_stmt *pStmt = 0; in sha3QueryFunc()
3475 sqlite3_stmt *pStmt = 0; in sha1QueryFunc()
9089 sqlite3_stmt *pStmt; /* Current statement */
9244 sqlite3_stmt *pS2; in completionNext()
9268 sqlite3_stmt *pS2; in completionNext()
13081 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrepareStmt()
13098 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrintfPrepareStmt()
13132 sqlite3_stmt *pData;
13433 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize()
13454 sqlite3_stmt *p1 = 0; in idxGetTableInfo()
13645 sqlite3_stmt *pIdxList = 0; in idxFindCompatible()
13657 sqlite3_stmt *pInfo = 0; in idxFindCompatible()
13955 sqlite3_stmt *pExplain = 0; in idxFindIndexes()
14063 sqlite3_stmt *pSelect = 0; in idxProcessOneTrigger()
14117 sqlite3_stmt *pX = 0; in idxProcessOneTrigger()
14164 sqlite3_stmt *pSql = 0; in expertDbContainsObject()
14213 sqlite3_stmt *pSchema = 0; in idxCreateVtabSchema()
14413 sqlite3_stmt *pMax = 0; in idxLargestIndex()
14427 sqlite3_stmt *pIndexXInfo, in idxPopulateOneStat1()
14428 sqlite3_stmt *pWriteStat, in idxPopulateOneStat1()
14438 sqlite3_stmt *pQuery = 0; in idxPopulateOneStat1()
14563 sqlite3_stmt *pAllIndex = 0; in idxPopulateStat1()
14564 sqlite3_stmt *pIndexXInfo = 0; in idxPopulateStat1()
14565 sqlite3_stmt *pWrite = 0; in idxPopulateStat1()
14695 sqlite3_stmt *pStmt; in registerUDFs()
14782 sqlite3_stmt *pSql = 0; in sqlite3_expert_new()
14859 sqlite3_stmt *pStmt = 0; in sqlite3_expert_sql()
15211 sqlite3_stmt *pCheck; /* Current check statement */
15242 static sqlite3_stmt *intckPrepare(sqlite3_intck *p, const char *zSql){ in intckPrepare()
15243 sqlite3_stmt *pRet = 0; in intckPrepare()
15264 static sqlite3_stmt *intckPrepareFmt(sqlite3_intck *p, const char *zFmt, ...){ in intckPrepareFmt()
15265 sqlite3_stmt *pRet = 0; in intckPrepareFmt()
15284 static void intckFinalize(sqlite3_intck *p, sqlite3_stmt *pStmt){ in intckFinalize()
15295 static int intckStep(sqlite3_intck *p, sqlite3_stmt *pStmt){ in intckStep()
15306 sqlite3_stmt *pStmt = 0; in intckExec()
15340 sqlite3_stmt *pStmt = 0; in intckSaveKey()
15341 sqlite3_stmt *pXinfo = 0; in intckSaveKey()
15438 sqlite3_stmt *pStmt = 0; in intckFindObject()
15637 sqlite3_stmt *pStmt = 0; in intckGetAutoIndex()
15651 sqlite3_stmt *pStmt = 0; in intckIsIndex()
15680 sqlite3_stmt *pStmt = 0; in intckCheckObjectSql()
17787 sqlite3_stmt *pStmt; /* For fetching database pages */
17814 sqlite3_stmt *pStmt; /* For fetching database pages */
18055 sqlite3_stmt *pStmt = pCsr->pStmt; in dbdataLoadPage()
18481 sqlite3_stmt *pStmt = 0; in dbdataDbsize()
18875 sqlite3_stmt *pTbls;
18876 sqlite3_stmt *pSel;
18877 sqlite3_stmt *pInsert;
18899 sqlite3_stmt *pAllAndParent;
18900 sqlite3_stmt *pMapInsert;
18901 sqlite3_stmt *pMaxField;
18902 sqlite3_stmt *pUsedPages;
18903 sqlite3_stmt *pFindRoot;
18904 sqlite3_stmt *pInsert; /* INSERT INTO lost_and_found ... */
18905 sqlite3_stmt *pAllPage;
18906 sqlite3_stmt *pPageData;
18950 sqlite3_stmt *pGetPage; /* SELECT against input db sqlite_dbdata */
19166 static sqlite3_stmt *recoverPrepare( in recoverPrepare()
19171 sqlite3_stmt *pStmt = 0; in recoverPrepare()
19191 static sqlite3_stmt *recoverPreparePrintf( in recoverPreparePrintf()
19196 sqlite3_stmt *pStmt = 0; in recoverPreparePrintf()
19222 static sqlite3_stmt *recoverReset(sqlite3_recover *p, sqlite3_stmt *pStmt){ in recoverReset()
19236 static void recoverFinalize(sqlite3_recover *p, sqlite3_stmt *pStmt){ in recoverFinalize()
19270 sqlite3_stmt *pStmt, in recoverBindValue()
19321 sqlite3_stmt *pStmt = 0; in recoverPageCount()
19408 sqlite3_stmt *pStmt = 0; in recoverGetPage()
19641 sqlite3_stmt *p1 = 0; in recoverTransferSettings()
19764 sqlite3_stmt *pStmt = recoverPreparePrintf(p, p->dbOut, in recoverAddTable()
19869 sqlite3_stmt *pSelect = 0; in recoverWriteSchema1()
19870 sqlite3_stmt *pTblname = 0; in recoverWriteSchema1()
19944 sqlite3_stmt *pSelect = 0; in recoverWriteSchema2()
20006 static sqlite3_stmt *recoverInsertStmt( in recoverInsertStmt()
20011 sqlite3_stmt *pRet = 0; in recoverInsertStmt()
20100 sqlite3_stmt *pProbe = 0; in recoverLostAndFoundCreate()
20161 static sqlite3_stmt *recoverLostAndFoundInsert( in recoverLostAndFoundInsert()
20169 sqlite3_stmt *pRet = 0; in recoverLostAndFoundInsert()
20239 sqlite3_stmt *pPageData = pLaf->pPageData; in recoverLostAndFoundOnePage()
20240 sqlite3_stmt *pInsert = pLaf->pInsert; in recoverLostAndFoundOnePage()
20443 sqlite3_stmt *pSel = p1->pSel; in recoverWriteDataStep()
20504 sqlite3_stmt *pInsert = p1->pInsert; in recoverWriteDataStep()
20571 sqlite3_stmt *pStmt = 0; in recoverLostAndFound1Init()
21723 sqlite3_stmt *pStmt; /* Current statement if any. */
23467 sqlite3_stmt *pSelect; in run_table_dump_query()
23611 sqlite3_stmt *pStmt = pArg->pStmt; in display_stats()
23756 static int scanStatsHeight(sqlite3_stmt *p, int iEntry){ in scanStatsHeight()
23789 sqlite3_stmt *p = pArg->pStmt; in display_explain_scanstats()
23898 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
23967 static void exec_prepared_stmt(ShellState*, sqlite3_stmt*);
23993 sqlite3_stmt *pStmt = 0; in display_scanstats()
23996 sqlite3_stmt *pSave = pArg->pStmt; in display_scanstats()
24062 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
24066 sqlite3_stmt *pQ = 0; in bind_prepared_stmt()
24339 static char *quoted_column(sqlite3_stmt *pStmt, int i){ in quoted_column()
24380 sqlite3_stmt *pStmt /* Statement to run */ in exec_prepared_stmt_columnar()
24609 sqlite3_stmt *pStmt /* Statement to run */ in exec_prepared_stmt()
24836 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */ in shell_exec()
24879 sqlite3_stmt *pExplain; in shell_exec()
25005 sqlite3_stmt *pStmt; in tableColumnList()
25098 sqlite3_stmt *pStmt = 0; in toggleSelectOrder()
26176 static sqlite3_stmt *pStmt = 0; in readline_completion_generator()
26218 sqlite3_stmt *pStmt = 0; in linenoise_completion()
26394 sqlite3_stmt *pStmt; in sql_trace_callback()
26405 pStmt = (sqlite3_stmt*)pP; in sql_trace_callback()
26631 sqlite3_stmt *pQuery = 0; in tryToCloneData()
26632 sqlite3_stmt *pInsert = 0; in tryToCloneData()
26742 sqlite3_stmt *pQuery = 0; in tryToCloneSchema()
26915 sqlite3_stmt *pStmt; in db_int()
26978 sqlite3_stmt *pStmt = 0; in shell_dbinfo_command()
27046 sqlite3_stmt *pStmt = 0; in shell_dbtotxt_command()
27383 sqlite3_stmt *pSql = 0; /* Compiled version of SQL statement below */ in lintFkeyIndexes()
27484 sqlite3_stmt *pExplain = 0; in lintFkeyIndexes()
27569 sqlite3_stmt **ppStmt in shellPrepare()
27588 sqlite3_stmt **ppStmt, in shellPreparePrintf()
27613 sqlite3_stmt *pStmt in shellFinalize()
27636 sqlite3_stmt *pStmt in shellReset()
27927 sqlite3_stmt *pTest = 0; in arCheckEntries()
28004 sqlite3_stmt *pSql = 0; in arListCommand()
28087 sqlite3_stmt *pSql = 0; in arExtractCommand()
28660 sqlite3_stmt *pStmt = 0; in zAutoColumn()
28742 sqlite3_stmt *pStmt = 0; in outputDumpWarning()
29100 sqlite3_stmt *pStmt; in do_meta_command()
29568 sqlite3_stmt *pStmt; in do_meta_command()
29617 sqlite3_stmt *pStmt = NULL; /* A statement */ in do_meta_command()
29941 sqlite3_stmt *pStmt; in do_meta_command()
30639 sqlite3_stmt *pStmt = 0; in do_meta_command()
30681 sqlite3_stmt *pStmt; in do_meta_command()
30978 sqlite3_stmt *pStmt = 0; in do_meta_command()
31302 sqlite3_stmt *pStmt = 0; /* Query against the SELFTEST table */ in do_meta_command()
31423 sqlite3_stmt *pStmt; /* For querying tables names */ in do_meta_command()
31566 sqlite3_stmt *pCheckStmt; in do_meta_command()
31694 sqlite3_stmt *pStmt; in do_meta_command()
32628 sqlite3_stmt *pStmt = 0; in doAutoDetectRestore()