Lines Matching refs:sqlite3_stmt
1259 sqlite3_stmt *pStmt = 0; in shellFakeSchema()
2684 sqlite3_stmt *pStmt = 0; in sha3QueryFunc()
7458 sqlite3_stmt *pStmt; /* Current statement */
7613 sqlite3_stmt *pS2; in completionNext()
7637 sqlite3_stmt *pS2; in completionNext()
11439 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrepareStmt()
11456 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrintfPrepareStmt()
11490 sqlite3_stmt *pData;
11791 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize()
11812 sqlite3_stmt *p1 = 0; in idxGetTableInfo()
12003 sqlite3_stmt *pIdxList = 0; in idxFindCompatible()
12015 sqlite3_stmt *pInfo = 0; in idxFindCompatible()
12313 sqlite3_stmt *pExplain = 0; in idxFindIndexes()
12421 sqlite3_stmt *pSelect = 0; in idxProcessOneTrigger()
12475 sqlite3_stmt *pX = 0; in idxProcessOneTrigger()
12511 sqlite3_stmt *pSchema = 0; in idxCreateVtabSchema()
12702 sqlite3_stmt *pMax = 0; in idxLargestIndex()
12716 sqlite3_stmt *pIndexXInfo, in idxPopulateOneStat1()
12717 sqlite3_stmt *pWriteStat, in idxPopulateOneStat1()
12727 sqlite3_stmt *pQuery = 0; in idxPopulateOneStat1()
12845 sqlite3_stmt *pAllIndex = 0; in idxPopulateStat1()
12846 sqlite3_stmt *pIndexXInfo = 0; in idxPopulateStat1()
12847 sqlite3_stmt *pWrite = 0; in idxPopulateStat1()
12974 sqlite3_stmt *pStmt; in registerUDFs()
13061 sqlite3_stmt *pSql = 0; in sqlite3_expert_new()
13132 sqlite3_stmt *pStmt = 0; in sqlite3_expert_sql()
13620 sqlite3_stmt *pStmt; /* For fetching database pages */
13647 sqlite3_stmt *pStmt; /* For fetching database pages */
13863 sqlite3_stmt *pStmt = pCsr->pStmt; in dbdataLoadPage()
14259 sqlite3_stmt *pStmt = 0; in dbdataDbsize()
14637 sqlite3_stmt *pTbls;
14638 sqlite3_stmt *pSel;
14639 sqlite3_stmt *pInsert;
14661 sqlite3_stmt *pAllAndParent;
14662 sqlite3_stmt *pMapInsert;
14663 sqlite3_stmt *pMaxField;
14664 sqlite3_stmt *pUsedPages;
14665 sqlite3_stmt *pFindRoot;
14666 sqlite3_stmt *pInsert; /* INSERT INTO lost_and_found ... */
14667 sqlite3_stmt *pAllPage;
14668 sqlite3_stmt *pPageData;
14712 sqlite3_stmt *pGetPage; /* SELECT against input db sqlite_dbdata */
14928 static sqlite3_stmt *recoverPrepare( in recoverPrepare()
14933 sqlite3_stmt *pStmt = 0; in recoverPrepare()
14953 static sqlite3_stmt *recoverPreparePrintf( in recoverPreparePrintf()
14958 sqlite3_stmt *pStmt = 0; in recoverPreparePrintf()
14984 static sqlite3_stmt *recoverReset(sqlite3_recover *p, sqlite3_stmt *pStmt){ in recoverReset()
14998 static void recoverFinalize(sqlite3_recover *p, sqlite3_stmt *pStmt){ in recoverFinalize()
15032 sqlite3_stmt *pStmt, in recoverBindValue()
15083 sqlite3_stmt *pStmt = 0; in recoverPageCount()
15170 sqlite3_stmt *pStmt = 0; in recoverGetPage()
15403 sqlite3_stmt *p1 = 0; in recoverTransferSettings()
15526 sqlite3_stmt *pStmt = recoverPreparePrintf(p, p->dbOut, in recoverAddTable()
15631 sqlite3_stmt *pSelect = 0; in recoverWriteSchema1()
15632 sqlite3_stmt *pTblname = 0; in recoverWriteSchema1()
15706 sqlite3_stmt *pSelect = 0; in recoverWriteSchema2()
15768 static sqlite3_stmt *recoverInsertStmt( in recoverInsertStmt()
15773 sqlite3_stmt *pRet = 0; in recoverInsertStmt()
15862 sqlite3_stmt *pProbe = 0; in recoverLostAndFoundCreate()
15923 static sqlite3_stmt *recoverLostAndFoundInsert( in recoverLostAndFoundInsert()
15931 sqlite3_stmt *pRet = 0; in recoverLostAndFoundInsert()
16001 sqlite3_stmt *pPageData = pLaf->pPageData; in recoverLostAndFoundOnePage()
16002 sqlite3_stmt *pInsert = pLaf->pInsert; in recoverLostAndFoundOnePage()
16205 sqlite3_stmt *pSel = p1->pSel; in recoverWriteDataStep()
16266 sqlite3_stmt *pInsert = p1->pInsert; in recoverWriteDataStep()
16331 sqlite3_stmt *pStmt = 0; in recoverLostAndFound1Init()
17464 sqlite3_stmt *pStmt; /* Current statement if any. */
19011 sqlite3_stmt *pSelect; in run_table_dump_query()
19155 sqlite3_stmt *pStmt = pArg->pStmt; in display_stats()
19289 static int scanStatsHeight(sqlite3_stmt *p, int iEntry){ in scanStatsHeight()
19322 sqlite3_stmt *p = pArg->pStmt; in display_explain_scanstats()
19431 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
19500 static void exec_prepared_stmt(ShellState*, sqlite3_stmt*);
19520 sqlite3_stmt *pStmt = 0; in display_scanstats()
19523 sqlite3_stmt *pSave = pArg->pStmt; in display_scanstats()
19589 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
19593 sqlite3_stmt *pQ = 0; in bind_prepared_stmt()
19797 static char *quoted_column(sqlite3_stmt *pStmt, int i){ in quoted_column()
19837 sqlite3_stmt *pStmt /* Statement to run */ in exec_prepared_stmt_columnar()
20063 sqlite3_stmt *pStmt /* Statement to run */ in exec_prepared_stmt()
20287 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */ in shell_exec()
20330 sqlite3_stmt *pExplain; in shell_exec()
20454 sqlite3_stmt *pStmt; in tableColumnList()
20547 sqlite3_stmt *pStmt = 0; in toggleSelectOrder()
21578 static sqlite3_stmt *pStmt = 0; in readline_completion_generator()
21613 sqlite3_stmt *pStmt = 0; in linenoise_completion()
21786 sqlite3_stmt *pStmt; in sql_trace_callback()
21797 pStmt = (sqlite3_stmt*)pP; in sql_trace_callback()
22022 sqlite3_stmt *pQuery = 0; in tryToCloneData()
22023 sqlite3_stmt *pInsert = 0; in tryToCloneData()
22135 sqlite3_stmt *pQuery = 0; in tryToCloneSchema()
22281 sqlite3_stmt *pStmt; in db_int()
22338 sqlite3_stmt *pStmt = 0; in shell_dbinfo_command()
22648 sqlite3_stmt *pSql = 0; /* Compiled version of SQL statement below */ in lintFkeyIndexes()
22749 sqlite3_stmt *pExplain = 0; in lintFkeyIndexes()
22834 sqlite3_stmt **ppStmt in shellPrepare()
22858 sqlite3_stmt **ppStmt, in shellPreparePrintf()
22886 sqlite3_stmt *pStmt in shellFinalize()
22908 sqlite3_stmt *pStmt in shellReset()
23198 sqlite3_stmt *pTest = 0; in arCheckEntries()
23275 sqlite3_stmt *pSql = 0; in arListCommand()
23362 sqlite3_stmt *pSql = 0; in arExtractCommand()
23900 sqlite3_stmt *pStmt = 0; in zAutoColumn()
24285 sqlite3_stmt *pStmt; in do_meta_command()
24743 sqlite3_stmt *pStmt; in do_meta_command()
24792 sqlite3_stmt *pStmt = NULL; /* A statement */ in do_meta_command()
25094 sqlite3_stmt *pStmt; in do_meta_command()
25705 sqlite3_stmt *pStmt = 0; in do_meta_command()
25746 sqlite3_stmt *pStmt; in do_meta_command()
26037 sqlite3_stmt *pStmt = 0; in do_meta_command()
26363 sqlite3_stmt *pStmt = 0; /* Query against the SELFTEST table */ in do_meta_command()
26484 sqlite3_stmt *pStmt; /* For querying tables names */ in do_meta_command()
26627 sqlite3_stmt *pCheckStmt; in do_meta_command()
26752 sqlite3_stmt *pStmt; in do_meta_command()