Lines Matching refs:sqlite3_stmt

881   sqlite3_stmt *pStmt = 0;  in shellFakeSchema()
1964 sqlite3_stmt *pStmt = 0; in sha3QueryFunc()
3170 sqlite3_stmt *pStmt; /* Current statement */
3325 sqlite3_stmt *pS2; in completionNext()
3349 sqlite3_stmt *pS2; in completionNext()
7182 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrepareStmt()
7199 sqlite3_stmt **ppStmt, /* OUT: Compiled SQL statement */ in idxPrintfPrepareStmt()
7233 sqlite3_stmt *pData;
7533 static void idxFinalize(int *pRc, sqlite3_stmt *pStmt){ in idxFinalize()
7554 sqlite3_stmt *p1 = 0; in idxGetTableInfo()
7725 sqlite3_stmt *pIdxList = 0; in idxFindCompatible()
7737 sqlite3_stmt *pInfo = 0; in idxFindCompatible()
7994 sqlite3_stmt *pExplain = 0; in idxFindIndexes()
8102 sqlite3_stmt *pSelect = 0; in idxProcessOneTrigger()
8155 sqlite3_stmt *pX = 0; in idxProcessOneTrigger()
8191 sqlite3_stmt *pSchema = 0; in idxCreateVtabSchema()
8378 sqlite3_stmt *pMax = 0; in idxLargestIndex()
8392 sqlite3_stmt *pIndexXInfo, in idxPopulateOneStat1()
8393 sqlite3_stmt *pWriteStat, in idxPopulateOneStat1()
8403 sqlite3_stmt *pQuery = 0; in idxPopulateOneStat1()
8521 sqlite3_stmt *pAllIndex = 0; in idxPopulateStat1()
8522 sqlite3_stmt *pIndexXInfo = 0; in idxPopulateStat1()
8523 sqlite3_stmt *pWrite = 0; in idxPopulateStat1()
8638 sqlite3_stmt *pSql; in sqlite3_expert_new()
8709 sqlite3_stmt *pStmt = 0; in sqlite3_expert_sql()
8928 sqlite3_stmt *pStmt; /* For fetching database pages */
8954 sqlite3_stmt *pStmt; /* For fetching database pages */
9166 sqlite3_stmt *pStmt = pCsr->pStmt; in dbdataLoadPage()
9509 sqlite3_stmt *pStmt = 0; in dbdataDbsize()
9794 sqlite3_stmt *pStmt; /* Current statement if any. */
11051 sqlite3_stmt *pSelect; in run_table_dump_query()
11181 sqlite3_stmt *pStmt = pArg->pStmt; in display_stats()
11313 sqlite3_stmt *p = pArg->pStmt; in display_scanstats()
11376 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
11526 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
11530 sqlite3_stmt *pQ = 0; in bind_prepared_stmt()
11565 sqlite3_stmt *pStmt /* Statment to run */ in exec_prepared_stmt()
11765 sqlite3_stmt *pStmt = NULL; /* Statement to execute. */ in shell_exec()
11813 sqlite3_stmt *pExplain; in shell_exec()
11941 sqlite3_stmt *pStmt; in tableColumnList()
12031 sqlite3_stmt *pStmt = 0; in toggleSelectOrder()
13010 static sqlite3_stmt *pStmt = 0; in readline_completion_generator()
13041 sqlite3_stmt *pStmt = 0; in linenoise_completion()
13203 sqlite3_stmt *pStmt; in sql_trace_callback()
13214 pStmt = (sqlite3_stmt*)pP; in sql_trace_callback()
13424 sqlite3_stmt *pQuery = 0; in tryToCloneData()
13425 sqlite3_stmt *pInsert = 0; in tryToCloneData()
13535 sqlite3_stmt *pQuery = 0; in tryToCloneSchema()
13674 sqlite3_stmt *pStmt; in db_int()
13730 sqlite3_stmt *pStmt = 0; in shell_dbinfo_command()
14040 sqlite3_stmt *pSql = 0; /* Compiled version of SQL statement below */ in lintFkeyIndexes()
14141 sqlite3_stmt *pExplain = 0; in lintFkeyIndexes()
14226 sqlite3_stmt **ppStmt in shellPrepare()
14250 sqlite3_stmt **ppStmt, in shellPreparePrintf()
14278 sqlite3_stmt *pStmt in shellFinalize()
14300 sqlite3_stmt *pStmt in shellReset()
14576 sqlite3_stmt *pTest = 0; in arCheckEntries()
14651 sqlite3_stmt *pSql = 0; in arListCommand()
14697 sqlite3_stmt *pSql = 0; in arExtractCommand()
15142 sqlite3_stmt *pStmt = 0; in recoverNewTable()
15184 sqlite3_stmt *pPkFinder = 0; in recoverNewTable()
15267 sqlite3_stmt *pStmt = 0; in recoverFindTable()
15315 sqlite3_stmt *pTest = 0; in recoverOrphanTable()
15369 sqlite3_stmt *pLoop = 0; /* Loop through all root pages */ in recoverDatabaseCmd()
15370 sqlite3_stmt *pPages = 0; /* Loop through all pages in a group */ in recoverDatabaseCmd()
15371 sqlite3_stmt *pCells = 0; /* Loop through all cells in a page */ in recoverDatabaseCmd()
15527 sqlite3_stmt *pStmt = 0; in recoverDatabaseCmd()
15651 sqlite3_stmt *pStmt = 0; in recoverDatabaseCmd()
16313 sqlite3_stmt *pStmt; in do_meta_command()
16359 sqlite3_stmt *pStmt = NULL; /* A statement */ in do_meta_command()
16640 sqlite3_stmt *pStmt; in do_meta_command()
17120 sqlite3_stmt *pStmt = 0; in do_meta_command()
17161 sqlite3_stmt *pStmt; in do_meta_command()
17407 sqlite3_stmt *pStmt = 0; in do_meta_command()
17720 sqlite3_stmt *pStmt = 0; /* Query against the SELFTEST table */ in do_meta_command()
17840 sqlite3_stmt *pStmt; /* For querying tables names */ in do_meta_command()
18020 sqlite3_stmt *pStmt; in do_meta_command()