sqlite3 36 sql/connection.cc explicit ScopedBusyTimeout(sqlite3* db) sqlite3 50 sql/connection.cc sqlite3* db_; sqlite3 61 sql/connection.cc explicit ScopedWritableSchema(sqlite3* db) sqlite3 70 sql/connection.cc sqlite3* db_; sqlite3 75 sql/connection.cc int BackupDatabase(sqlite3* src, sqlite3* dst, const char* db_name) { sqlite3 129 sql/connection.cc int GetSqlite3File(sqlite3* db, sqlite3_file** file) { sqlite3 22 sql/connection.h struct sqlite3; sqlite3 552 sql/connection.h sqlite3* db_; sqlite3 136 sync/syncable/directory_backing_store.h bool CheckIntegrity(sqlite3* handle, std::string* error) const; sqlite3 770 third_party/sqlite/amalgamation/sqlite3.c typedef struct sqlite3 sqlite3; sqlite3 833 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_close(sqlite3 *); sqlite3 904 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, /* An open database */ sqlite3 1687 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...); sqlite3 2064 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff); sqlite3 2109 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); sqlite3 2163 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_changes(sqlite3*); sqlite3 2189 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_total_changes(sqlite3*); sqlite3 2228 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_interrupt(sqlite3*); sqlite3 2330 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*); sqlite3 2350 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms); sqlite3 2425 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* An open database */ sqlite3 2734 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 2830 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*); sqlite3 2831 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API SQLITE_EXPERIMENTAL void *sqlite3_profile(sqlite3*, sqlite3 2864 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*); sqlite3 2957 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb /* OUT: SQLite db handle */ sqlite3 2961 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb /* OUT: SQLite db handle */ sqlite3 2965 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb, /* OUT: SQLite db handle */ sqlite3 3003 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_errcode(sqlite3 *db); sqlite3 3004 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_extended_errcode(sqlite3 *db); sqlite3 3005 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_errmsg(sqlite3*); sqlite3 3006 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_errmsg16(sqlite3*); sqlite3 3073 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal); sqlite3 3218 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 3225 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 3232 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 3239 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 4067 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 4077 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 4087 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 4252 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*); sqlite3 4520 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 4527 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 4535 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 4569 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 4571 third_party/sqlite/amalgamation/sqlite3.c void(*)(void*,sqlite3*,int eTextRep,const char*) sqlite3 4574 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 4576 third_party/sqlite/amalgamation/sqlite3.c void(*)(void*,sqlite3*,int eTextRep,const void*) sqlite3 4588 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database to be rekeyed */ sqlite3 4601 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database to be rekeyed */ sqlite3 4695 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_get_autocommit(sqlite3*); sqlite3 4707 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*); sqlite3 4722 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt); sqlite3 4768 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*); sqlite3 4769 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void *sqlite3_rollback_hook(sqlite3*, void(*)(void *), void*); sqlite3 4818 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 4992 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Connection handle */ sqlite3 5029 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Load the extension into this database connection */ sqlite3 5048 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff); sqlite3 5130 third_party/sqlite/amalgamation/sqlite3.c int (*xCreate)(sqlite3*, void *pAux, sqlite3 5133 third_party/sqlite/amalgamation/sqlite3.c int (*xConnect)(sqlite3*, void *pAux, sqlite3 5278 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* SQLite connection to register module with */ sqlite3 5284 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* SQLite connection to register module with */ sqlite3 5346 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_declare_vtab(sqlite3*, const char *zSQL); sqlite3 5364 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_overload_function(sqlite3*, const char *zFuncName, int nArg); sqlite3 5447 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 5880 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_mutex *sqlite3_db_mutex(sqlite3*); sqlite3 5914 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*); sqlite3 6108 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg); sqlite3 6598 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pDest, /* Destination database handle */ sqlite3 6600 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pSource, /* Source database handle */ sqlite3 6723 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pBlocked, /* Waiting connection */ sqlite3 6798 third_party/sqlite/amalgamation/sqlite3.c sqlite3*, sqlite3 6799 third_party/sqlite/amalgamation/sqlite3.c int(*)(void *,sqlite3*,const char*,int), sqlite3 6828 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N); sqlite3 6846 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb); sqlite3 6919 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 6947 third_party/sqlite/amalgamation/sqlite3.c int recoverVtableInit(sqlite3 *db); sqlite3 6993 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 7672 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Associated database connection */ sqlite3 7834 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeEnterAll(sqlite3*); sqlite3 7845 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeLeaveAll(sqlite3*); sqlite3 7849 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeHoldsAllMutexes(sqlite3*); sqlite3 7850 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*); sqlite3 8223 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*); sqlite3 8243 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeDeleteObject(sqlite3*,Vdbe*); sqlite3 8257 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3 *sqlite3VdbeDb(Vdbe*); sqlite3 9191 third_party/sqlite/amalgamation/sqlite3.c int (*xWalCallback)(void *, sqlite3 *, const char *, int); sqlite3 9194 third_party/sqlite/amalgamation/sqlite3.c void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); sqlite3 9195 third_party/sqlite/amalgamation/sqlite3.c void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); sqlite3 9245 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ sqlite3 9246 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ sqlite3 9249 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pNextBlocked; /* Next in list of all blocked connections */ sqlite3 9576 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection associated with this table */ sqlite3 9750 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 10514 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The main database structure */ sqlite3 10737 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Optional database for lookaside. Can be NULL */ sqlite3 10753 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database being initialized */ sqlite3 10913 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbMallocZero(sqlite3*, int); sqlite3 10914 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbMallocRaw(sqlite3*, int); sqlite3 10915 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3DbStrDup(sqlite3*,const char*); sqlite3 10916 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3DbStrNDup(sqlite3*,const char*, int); sqlite3 10918 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbReallocOrFree(sqlite3 *, void *, int); sqlite3 10919 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbRealloc(sqlite3 *, void *, int); sqlite3 10920 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DbFree(sqlite3*, void*); sqlite3 10922 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3DbMallocSize(sqlite3*, void*); sqlite3 10979 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...); sqlite3 10980 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list); sqlite3 10981 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3MAppendf(sqlite3*,char*,const char*,...); sqlite3 10988 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SetString(char **, sqlite3*, const char*, ...); sqlite3 10998 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprAlloc(sqlite3*,int,const Token*,int); sqlite3 10999 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3Expr(sqlite3*,int,const char*); sqlite3 11000 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprAttachSubtrees(sqlite3*,Expr*,Expr*,Expr*); sqlite3 11002 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprAnd(sqlite3*,Expr*, Expr*); sqlite3 11005 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprDelete(sqlite3*, Expr*); sqlite3 11009 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprListDelete(sqlite3*, ExprList*); sqlite3 11010 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Init(sqlite3*, char**); sqlite3 11013 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ResetInternalSchema(sqlite3*, int); sqlite3 11015 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3CommitInternalChanges(sqlite3*); sqlite3 11036 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE RowSet *sqlite3RowSetInit(sqlite3*, void*, unsigned int); sqlite3 11051 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteTable(sqlite3*, Table*); sqlite3 11060 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3ArrayAllocate(sqlite3*,void*,int,int,int*,int*,int*); sqlite3 11061 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE IdList *sqlite3IdListAppend(sqlite3*, IdList*, Token*); sqlite3 11063 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListEnlarge(sqlite3*, SrcList*, int, int); sqlite3 11064 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListAppend(sqlite3*, SrcList*, Token*, Token*); sqlite3 11071 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3IdListDelete(sqlite3*, IdList*); sqlite3 11072 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListDelete(sqlite3*, SrcList*); sqlite3 11079 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SelectDelete(sqlite3*, Select*); sqlite3 11108 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Table *sqlite3FindTable(sqlite3*,const char*, const char*); sqlite3 11110 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Index *sqlite3FindIndex(sqlite3*,const char*, const char*); sqlite3 11111 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3UnlinkAndDeleteTable(sqlite3*,int,const char*); sqlite3 11112 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3UnlinkAndDeleteIndex(sqlite3*,int,const char*); sqlite3 11114 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RunVacuum(char**, sqlite3*); sqlite3 11115 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3NameFromToken(sqlite3*, Token*); sqlite3 11124 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RollbackAll(sqlite3*); sqlite3 11131 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3CloseSavepoints(sqlite3 *); sqlite3 11151 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprDup(sqlite3*,Expr*,int); sqlite3 11152 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE ExprList *sqlite3ExprListDup(sqlite3*,ExprList*,int); sqlite3 11153 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListDup(sqlite3*,SrcList*,int); sqlite3 11154 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE IdList *sqlite3IdListDup(sqlite3*,IdList*); sqlite3 11155 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Select *sqlite3SelectDup(sqlite3*,Select*,int); sqlite3 11157 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,int,u8,int); sqlite3 11158 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RegisterBuiltinFunctions(sqlite3*); sqlite3 11161 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SafetyCheckOk(sqlite3*); sqlite3 11162 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SafetyCheckSickOrOk(sqlite3*); sqlite3 11181 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteTriggerStep(sqlite3*, TriggerStep*); sqlite3 11182 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE TriggerStep *sqlite3TriggerSelectStep(sqlite3*,Select*); sqlite3 11183 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE TriggerStep *sqlite3TriggerInsertStep(sqlite3*,Token*, IdList*, sqlite3 11185 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE TriggerStep *sqlite3TriggerUpdateStep(sqlite3*,Token*,ExprList*, Expr*, u8); sqlite3 11186 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE TriggerStep *sqlite3TriggerDeleteStep(sqlite3*,Token*, Expr*); sqlite3 11187 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteTrigger(sqlite3*, Trigger*); sqlite3 11188 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3UnlinkAndDeleteTrigger(sqlite3*,int,const char*); sqlite3 11275 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Error(sqlite3*, int, const char*,...); sqlite3 11276 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3HexToBlob(sqlite3*, const char *z, int n); sqlite3 11280 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int); sqlite3 11287 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeSetChanges(sqlite3 *, int); sqlite3 11298 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_value *sqlite3ValueNew(sqlite3 *); sqlite3 11299 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3Utf16to8(sqlite3 *, const void*, int, u8); sqlite3 11301 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3Utf8to16(sqlite3 *, u8, char *, int, int *); sqlite3 11303 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3ValueFromExpr(sqlite3 *, Expr *, u8, u8, sqlite3_value **); sqlite3 11316 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RootPageMoved(sqlite3*, int, int, int); sqlite3 11322 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExpirePreparedStatements(sqlite3*); sqlite3 11331 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE CollSeq *sqlite3GetCollSeq(sqlite3*, u8, CollSeq *, const char*); sqlite3 11335 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3FindDb(sqlite3*, Token*); sqlite3 11336 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3FindDbName(sqlite3 *, const char *); sqlite3 11337 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AnalysisLoad(sqlite3*,int iDB); sqlite3 11338 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteIndexSamples(sqlite3*,Index*); sqlite3 11340 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RegisterLikeFunctions(sqlite3*, int); sqlite3 11341 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IsLikeFunction(sqlite3*,Expr*,int*,char*); sqlite3 11344 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Schema *sqlite3SchemaGet(sqlite3 *, Btree *); sqlite3 11345 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SchemaToIndex(sqlite3 *db, Schema *); sqlite3 11347 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3CreateFunc(sqlite3 *, const char *, int, int, void *, sqlite3 11352 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3ApiExit(sqlite3 *db, int); sqlite3 11360 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *, SrcList *, int, int); sqlite3 11375 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AutoLoadExtensions(sqlite3*); sqlite3 11377 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3CloseExtensions(sqlite3*); sqlite3 11402 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VtabClear(sqlite3 *db, Table*); sqlite3 11403 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabSync(sqlite3 *db, char **); sqlite3 11404 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabRollback(sqlite3 *db); sqlite3 11405 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabCommit(sqlite3 *db); sqlite3 11408 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VtabUnlockList(sqlite3*); sqlite3 11416 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabCallCreate(sqlite3*, int, const char *, char **); sqlite3 11418 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabCallDestroy(sqlite3*, int, const char *); sqlite3 11419 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabBegin(sqlite3 *, VTable *); sqlite3 11420 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE FuncDef *sqlite3VtabOverloadFunction(sqlite3 *,FuncDef*, int nArg, Expr*); sqlite3 11427 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3TempInMemory(const sqlite3*); sqlite3 11428 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE VTable *sqlite3GetVTable(sqlite3*, Table*); sqlite3 11430 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Checkpoint(sqlite3*, int, int, int*, int*); sqlite3 11431 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3WalDefaultHook(void*,sqlite3*,const char*,int); sqlite3 11455 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3FkDelete(sqlite3 *, Table*); sqlite3 11511 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ConnectionBlocked(sqlite3 *, sqlite3 *); sqlite3 11512 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ConnectionUnlocked(sqlite3 *db); sqlite3 11513 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ConnectionClosed(sqlite3 *db); sqlite3 12352 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The associated database connection */ sqlite3 12483 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection that owns this statement */ sqlite3 12565 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeIdxRowid(sqlite3*, BtCursor *, i64 *); sqlite3 12723 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The database connection whose status is desired */ sqlite3 13160 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 13699 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 13883 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 18139 third_party/sqlite/amalgamation/sqlite3.c static int isLookaside(sqlite3 *db, void *p){ sqlite3 18155 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3DbMallocSize(sqlite3 *db, void *p){ sqlite3 18189 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DbFree(sqlite3 *db, void *p){ sqlite3 18288 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbMallocZero(sqlite3 *db, int n){ sqlite3 18314 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbMallocRaw(sqlite3 *db, int n){ sqlite3 18358 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbRealloc(sqlite3 *db, void *p, int n){ sqlite3 18395 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3DbReallocOrFree(sqlite3 *db, void *p, int n){ sqlite3 18411 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3DbStrDup(sqlite3 *db, const char *z){ sqlite3 18425 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3DbStrNDup(sqlite3 *db, const char *z, int n){ sqlite3 18444 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zFormat, ...){ sqlite3 18469 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3ApiExit(sqlite3* db, int rc){ sqlite3 19338 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ sqlite3 19358 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ sqlite3 19375 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3MAppendf(sqlite3 *db, char *zStr, const char *zFormat, ...){ sqlite3 20099 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ sqlite3 20127 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3Utf8to16(sqlite3 *db, u8 enc, char *z, int n, int *pnOut){ sqlite3 20337 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ sqlite3 20373 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 21231 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3HexToBlob(sqlite3 *db, const char *z, int n){ sqlite3 21273 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SafetyCheckOk(sqlite3 *db){ sqlite3 21290 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SafetyCheckSickOrOk(sqlite3 *db){ sqlite3 35989 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 36011 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ sqlite3 46545 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection holding this btree */ sqlite3 46607 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection currently using this Btree */ sqlite3 47017 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeEnterAll(sqlite3 *db){ sqlite3 47026 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeLeaveAll(sqlite3 *db){ sqlite3 47051 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeHoldsAllMutexes(sqlite3 *db){ sqlite3 47080 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema){ sqlite3 47107 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeEnterAll(sqlite3 *db){ sqlite3 48811 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Associated database handle */ sqlite3 49646 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *pBlock = 0; sqlite3 55291 third_party/sqlite/amalgamation/sqlite3.c sqlite3* pDestDb; /* Destination database handle */ sqlite3 55297 third_party/sqlite/amalgamation/sqlite3.c sqlite3* pSrcDb; /* Source database handle */ sqlite3 55351 third_party/sqlite/amalgamation/sqlite3.c static Btree *findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb){ sqlite3 55402 third_party/sqlite/amalgamation/sqlite3.c sqlite3* pDestDb, /* Database to write to */ sqlite3 55404 third_party/sqlite/amalgamation/sqlite3.c sqlite3* pSrcDb, /* Database connection to read from */ sqlite3 56521 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pMem->db; sqlite3 56961 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3_value *sqlite3ValueNew(sqlite3 *db){ sqlite3 56982 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The database connection */ sqlite3 57160 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3 *db){ sqlite3 57702 third_party/sqlite/amalgamation/sqlite3.c static void freeEphemeralFunction(sqlite3 *db, FuncDef *pDef){ sqlite3 57708 third_party/sqlite/amalgamation/sqlite3.c static void vdbeFreeOpArray(sqlite3 *, Op *, int); sqlite3 57713 third_party/sqlite/amalgamation/sqlite3.c static void freeP4(sqlite3 *db, int p4type, void *p4){ sqlite3 57764 third_party/sqlite/amalgamation/sqlite3.c static void vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp){ sqlite3 57793 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 57830 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 58117 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 58139 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 58182 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 58256 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; /* The database connection */ sqlite3 58545 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 58745 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 58769 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 58822 third_party/sqlite/amalgamation/sqlite3.c static int vdbeCommit(sqlite3 *db, Vdbe *p){ sqlite3 59051 third_party/sqlite/amalgamation/sqlite3.c static void checkActiveVdbeCnt(sqlite3 *db){ sqlite3 59086 third_party/sqlite/amalgamation/sqlite3.c static void invalidateCursorsOnModifiedBtrees(sqlite3 *db){ sqlite3 59107 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *const db = p->db; sqlite3 59163 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 59189 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 59411 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 59521 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeDeleteObject(sqlite3 *db, Vdbe *p){ sqlite3 59543 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 60144 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid){ sqlite3 60258 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeSetChanges(sqlite3 *db, int nChange){ sqlite3 60282 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExpirePreparedStatements(sqlite3 *db){ sqlite3 60292 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE sqlite3 *sqlite3VdbeDb(Vdbe *v){ sqlite3 60407 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = v->db; sqlite3 60649 third_party/sqlite/amalgamation/sqlite3.c static int doWalCallbacks(sqlite3 *db){ sqlite3 60676 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 60806 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 60862 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context *p){ sqlite3 61186 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 61622 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ sqlite3 61640 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt){ sqlite3 61730 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 62397 third_party/sqlite/amalgamation/sqlite3.c static int checkSavepointCount(sqlite3 *db){ sqlite3 62412 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 62458 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; /* The database */ sqlite3 68460 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The associated database */ sqlite3 68537 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db, /* The database connection */ sqlite3 68765 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 68792 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 68867 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 69588 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 69670 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 69940 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ sqlite3 70201 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection */ sqlite3 70273 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 70363 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 70466 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection */ sqlite3 70817 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 70845 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 71116 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Handle for sqlite3DbMallocZero() (may be null) */ sqlite3 71164 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Handle for sqlite3DbMallocZero() (may be null) */ sqlite3 71181 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 71235 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprAnd(sqlite3 *db, Expr *pLeft, Expr *pRight){ sqlite3 71253 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 71283 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 71351 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprDelete(sqlite3 *db, Expr *p){ sqlite3 71481 third_party/sqlite/amalgamation/sqlite3.c static Expr *exprDup(sqlite3 *db, Expr *p, int flags, u8 **pzBuffer){ sqlite3 71584 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3ExprDup(sqlite3 *db, Expr *p, int flags){ sqlite3 71587 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE ExprList *sqlite3ExprListDup(sqlite3 *db, ExprList *p, int flags){ sqlite3 71623 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListDup(sqlite3 *db, SrcList *p, int flags){ sqlite3 71656 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE IdList *sqlite3IdListDup(sqlite3 *db, IdList *p){ sqlite3 71676 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){ sqlite3 71701 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){ sqlite3 71721 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 71792 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 71824 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprListDelete(sqlite3 *db, ExprList *pList){ sqlite3 72179 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 73004 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 74232 third_party/sqlite/amalgamation/sqlite3.c static int addAggInfoColumn(sqlite3 *db, AggInfo *pInfo){ sqlite3 74250 third_party/sqlite/amalgamation/sqlite3.c static int addAggInfoFunc(sqlite3 *db, AggInfo *pInfo){ sqlite3 74545 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 74601 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 74665 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 74758 third_party/sqlite/amalgamation/sqlite3.c static char *whereOrName(sqlite3 *db, char *zWhere, char *zConstant){ sqlite3 74803 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 74896 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 75126 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection; */ sqlite3 75248 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 75376 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 75433 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 75705 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 75761 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 75823 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 75885 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx){ sqlite3 75923 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AnalysisLoad(sqlite3 *db, int iDb){ sqlite3 76113 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 76200 third_party/sqlite/amalgamation/sqlite3.c extern int sqlite3CodecAttach(sqlite3*, int, const void*, int); sqlite3 76201 third_party/sqlite/amalgamation/sqlite3.c extern void sqlite3CodecGetKey(sqlite3*, int, void**, int*); sqlite3 76285 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 76343 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db = pParse->db; sqlite3 76459 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 76659 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 76695 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 76728 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 76786 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 76966 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 77074 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 77108 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Table *sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase){ sqlite3 77175 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Index *sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb){ sqlite3 77196 third_party/sqlite/amalgamation/sqlite3.c static void freeIndex(sqlite3 *db, Index *p){ sqlite3 77210 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3UnlinkAndDeleteIndex(sqlite3 *db, int iDb, const char *zIdxName){ sqlite3 77248 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ResetInternalSchema(sqlite3 *db, int iDb){ sqlite3 77314 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3CommitInternalChanges(sqlite3 *db){ sqlite3 77322 third_party/sqlite/amalgamation/sqlite3.c static void sqliteDeleteColumnNames(sqlite3 *db, Table *pTable){ sqlite3 77347 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteTable(sqlite3 *db, Table *pTable){ sqlite3 77393 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3UnlinkAndDeleteTable(sqlite3 *db, int iDb, const char *zTabName){ sqlite3 77422 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3NameFromToken(sqlite3 *db, Token *pName){ sqlite3 77453 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3FindDbName(sqlite3 *db, const char *zName){ sqlite3 77474 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3FindDb(sqlite3 *db, Token *pName){ sqlite3 77506 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 77573 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 77790 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 77936 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 78044 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 78064 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 78112 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 78147 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 78212 third_party/sqlite/amalgamation/sqlite3.c static char *createTableStmt(sqlite3 *db, Table *p){ sqlite3 78303 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 78520 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 78587 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection for malloc errors */ sqlite3 78677 third_party/sqlite/amalgamation/sqlite3.c static void sqliteViewResetAll(sqlite3 *db, int idx){ sqlite3 78713 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RootPageMoved(sqlite3 *db, int iDb, int iFrom, int iTo){ sqlite3 78831 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 79013 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 79158 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 79253 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 79745 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 79828 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Connection to notify of malloc failures */ sqlite3 79862 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE IdList *sqlite3IdListAppend(sqlite3 *db, IdList *pList, Token *pToken){ sqlite3 79889 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3IdListDelete(sqlite3 *db, IdList *pList){ sqlite3 79932 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection to notify of OOM errors */ sqlite3 80014 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Connection to notify of malloc failures */ sqlite3 80066 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListDelete(sqlite3 *db, SrcList *pList){ sqlite3 80110 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 80187 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 80213 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 80233 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 80274 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 80333 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pToplevel->db; sqlite3 80356 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 80478 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 80514 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 80575 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 80621 third_party/sqlite/amalgamation/sqlite3.c static void callCollNeeded(sqlite3 *db, int enc, const char *zName){ sqlite3 80650 third_party/sqlite/amalgamation/sqlite3.c static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ sqlite3 80681 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db, /* The database connection */ sqlite3 80720 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 80748 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 80801 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 80924 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* An open database */ sqlite3 81038 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Schema *sqlite3SchemaGet(sqlite3 *db, Btree *pBt){ sqlite3 81154 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 81293 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Main database structure */ sqlite3 82003 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82150 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82170 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82184 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82388 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82639 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82709 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 82890 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 83076 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 83115 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RegisterBuiltinFunctions(sqlite3 *db){ sqlite3 83126 third_party/sqlite/amalgamation/sqlite3.c static void setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal){ sqlite3 83140 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive){ sqlite3 83163 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IsLikeFunction(sqlite3 *db, Expr *pExpr, int *pIsNocase, char *aWc){ sqlite3 83759 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 83886 third_party/sqlite/amalgamation/sqlite3.c static void fkTriggerDelete(sqlite3 *dbMem, Trigger *p){ sqlite3 83915 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 83981 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 84238 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 84445 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3FkDelete(sqlite3 *db, Table *pTab){ sqlite3 84552 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3VdbeDb(v); sqlite3 84593 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3VdbeDb(v); sqlite3 84708 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 84764 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 84924 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The main database structure */ sqlite3 86346 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The database on which the SQL executes */ sqlite3 86530 third_party/sqlite/amalgamation/sqlite3.c int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); sqlite3 86531 third_party/sqlite/amalgamation/sqlite3.c int (*busy_timeout)(sqlite3*,int ms); sqlite3 86532 third_party/sqlite/amalgamation/sqlite3.c int (*changes)(sqlite3*); sqlite3 86533 third_party/sqlite/amalgamation/sqlite3.c int (*close)(sqlite3*); sqlite3 86534 third_party/sqlite/amalgamation/sqlite3.c int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,int eTextRep,const char*)); sqlite3 86535 third_party/sqlite/amalgamation/sqlite3.c int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,int eTextRep,const void*)); sqlite3 86557 third_party/sqlite/amalgamation/sqlite3.c void * (*commit_hook)(sqlite3*,int(*)(void*),void*); sqlite3 86560 third_party/sqlite/amalgamation/sqlite3.c int (*create_collation)(sqlite3*,const char*,int,void*,int(*)(void*,int,const void*,int,const void*)); sqlite3 86561 third_party/sqlite/amalgamation/sqlite3.c int (*create_collation16)(sqlite3*,const void*,int,void*,int(*)(void*,int,const void*,int,const void*)); sqlite3 86562 third_party/sqlite/amalgamation/sqlite3.c int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); sqlite3 86563 third_party/sqlite/amalgamation/sqlite3.c int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); sqlite3 86564 third_party/sqlite/amalgamation/sqlite3.c int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); sqlite3 86566 third_party/sqlite/amalgamation/sqlite3.c sqlite3 * (*db_handle)(sqlite3_stmt*); sqlite3 86567 third_party/sqlite/amalgamation/sqlite3.c int (*declare_vtab)(sqlite3*,const char*); sqlite3 86569 third_party/sqlite/amalgamation/sqlite3.c int (*errcode)(sqlite3*db); sqlite3 86570 third_party/sqlite/amalgamation/sqlite3.c const char * (*errmsg)(sqlite3*); sqlite3 86571 third_party/sqlite/amalgamation/sqlite3.c const void * (*errmsg16)(sqlite3*); sqlite3 86572 third_party/sqlite/amalgamation/sqlite3.c int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); sqlite3 86577 third_party/sqlite/amalgamation/sqlite3.c int (*get_autocommit)(sqlite3*); sqlite3 86579 third_party/sqlite/amalgamation/sqlite3.c int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); sqlite3 86581 third_party/sqlite/amalgamation/sqlite3.c void (*interruptx)(sqlite3*); sqlite3 86582 third_party/sqlite/amalgamation/sqlite3.c sqlite_int64 (*last_insert_rowid)(sqlite3*); sqlite3 86587 third_party/sqlite/amalgamation/sqlite3.c int (*open)(const char*,sqlite3**); sqlite3 86588 third_party/sqlite/amalgamation/sqlite3.c int (*open16)(const void*,sqlite3**); sqlite3 86589 third_party/sqlite/amalgamation/sqlite3.c int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); sqlite3 86590 third_party/sqlite/amalgamation/sqlite3.c int (*prepare16)(sqlite3*,const void*,int,sqlite3_stmt**,const void**); sqlite3 86591 third_party/sqlite/amalgamation/sqlite3.c void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); sqlite3 86592 third_party/sqlite/amalgamation/sqlite3.c void (*progress_handler)(sqlite3*,int,int(*)(void*),void*); sqlite3 86607 third_party/sqlite/amalgamation/sqlite3.c void * (*rollback_hook)(sqlite3*,void(*)(void*),void*); sqlite3 86608 third_party/sqlite/amalgamation/sqlite3.c int (*set_authorizer)(sqlite3*,int(*)(void*,int,const char*,const char*,const char*,const char*),void*); sqlite3 86612 third_party/sqlite/amalgamation/sqlite3.c int (*table_column_metadata)(sqlite3*,const char*,const char*,const char*,char const**,char const**,int*,int*,int*); sqlite3 86614 third_party/sqlite/amalgamation/sqlite3.c int (*total_changes)(sqlite3*); sqlite3 86615 third_party/sqlite/amalgamation/sqlite3.c void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); sqlite3 86617 third_party/sqlite/amalgamation/sqlite3.c void * (*update_hook)(sqlite3*,void(*)(void*,int ,char const*,char const*,sqlite_int64),void*); sqlite3 86633 third_party/sqlite/amalgamation/sqlite3.c int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); sqlite3 86635 third_party/sqlite/amalgamation/sqlite3.c int (*prepare_v2)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); sqlite3 86636 third_party/sqlite/amalgamation/sqlite3.c int (*prepare16_v2)(sqlite3*,const void*,int,sqlite3_stmt**,const void**); sqlite3 86639 third_party/sqlite/amalgamation/sqlite3.c int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *)); sqlite3 86644 third_party/sqlite/amalgamation/sqlite3.c int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**); sqlite3 86647 third_party/sqlite/amalgamation/sqlite3.c int (*create_collation_v2)(sqlite3*,const char*,int,void*,int(*)(void*,int,const void*,int,const void*),void(*)(void*)); sqlite3 86648 third_party/sqlite/amalgamation/sqlite3.c int (*file_control)(sqlite3*,const char*,int,void*); sqlite3 86656 third_party/sqlite/amalgamation/sqlite3.c int (*open_v2)(const char*,sqlite3**,int,const char*); sqlite3 86670 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *(*context_db_handle)(sqlite3_context*); sqlite3 86671 third_party/sqlite/amalgamation/sqlite3.c int (*extended_result_codes)(sqlite3*,int); sqlite3 86672 third_party/sqlite/amalgamation/sqlite3.c int (*limit)(sqlite3*,int,int); sqlite3 86673 third_party/sqlite/amalgamation/sqlite3.c sqlite3_stmt *(*next_stmt)(sqlite3*,sqlite3_stmt*); sqlite3 86677 third_party/sqlite/amalgamation/sqlite3.c sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*); sqlite3 86683 third_party/sqlite/amalgamation/sqlite3.c int (*create_function_v2)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*),void(*xDestroy)(void*)); sqlite3 86684 third_party/sqlite/amalgamation/sqlite3.c int (*db_config)(sqlite3*,int,...); sqlite3 86685 third_party/sqlite/amalgamation/sqlite3.c sqlite3_mutex *(*db_mutex)(sqlite3*); sqlite3 86686 third_party/sqlite/amalgamation/sqlite3.c int (*db_status)(sqlite3*,int,int*,int*,int); sqlite3 86687 third_party/sqlite/amalgamation/sqlite3.c int (*extended_errcode)(sqlite3*); sqlite3 86693 third_party/sqlite/amalgamation/sqlite3.c int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); sqlite3 86694 third_party/sqlite/amalgamation/sqlite3.c int (*wal_autocheckpoint)(sqlite3*,int); sqlite3 86695 third_party/sqlite/amalgamation/sqlite3.c int (*wal_checkpoint)(sqlite3*,const char*); sqlite3 86696 third_party/sqlite/amalgamation/sqlite3.c void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*); sqlite3 87274 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Load the extension into this database connection */ sqlite3 87281 third_party/sqlite/amalgamation/sqlite3.c int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*); sqlite3 87317 third_party/sqlite/amalgamation/sqlite3.c xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*)) sqlite3 87354 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Load the extension into this database connection */ sqlite3 87371 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3CloseExtensions(sqlite3 *db){ sqlite3 87384 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff){ sqlite3 87502 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AutoLoadExtensions(sqlite3 *db){ sqlite3 87505 third_party/sqlite/amalgamation/sqlite3.c int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*); sqlite3 87522 third_party/sqlite/amalgamation/sqlite3.c xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*)) sqlite3 87645 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 87668 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 87743 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 87849 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 89089 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pData->db; sqlite3 89116 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pData->db; sqlite3 89196 third_party/sqlite/amalgamation/sqlite3.c static int sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg){ sqlite3 89445 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Init(sqlite3 *db, char **pzErrMsg){ sqlite3 89488 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 89507 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 89555 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema){ sqlite3 89584 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89744 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89782 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 89816 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89828 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89846 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89896 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89908 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle. */ sqlite3 89944 third_party/sqlite/amalgamation/sqlite3.c static void clearSelect(sqlite3 *db, Select *p){ sqlite3 89986 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 90021 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SelectDelete(sqlite3 *db, Select *p){ sqlite3 90168 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 90670 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 91073 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 91148 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 91239 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 91272 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 91463 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection */ sqlite3 92081 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection */ sqlite3 92397 third_party/sqlite/amalgamation/sqlite3.c static void substExprList(sqlite3*, ExprList*, int, ExprList*); sqlite3 92398 third_party/sqlite/amalgamation/sqlite3.c static void substSelect(sqlite3*, Select *, int, ExprList *); sqlite3 92414 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Report malloc errors to this connection */ sqlite3 92446 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Report malloc errors here */ sqlite3 92458 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Report malloc errors here */ sqlite3 92612 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 93087 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 93412 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 93648 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 94506 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The database on which the SQL executes */ sqlite3 94605 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteTriggerStep(sqlite3 *db, TriggerStep *pTriggerStep){ sqlite3 94681 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 94851 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database */ sqlite3 94925 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect){ sqlite3 94944 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 94969 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The database connection */ sqlite3 95002 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The database connection */ sqlite3 95027 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 95045 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteTrigger(sqlite3 *db, Trigger *pTrigger){ sqlite3 95069 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 95119 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 95174 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName){ sqlite3 95266 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 95285 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 95395 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 95802 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database structure */ sqlite3 96309 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 96390 third_party/sqlite/amalgamation/sqlite3.c static int vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg){ sqlite3 96402 third_party/sqlite/amalgamation/sqlite3.c static int execSql(sqlite3 *db, char **pzErrMsg, const char *zSql){ sqlite3 96421 third_party/sqlite/amalgamation/sqlite3.c static int execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql){ sqlite3 96460 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db){ sqlite3 96536 third_party/sqlite/amalgamation/sqlite3.c extern void sqlite3CodecGetKey(sqlite3*, int, void**, int*); sqlite3 96735 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database in which module is registered */ sqlite3 96777 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database in which module is registered */ sqlite3 96789 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database in which module is registered */ sqlite3 96816 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE VTable *sqlite3GetVTable(sqlite3 *db, Table *pTab){ sqlite3 96828 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pVTab->db; sqlite3 96851 third_party/sqlite/amalgamation/sqlite3.c static VTable *vtabDisconnectAll(sqlite3 *db, Table *p){ sqlite3 96865 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db2 = pVTable->db; sqlite3 96904 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VtabUnlockList(sqlite3 *db){ sqlite3 96935 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VtabClear(sqlite3 *db, Table *p){ sqlite3 96952 third_party/sqlite/amalgamation/sqlite3.c static void addModuleArgument(sqlite3 *db, Table *pTable, char *zArg){ sqlite3 96985 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection */ sqlite3 97025 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 97036 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 97143 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 97146 third_party/sqlite/amalgamation/sqlite3.c int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), sqlite3 97249 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 97282 third_party/sqlite/amalgamation/sqlite3.c static int addToVTrans(sqlite3 *db, VTable *pVTab){ sqlite3 97311 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabCallCreate(sqlite3 *db, int iDb, const char *zTab, char **pzErr){ sqlite3 97349 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_declare_vtab(sqlite3 *db, const char *zCreateTable){ sqlite3 97413 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabCallDestroy(sqlite3 *db, int iDb, const char *zTab){ sqlite3 97444 third_party/sqlite/amalgamation/sqlite3.c static void callFinaliser(sqlite3 *db, int offset){ sqlite3 97471 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabSync(sqlite3 *db, char **pzErrmsg){ sqlite3 97495 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabRollback(sqlite3 *db){ sqlite3 97504 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabCommit(sqlite3 *db){ sqlite3 97517 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VtabBegin(sqlite3 *db, VTable *pVTab){ sqlite3 97568 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection for reporting malloc problems */ sqlite3 97933 third_party/sqlite/amalgamation/sqlite3.c static void whereOrInfoDelete(sqlite3 *db, WhereOrInfo *p){ sqlite3 97941 third_party/sqlite/amalgamation/sqlite3.c static void whereAndInfoDelete(sqlite3 *db, WhereAndInfo *p){ sqlite3 97953 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pWC->pParse->db; sqlite3 97994 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pWC->pParse->db; sqlite3 98307 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 98503 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 98765 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 99088 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 99960 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 101124 third_party/sqlite/amalgamation/sqlite3.c static char *explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab){ sqlite3 101172 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 101906 third_party/sqlite/amalgamation/sqlite3.c static void whereInfoFree(sqlite3 *db, WhereInfo *pWInfo){ sqlite3 102039 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Database connection */ sqlite3 102524 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 102753 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; sqlite3 106738 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 107199 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3Init(sqlite3 *db); sqlite3 107231 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RtreeInit(sqlite3 *db); sqlite3 107263 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IcuInit(sqlite3 *db); sqlite3 107694 third_party/sqlite/amalgamation/sqlite3.c static int setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt){ sqlite3 107750 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_mutex *sqlite3_db_mutex(sqlite3 *db){ sqlite3 107757 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ sqlite3 107869 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite_int64 sqlite3_last_insert_rowid(sqlite3 *db){ sqlite3 107876 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_changes(sqlite3 *db){ sqlite3 107883 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_total_changes(sqlite3 *db){ sqlite3 107892 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3CloseSavepoints(sqlite3 *db){ sqlite3 107909 third_party/sqlite/amalgamation/sqlite3.c static void functionDestroy(sqlite3 *db, FuncDef *p){ sqlite3 107923 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_close(sqlite3 *db){ sqlite3 108051 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3RollbackAll(sqlite3 *db){ sqlite3 108140 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = (sqlite3 *)ptr; sqlite3 108159 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = (sqlite3 *)ptr; sqlite3 108160 third_party/sqlite/amalgamation/sqlite3.c int timeout = ((sqlite3 *)ptr)->busyTimeout; sqlite3 108193 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108212 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108236 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ sqlite3 108249 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_interrupt(sqlite3 *db){ sqlite3 108261 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108355 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108369 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108406 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108442 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108467 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ sqlite3 108485 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 108506 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Attach the hook to this database */ sqlite3 108524 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Attach the hook to this database */ sqlite3 108542 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Attach the hook to this database */ sqlite3 108564 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Connection */ sqlite3 108588 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ sqlite3 108607 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Attach the hook to this db handle */ sqlite3 108608 third_party/sqlite/amalgamation/sqlite3.c int(*xCallback)(void *, sqlite3*, const char*, int), sqlite3 108628 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 108674 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb){ sqlite3 108698 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Checkpoint(sqlite3 *db, int iDb, int eMode, int *pnLog, int *pnCkpt){ sqlite3 108742 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3TempInMemory(const sqlite3 *db){ sqlite3 108761 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_errmsg(sqlite3 *db){ sqlite3 108788 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_errmsg16(sqlite3 *db){ sqlite3 108834 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_errcode(sqlite3 *db){ sqlite3 108843 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_extended_errcode(sqlite3 *db){ sqlite3 108858 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db, sqlite3 108996 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ sqlite3 109040 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb, /* OUT: Returned database handle */ sqlite3 109044 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; sqlite3 109111 third_party/sqlite/amalgamation/sqlite3.c db = sqlite3MallocZero( sizeof(sqlite3) ); sqlite3 109226 third_party/sqlite/amalgamation/sqlite3.c extern int sqlite3Fts1Init(sqlite3*); sqlite3 109233 third_party/sqlite/amalgamation/sqlite3.c extern int sqlite3Fts2Init(sqlite3*); sqlite3 109295 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb sqlite3 109302 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb, /* OUT: SQLite db handle */ sqlite3 109315 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **ppDb sqlite3 109351 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db, sqlite3 109370 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db, sqlite3 109391 third_party/sqlite/amalgamation/sqlite3.c sqlite3* db, sqlite3 109417 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 109419 third_party/sqlite/amalgamation/sqlite3.c void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*) sqlite3 109435 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 109437 third_party/sqlite/amalgamation/sqlite3.c void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*) sqlite3 109466 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_get_autocommit(sqlite3 *db){ sqlite3 109522 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Connection handle */ sqlite3 109648 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_extended_result_codes(sqlite3 *db, int onoff){ sqlite3 109658 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ sqlite3 109844 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = va_arg(ap, sqlite3*); sqlite3 109862 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = va_arg(ap, sqlite3*); sqlite3 109956 third_party/sqlite/amalgamation/sqlite3.c static sqlite3 *SQLITE_WSD sqlite3BlockedList = 0; sqlite3 109973 third_party/sqlite/amalgamation/sqlite3.c static void checkListProperties(sqlite3 *db){ sqlite3 109974 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *p; sqlite3 109977 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *p2; sqlite3 109999 third_party/sqlite/amalgamation/sqlite3.c static void removeFromBlockedList(sqlite3 *db){ sqlite3 110000 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **pp; sqlite3 110014 third_party/sqlite/amalgamation/sqlite3.c static void addToBlockedList(sqlite3 *db){ sqlite3 110015 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **pp; sqlite3 110065 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 110087 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *p; sqlite3 110114 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ConnectionBlocked(sqlite3 *db, sqlite3 *pBlocker){ sqlite3 110142 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ConnectionUnlocked(sqlite3 *db){ sqlite3 110145 third_party/sqlite/amalgamation/sqlite3.c sqlite3 **pp; /* Iterator variable */ sqlite3 110155 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *p = *pp; sqlite3 110241 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ConnectionClosed(sqlite3 *db){ sqlite3 110639 third_party/sqlite/amalgamation/sqlite3.c static int GetPager(sqlite3 *db, const char *zName, sqlite3 110738 third_party/sqlite/amalgamation/sqlite3.c static int getRootPage(sqlite3 *db, const char *zDb, const char *zTable, sqlite3 110781 third_party/sqlite/amalgamation/sqlite3.c static int getEncoding(sqlite3 *db, const char *zDb, int* piEncoding){ sqlite3 111763 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Host database connection */ sqlite3 111783 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *, void *, int, const char *const*, sqlite3_vtab **, char ** sqlite3 111787 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 111799 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 112107 third_party/sqlite/amalgamation/sqlite3.c int recoverVtableInit(sqlite3 *db){ sqlite3 112308 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 113090 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* The database connection */ sqlite3 113332 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3InitHashTable(sqlite3 *, Fts3Hash *, const char *); sqlite3 113351 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3ExprInitTestInterface(sqlite3 *db); sqlite3 113355 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3InitAux(sqlite3 *db); sqlite3 113521 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database in which to run SQL */ sqlite3 113545 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; sqlite3 113613 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; /* The database connection */ sqlite3 113872 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* The SQLite database connection */ sqlite3 114074 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 114084 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 116570 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = p->db; /* Database connection */ sqlite3 116661 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3Init(sqlite3 *db){ sqlite3 116746 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 116812 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 117196 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3InitAux(sqlite3 *db){ sqlite3 117987 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 118090 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 118154 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3Fts3ExprInitTestInterface(sqlite3* db){ sqlite3 119512 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 119534 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 119586 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = (sqlite3 *)sqlite3_user_data(context); sqlite3 119631 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 124402 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db; /* Host database connection */ sqlite3 124965 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *, void *, int, const char *const*, sqlite3_vtab **, char **, int sqlite3 124972 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 124985 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 127096 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 127173 third_party/sqlite/amalgamation/sqlite3.c static int getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal){ sqlite3 127204 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database handle */ sqlite3 127242 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, /* Database connection */ sqlite3 127400 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3RtreeInit(sqlite3 *db){ sqlite3 127464 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 127486 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 127912 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db = (sqlite3 *)sqlite3_user_data(p); sqlite3 127946 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IcuInit(sqlite3 *db){ sqlite3 127987 third_party/sqlite/amalgamation/sqlite3.c sqlite3 *db, sqlite3 227 third_party/sqlite/amalgamation/sqlite3.h typedef struct sqlite3 sqlite3; sqlite3 290 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_close(sqlite3 *); sqlite3 361 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, /* An open database */ sqlite3 1144 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...); sqlite3 1521 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff); sqlite3 1566 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); sqlite3 1620 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_changes(sqlite3*); sqlite3 1646 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_total_changes(sqlite3*); sqlite3 1685 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_interrupt(sqlite3*); sqlite3 1787 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*); sqlite3 1807 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms); sqlite3 1882 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* An open database */ sqlite3 2191 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 2287 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*); sqlite3 2288 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API SQLITE_EXPERIMENTAL void *sqlite3_profile(sqlite3*, sqlite3 2321 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*); sqlite3 2414 third_party/sqlite/amalgamation/sqlite3.h sqlite3 **ppDb /* OUT: SQLite db handle */ sqlite3 2418 third_party/sqlite/amalgamation/sqlite3.h sqlite3 **ppDb /* OUT: SQLite db handle */ sqlite3 2422 third_party/sqlite/amalgamation/sqlite3.h sqlite3 **ppDb, /* OUT: SQLite db handle */ sqlite3 2460 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_errcode(sqlite3 *db); sqlite3 2461 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_extended_errcode(sqlite3 *db); sqlite3 2462 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API const char *sqlite3_errmsg(sqlite3*); sqlite3 2463 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API const void *sqlite3_errmsg16(sqlite3*); sqlite3 2530 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal); sqlite3 2675 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database handle */ sqlite3 2682 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database handle */ sqlite3 2689 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database handle */ sqlite3 2696 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database handle */ sqlite3 3524 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, sqlite3 3534 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, sqlite3 3544 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, sqlite3 3709 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3 *sqlite3_context_db_handle(sqlite3_context*); sqlite3 3977 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 3984 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 3992 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 4026 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 4028 third_party/sqlite/amalgamation/sqlite3.h void(*)(void*,sqlite3*,int eTextRep,const char*) sqlite3 4031 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 4033 third_party/sqlite/amalgamation/sqlite3.h void(*)(void*,sqlite3*,int eTextRep,const void*) sqlite3 4045 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database to be rekeyed */ sqlite3 4058 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database to be rekeyed */ sqlite3 4152 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_get_autocommit(sqlite3*); sqlite3 4164 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3 *sqlite3_db_handle(sqlite3_stmt*); sqlite3 4179 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt); sqlite3 4225 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*); sqlite3 4226 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void *sqlite3_rollback_hook(sqlite3*, void(*)(void *), void*); sqlite3 4275 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 4449 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Connection handle */ sqlite3 4486 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Load the extension into this database connection */ sqlite3 4505 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_enable_load_extension(sqlite3 *db, int onoff); sqlite3 4587 third_party/sqlite/amalgamation/sqlite3.h int (*xCreate)(sqlite3*, void *pAux, sqlite3 4590 third_party/sqlite/amalgamation/sqlite3.h int (*xConnect)(sqlite3*, void *pAux, sqlite3 4735 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* SQLite connection to register module with */ sqlite3 4741 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* SQLite connection to register module with */ sqlite3 4803 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_declare_vtab(sqlite3*, const char *zSQL); sqlite3 4821 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_overload_function(sqlite3*, const char *zFuncName, int nArg); sqlite3 4904 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 5337 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_mutex *sqlite3_db_mutex(sqlite3*); sqlite3 5371 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*); sqlite3 5565 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg); sqlite3 6055 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *pDest, /* Destination database handle */ sqlite3 6057 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *pSource, /* Source database handle */ sqlite3 6180 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *pBlocked, /* Waiting connection */ sqlite3 6255 third_party/sqlite/amalgamation/sqlite3.h sqlite3*, sqlite3 6256 third_party/sqlite/amalgamation/sqlite3.h int(*)(void *,sqlite3*,const char*,int), sqlite3 6285 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N); sqlite3 6303 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb); sqlite3 6376 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, /* Database handle */ sqlite3 6404 third_party/sqlite/amalgamation/sqlite3.h int recoverVtableInit(sqlite3 *db); sqlite3 6450 third_party/sqlite/amalgamation/sqlite3.h sqlite3 *db, sqlite3 923 third_party/sqlite/src/ext/fts1/fts1.c static int sql_exec(sqlite3 *db, const char *zDb, const char *zName, sqlite3 933 third_party/sqlite/src/ext/fts1/fts1.c static int sql_prepare(sqlite3 *db, const char *zDb, const char *zName, sqlite3 1086 third_party/sqlite/src/ext/fts1/fts1.c sqlite3 *db; /* The database connection */ sqlite3 1937 third_party/sqlite/src/ext/fts1/fts1.c sqlite3 *db, /* The SQLite database connection */ sqlite3 2005 third_party/sqlite/src/ext/fts1/fts1.c sqlite3 *db, sqlite3 2055 third_party/sqlite/src/ext/fts1/fts1.c static int fulltextCreate(sqlite3 *db, void *pAux, sqlite3 3331 third_party/sqlite/src/ext/fts1/fts1.c int sqlite3Fts1Init(sqlite3 *db){ sqlite3 3338 third_party/sqlite/src/ext/fts1/fts1.c int sqlite3_extension_init(sqlite3 *db, char **pzErrMsg, sqlite3 7 third_party/sqlite/src/ext/fts1/fts1.h int sqlite3Fts1Init(sqlite3 *db); sqlite3 505 third_party/sqlite/src/ext/fts1/fulltext.c static int sql_exec(sqlite3 *db, const char *zName, const char *zFormat){ sqlite3 512 third_party/sqlite/src/ext/fts1/fulltext.c static int sql_prepare(sqlite3 *db, const char *zName, sqlite3_stmt **ppStmt, sqlite3 564 third_party/sqlite/src/ext/fts1/fulltext.c sqlite3 *db; sqlite3 855 third_party/sqlite/src/ext/fts1/fulltext.c static int fulltextConnect(sqlite3 *db, void *pAux, int argc, char **argv, sqlite3 901 third_party/sqlite/src/ext/fts1/fulltext.c static int fulltextCreate(sqlite3 *db, void *pAux, int argc, char **argv, sqlite3 1486 third_party/sqlite/src/ext/fts1/fulltext.c int fulltext_init(sqlite3 *db){ sqlite3 1491 third_party/sqlite/src/ext/fts1/fulltext.c int sqlite3_extension_init(sqlite3 *db, char **pzErrMsg, sqlite3 7 third_party/sqlite/src/ext/fts1/fulltext.h int fulltext_init(sqlite3 *db); sqlite3 1842 third_party/sqlite/src/ext/fts2/fts2.c static int sql_exec(sqlite3 *db, const char *zDb, const char *zName, sqlite3 1852 third_party/sqlite/src/ext/fts2/fts2.c static int sql_prepare(sqlite3 *db, const char *zDb, const char *zName, sqlite3 2021 third_party/sqlite/src/ext/fts2/fts2.c sqlite3 *db; /* The database connection */ sqlite3 2982 third_party/sqlite/src/ext/fts2/fts2.c sqlite3 *db, /* The SQLite database connection */ sqlite3 3061 third_party/sqlite/src/ext/fts2/fts2.c sqlite3 *db, sqlite3 3082 third_party/sqlite/src/ext/fts2/fts2.c static int fulltextCreate(sqlite3 *db, void *pAux, sqlite3 7207 third_party/sqlite/src/ext/fts2/fts2.c int sqlite3Fts2InitHashTable(sqlite3 *, fts2Hash *, const char *); sqlite3 7215 third_party/sqlite/src/ext/fts2/fts2.c int sqlite3Fts2Init(sqlite3 *db){ sqlite3 7280 third_party/sqlite/src/ext/fts2/fts2.c sqlite3 *db, sqlite3 22 third_party/sqlite/src/ext/fts2/fts2.h int sqlite3Fts2Init(sqlite3 *db); sqlite3 224 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3 *db, sqlite3 246 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3 *db, sqlite3 298 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3 *db = (sqlite3 *)sqlite3_user_data(context); sqlite3 340 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3 *db, sqlite3 471 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db, /* Database in which to run SQL */ sqlite3 495 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db = p->db; sqlite3 563 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db = p->db; /* The database connection */ sqlite3 822 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db, /* The SQLite database connection */ sqlite3 1024 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db, /* Database connection */ sqlite3 1034 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db, /* Database connection */ sqlite3 3520 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db = p->db; /* Database connection */ sqlite3 3611 third_party/sqlite/src/ext/fts3/fts3.c int sqlite3Fts3Init(sqlite3 *db){ sqlite3 3696 third_party/sqlite/src/ext/fts3/fts3.c sqlite3 *db, sqlite3 22 third_party/sqlite/src/ext/fts3/fts3.h int sqlite3Fts3Init(sqlite3 *db); sqlite3 121 third_party/sqlite/src/ext/fts3/fts3Int.h sqlite3 *db; /* The database connection */ sqlite3 363 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3InitHashTable(sqlite3 *, Fts3Hash *, const char *); sqlite3 382 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3ExprInitTestInterface(sqlite3 *db); sqlite3 386 third_party/sqlite/src/ext/fts3/fts3Int.h int sqlite3Fts3InitAux(sqlite3 *db); sqlite3 57 third_party/sqlite/src/ext/fts3/fts3_aux.c sqlite3 *db, /* Database connection */ sqlite3 441 third_party/sqlite/src/ext/fts3/fts3_aux.c int sqlite3Fts3InitAux(sqlite3 *db){ sqlite3 763 third_party/sqlite/src/ext/fts3/fts3_expr.c sqlite3 *db, sqlite3 866 third_party/sqlite/src/ext/fts3/fts3_expr.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 930 third_party/sqlite/src/ext/fts3/fts3_expr.c int sqlite3Fts3ExprInitTestInterface(sqlite3* db){ sqlite3 330 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3 *db, sqlite3 352 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3 *db, sqlite3 404 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3 *db = (sqlite3 *)sqlite3_user_data(context); sqlite3 449 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3 *db, sqlite3 417 third_party/sqlite/src/ext/icu/icu.c sqlite3 *db = (sqlite3 *)sqlite3_user_data(p); sqlite3 451 third_party/sqlite/src/ext/icu/icu.c int sqlite3IcuInit(sqlite3 *db){ sqlite3 492 third_party/sqlite/src/ext/icu/icu.c sqlite3 *db, sqlite3 22 third_party/sqlite/src/ext/icu/sqliteicu.h int sqlite3IcuInit(sqlite3 *db); sqlite3 145 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db; /* Host database connection */ sqlite3 708 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *, void *, int, const char *const*, sqlite3_vtab **, char **, int sqlite3 715 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, sqlite3 728 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, sqlite3 2839 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, sqlite3 2916 third_party/sqlite/src/ext/rtree/rtree.c static int getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal){ sqlite3 2947 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, /* Database handle */ sqlite3 2985 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, /* Database connection */ sqlite3 3143 third_party/sqlite/src/ext/rtree/rtree.c int sqlite3RtreeInit(sqlite3 *db){ sqlite3 3207 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, sqlite3 3229 third_party/sqlite/src/ext/rtree/rtree.c sqlite3 *db, sqlite3 22 third_party/sqlite/src/ext/rtree/rtree.h int sqlite3RtreeInit(sqlite3 *db); sqlite3 32 third_party/sqlite/src/ext/rtree/sqlite3rtree.h sqlite3 *db, sqlite3 51 third_party/sqlite/src/src/alter.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 107 third_party/sqlite/src/src/alter.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 171 third_party/sqlite/src/src/alter.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 264 third_party/sqlite/src/src/alter.c static char *whereOrName(sqlite3 *db, char *zWhere, char *zConstant){ sqlite3 309 third_party/sqlite/src/src/alter.c sqlite3 *db = pParse->db; sqlite3 402 third_party/sqlite/src/src/alter.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 632 third_party/sqlite/src/src/alter.c sqlite3 *db; /* The database connection; */ sqlite3 754 third_party/sqlite/src/src/alter.c sqlite3 *db = pParse->db; sqlite3 54 third_party/sqlite/src/src/analyze.c sqlite3 *db = pParse->db; sqlite3 111 third_party/sqlite/src/src/analyze.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 383 third_party/sqlite/src/src/analyze.c sqlite3 *db = pParse->db; sqlite3 439 third_party/sqlite/src/src/analyze.c sqlite3 *db = pParse->db; sqlite3 501 third_party/sqlite/src/src/analyze.c sqlite3 *db; sqlite3 563 third_party/sqlite/src/src/analyze.c void sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx){ sqlite3 601 third_party/sqlite/src/src/analyze.c int sqlite3AnalysisLoad(sqlite3 *db, int iDb){ sqlite3 70 third_party/sqlite/src/src/attach.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 157 third_party/sqlite/src/src/attach.c extern int sqlite3CodecAttach(sqlite3*, int, const void*, int); sqlite3 158 third_party/sqlite/src/src/attach.c extern void sqlite3CodecGetKey(sqlite3*, int, void**, int*); sqlite3 242 third_party/sqlite/src/src/attach.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 300 third_party/sqlite/src/src/attach.c sqlite3* db = pParse->db; sqlite3 416 third_party/sqlite/src/src/attach.c sqlite3 *db; sqlite3 71 third_party/sqlite/src/src/auth.c sqlite3 *db, sqlite3 107 third_party/sqlite/src/src/auth.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 140 third_party/sqlite/src/src/auth.c sqlite3 *db = pParse->db; sqlite3 198 third_party/sqlite/src/src/auth.c sqlite3 *db = pParse->db; sqlite3 28 third_party/sqlite/src/src/backup.c sqlite3* pDestDb; /* Destination database handle */ sqlite3 34 third_party/sqlite/src/src/backup.c sqlite3* pSrcDb; /* Source database handle */ sqlite3 88 third_party/sqlite/src/src/backup.c static Btree *findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb){ sqlite3 139 third_party/sqlite/src/src/backup.c sqlite3* pDestDb, /* Database to write to */ sqlite3 141 third_party/sqlite/src/src/backup.c sqlite3* pSrcDb, /* Database connection to read from */ sqlite3 187 third_party/sqlite/src/src/btmutex.c void sqlite3BtreeEnterAll(sqlite3 *db){ sqlite3 196 third_party/sqlite/src/src/btmutex.c void sqlite3BtreeLeaveAll(sqlite3 *db){ sqlite3 221 third_party/sqlite/src/src/btmutex.c int sqlite3BtreeHoldsAllMutexes(sqlite3 *db){ sqlite3 250 third_party/sqlite/src/src/btmutex.c int sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema){ sqlite3 277 third_party/sqlite/src/src/btmutex.c void sqlite3BtreeEnterAll(sqlite3 *db){ sqlite3 1692 third_party/sqlite/src/src/btree.c sqlite3 *db, /* Associated database handle */ sqlite3 2527 third_party/sqlite/src/src/btree.c sqlite3 *pBlock = 0; sqlite3 46 third_party/sqlite/src/src/btree.h sqlite3 *db, /* Associated database connection */ sqlite3 208 third_party/sqlite/src/src/btree.h void sqlite3BtreeEnterAll(sqlite3*); sqlite3 219 third_party/sqlite/src/src/btree.h void sqlite3BtreeLeaveAll(sqlite3*); sqlite3 223 third_party/sqlite/src/src/btree.h int sqlite3BtreeHoldsAllMutexes(sqlite3*); sqlite3 224 third_party/sqlite/src/src/btree.h int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*); sqlite3 343 third_party/sqlite/src/src/btreeInt.h sqlite3 *db; /* The database connection holding this btree */ sqlite3 405 third_party/sqlite/src/src/btreeInt.h sqlite3 *db; /* Database connection currently using this Btree */ sqlite3 127 third_party/sqlite/src/src/build.c sqlite3 *db; sqlite3 235 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 269 third_party/sqlite/src/src/build.c Table *sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase){ sqlite3 336 third_party/sqlite/src/src/build.c Index *sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb){ sqlite3 357 third_party/sqlite/src/src/build.c static void freeIndex(sqlite3 *db, Index *p){ sqlite3 371 third_party/sqlite/src/src/build.c void sqlite3UnlinkAndDeleteIndex(sqlite3 *db, int iDb, const char *zIdxName){ sqlite3 409 third_party/sqlite/src/src/build.c void sqlite3ResetInternalSchema(sqlite3 *db, int iDb){ sqlite3 475 third_party/sqlite/src/src/build.c void sqlite3CommitInternalChanges(sqlite3 *db){ sqlite3 483 third_party/sqlite/src/src/build.c static void sqliteDeleteColumnNames(sqlite3 *db, Table *pTable){ sqlite3 508 third_party/sqlite/src/src/build.c void sqlite3DeleteTable(sqlite3 *db, Table *pTable){ sqlite3 554 third_party/sqlite/src/src/build.c void sqlite3UnlinkAndDeleteTable(sqlite3 *db, int iDb, const char *zTabName){ sqlite3 583 third_party/sqlite/src/src/build.c char *sqlite3NameFromToken(sqlite3 *db, Token *pName){ sqlite3 614 third_party/sqlite/src/src/build.c int sqlite3FindDbName(sqlite3 *db, const char *zName){ sqlite3 635 third_party/sqlite/src/src/build.c int sqlite3FindDb(sqlite3 *db, Token *pName){ sqlite3 667 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 734 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 951 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1097 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1205 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1225 third_party/sqlite/src/src/build.c sqlite3 *db; sqlite3 1273 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1308 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1373 third_party/sqlite/src/src/build.c static char *createTableStmt(sqlite3 *db, Table *p){ sqlite3 1464 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1681 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 1748 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; /* Database connection for malloc errors */ sqlite3 1838 third_party/sqlite/src/src/build.c static void sqliteViewResetAll(sqlite3 *db, int idx){ sqlite3 1874 third_party/sqlite/src/src/build.c void sqlite3RootPageMoved(sqlite3 *db, int iDb, int iFrom, int iTo){ sqlite3 1992 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 2174 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 2319 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 2414 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 2906 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 2989 third_party/sqlite/src/src/build.c sqlite3 *db, /* Connection to notify of malloc failures */ sqlite3 3023 third_party/sqlite/src/src/build.c IdList *sqlite3IdListAppend(sqlite3 *db, IdList *pList, Token *pToken){ sqlite3 3050 third_party/sqlite/src/src/build.c void sqlite3IdListDelete(sqlite3 *db, IdList *pList){ sqlite3 3093 third_party/sqlite/src/src/build.c sqlite3 *db, /* Database connection to notify of OOM errors */ sqlite3 3175 third_party/sqlite/src/src/build.c sqlite3 *db, /* Connection to notify of malloc failures */ sqlite3 3227 third_party/sqlite/src/src/build.c void sqlite3SrcListDelete(sqlite3 *db, SrcList *pList){ sqlite3 3271 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 3348 third_party/sqlite/src/src/build.c sqlite3 *db; sqlite3 3374 third_party/sqlite/src/src/build.c sqlite3 *db; sqlite3 3394 third_party/sqlite/src/src/build.c sqlite3 *db; sqlite3 3435 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 3494 third_party/sqlite/src/src/build.c sqlite3 *db = pToplevel->db; sqlite3 3517 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 3639 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 3675 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 3736 third_party/sqlite/src/src/build.c sqlite3 *db = pParse->db; sqlite3 23 third_party/sqlite/src/src/callback.c static void callCollNeeded(sqlite3 *db, int enc, const char *zName){ sqlite3 52 third_party/sqlite/src/src/callback.c static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ sqlite3 83 third_party/sqlite/src/src/callback.c sqlite3* db, /* The database connection */ sqlite3 122 third_party/sqlite/src/src/callback.c sqlite3 *db = pParse->db; sqlite3 150 third_party/sqlite/src/src/callback.c sqlite3 *db, /* Database connection */ sqlite3 203 third_party/sqlite/src/src/callback.c sqlite3 *db, sqlite3 326 third_party/sqlite/src/src/callback.c sqlite3 *db, /* An open database */ sqlite3 440 third_party/sqlite/src/src/callback.c Schema *sqlite3SchemaGet(sqlite3 *db, Btree *pBt){ sqlite3 311 third_party/sqlite/src/src/date.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 850 third_party/sqlite/src/src/date.c sqlite3 *db; sqlite3 1034 third_party/sqlite/src/src/date.c sqlite3 *db; sqlite3 97 third_party/sqlite/src/src/delete.c sqlite3 *db = pParse->db; sqlite3 236 third_party/sqlite/src/src/delete.c sqlite3 *db; /* Main database structure */ sqlite3 80 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; sqlite3 108 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; sqlite3 379 third_party/sqlite/src/src/expr.c sqlite3 *db, /* Handle for sqlite3DbMallocZero() (may be null) */ sqlite3 427 third_party/sqlite/src/src/expr.c sqlite3 *db, /* Handle for sqlite3DbMallocZero() (may be null) */ sqlite3 444 third_party/sqlite/src/src/expr.c sqlite3 *db, sqlite3 498 third_party/sqlite/src/src/expr.c Expr *sqlite3ExprAnd(sqlite3 *db, Expr *pLeft, Expr *pRight){ sqlite3 516 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; sqlite3 546 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; sqlite3 614 third_party/sqlite/src/src/expr.c void sqlite3ExprDelete(sqlite3 *db, Expr *p){ sqlite3 744 third_party/sqlite/src/src/expr.c static Expr *exprDup(sqlite3 *db, Expr *p, int flags, u8 **pzBuffer){ sqlite3 847 third_party/sqlite/src/src/expr.c Expr *sqlite3ExprDup(sqlite3 *db, Expr *p, int flags){ sqlite3 850 third_party/sqlite/src/src/expr.c ExprList *sqlite3ExprListDup(sqlite3 *db, ExprList *p, int flags){ sqlite3 886 third_party/sqlite/src/src/expr.c SrcList *sqlite3SrcListDup(sqlite3 *db, SrcList *p, int flags){ sqlite3 919 third_party/sqlite/src/src/expr.c IdList *sqlite3IdListDup(sqlite3 *db, IdList *p){ sqlite3 939 third_party/sqlite/src/src/expr.c Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){ sqlite3 964 third_party/sqlite/src/src/expr.c Select *sqlite3SelectDup(sqlite3 *db, Select *p, int flags){ sqlite3 984 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; sqlite3 1055 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; sqlite3 1087 third_party/sqlite/src/src/expr.c void sqlite3ExprListDelete(sqlite3 *db, ExprList *pList){ sqlite3 1442 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 2267 third_party/sqlite/src/src/expr.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 3495 third_party/sqlite/src/src/expr.c static int addAggInfoColumn(sqlite3 *db, AggInfo *pInfo){ sqlite3 3513 third_party/sqlite/src/src/expr.c static int addAggInfoFunc(sqlite3 *db, AggInfo *pInfo){ sqlite3 467 third_party/sqlite/src/src/fkey.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 594 third_party/sqlite/src/src/fkey.c static void fkTriggerDelete(sqlite3 *dbMem, Trigger *p){ sqlite3 623 third_party/sqlite/src/src/fkey.c sqlite3 *db = pParse->db; sqlite3 689 third_party/sqlite/src/src/fkey.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 946 third_party/sqlite/src/src/fkey.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 1153 third_party/sqlite/src/src/fkey.c void sqlite3FkDelete(sqlite3 *db, Table *pTab){ sqlite3 304 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 451 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 471 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 485 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 689 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 940 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 1010 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 1191 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 1377 third_party/sqlite/src/src/func.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 1416 third_party/sqlite/src/src/func.c void sqlite3RegisterBuiltinFunctions(sqlite3 *db){ sqlite3 1427 third_party/sqlite/src/src/func.c static void setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal){ sqlite3 1441 third_party/sqlite/src/src/func.c void sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive){ sqlite3 1464 third_party/sqlite/src/src/func.c int sqlite3IsLikeFunction(sqlite3 *db, Expr *pExpr, int *pIsNocase, char *aWc){ sqlite3 69 third_party/sqlite/src/src/insert.c sqlite3 *db = sqlite3VdbeDb(v); sqlite3 110 third_party/sqlite/src/src/insert.c sqlite3 *db = sqlite3VdbeDb(v); sqlite3 225 third_party/sqlite/src/src/insert.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 281 third_party/sqlite/src/src/insert.c sqlite3 *db = pParse->db; sqlite3 441 third_party/sqlite/src/src/insert.c sqlite3 *db; /* The main database structure */ sqlite3 31 third_party/sqlite/src/src/legacy.c sqlite3 *db, /* The database on which the SQL executes */ sqlite3 390 third_party/sqlite/src/src/loadext.c sqlite3 *db, /* Load the extension into this database connection */ sqlite3 397 third_party/sqlite/src/src/loadext.c int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*); sqlite3 433 third_party/sqlite/src/src/loadext.c xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*)) sqlite3 470 third_party/sqlite/src/src/loadext.c sqlite3 *db, /* Load the extension into this database connection */ sqlite3 487 third_party/sqlite/src/src/loadext.c void sqlite3CloseExtensions(sqlite3 *db){ sqlite3 500 third_party/sqlite/src/src/loadext.c int sqlite3_enable_load_extension(sqlite3 *db, int onoff){ sqlite3 618 third_party/sqlite/src/src/loadext.c void sqlite3AutoLoadExtensions(sqlite3 *db){ sqlite3 621 third_party/sqlite/src/src/loadext.c int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*); sqlite3 638 third_party/sqlite/src/src/loadext.c xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*)) sqlite3 449 third_party/sqlite/src/src/main.c static int setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt){ sqlite3 505 third_party/sqlite/src/src/main.c sqlite3_mutex *sqlite3_db_mutex(sqlite3 *db){ sqlite3 512 third_party/sqlite/src/src/main.c int sqlite3_db_config(sqlite3 *db, int op, ...){ sqlite3 624 third_party/sqlite/src/src/main.c sqlite_int64 sqlite3_last_insert_rowid(sqlite3 *db){ sqlite3 631 third_party/sqlite/src/src/main.c int sqlite3_changes(sqlite3 *db){ sqlite3 638 third_party/sqlite/src/src/main.c int sqlite3_total_changes(sqlite3 *db){ sqlite3 647 third_party/sqlite/src/src/main.c void sqlite3CloseSavepoints(sqlite3 *db){ sqlite3 664 third_party/sqlite/src/src/main.c static void functionDestroy(sqlite3 *db, FuncDef *p){ sqlite3 678 third_party/sqlite/src/src/main.c int sqlite3_close(sqlite3 *db){ sqlite3 806 third_party/sqlite/src/src/main.c void sqlite3RollbackAll(sqlite3 *db){ sqlite3 895 third_party/sqlite/src/src/main.c sqlite3 *db = (sqlite3 *)ptr; sqlite3 914 third_party/sqlite/src/src/main.c sqlite3 *db = (sqlite3 *)ptr; sqlite3 915 third_party/sqlite/src/src/main.c int timeout = ((sqlite3 *)ptr)->busyTimeout; sqlite3 948 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 967 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 991 third_party/sqlite/src/src/main.c int sqlite3_busy_timeout(sqlite3 *db, int ms){ sqlite3 1004 third_party/sqlite/src/src/main.c void sqlite3_interrupt(sqlite3 *db){ sqlite3 1016 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 1110 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 1124 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 1161 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 1197 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 1222 third_party/sqlite/src/src/main.c void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ sqlite3 1240 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 1261 third_party/sqlite/src/src/main.c sqlite3 *db, /* Attach the hook to this database */ sqlite3 1279 third_party/sqlite/src/src/main.c sqlite3 *db, /* Attach the hook to this database */ sqlite3 1297 third_party/sqlite/src/src/main.c sqlite3 *db, /* Attach the hook to this database */ sqlite3 1319 third_party/sqlite/src/src/main.c sqlite3 *db, /* Connection */ sqlite3 1343 third_party/sqlite/src/src/main.c int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ sqlite3 1362 third_party/sqlite/src/src/main.c sqlite3 *db, /* Attach the hook to this db handle */ sqlite3 1363 third_party/sqlite/src/src/main.c int(*xCallback)(void *, sqlite3*, const char*, int), sqlite3 1383 third_party/sqlite/src/src/main.c sqlite3 *db, /* Database handle */ sqlite3 1429 third_party/sqlite/src/src/main.c int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb){ sqlite3 1453 third_party/sqlite/src/src/main.c int sqlite3Checkpoint(sqlite3 *db, int iDb, int eMode, int *pnLog, int *pnCkpt){ sqlite3 1497 third_party/sqlite/src/src/main.c int sqlite3TempInMemory(const sqlite3 *db){ sqlite3 1516 third_party/sqlite/src/src/main.c const char *sqlite3_errmsg(sqlite3 *db){ sqlite3 1543 third_party/sqlite/src/src/main.c const void *sqlite3_errmsg16(sqlite3 *db){ sqlite3 1589 third_party/sqlite/src/src/main.c int sqlite3_errcode(sqlite3 *db){ sqlite3 1598 third_party/sqlite/src/src/main.c int sqlite3_extended_errcode(sqlite3 *db){ sqlite3 1613 third_party/sqlite/src/src/main.c sqlite3* db, sqlite3 1751 third_party/sqlite/src/src/main.c int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ sqlite3 1795 third_party/sqlite/src/src/main.c sqlite3 **ppDb, /* OUT: Returned database handle */ sqlite3 1799 third_party/sqlite/src/src/main.c sqlite3 *db; sqlite3 1866 third_party/sqlite/src/src/main.c db = sqlite3MallocZero( sizeof(sqlite3) ); sqlite3 1981 third_party/sqlite/src/src/main.c extern int sqlite3Fts1Init(sqlite3*); sqlite3 1988 third_party/sqlite/src/src/main.c extern int sqlite3Fts2Init(sqlite3*); sqlite3 2050 third_party/sqlite/src/src/main.c sqlite3 **ppDb sqlite3 2057 third_party/sqlite/src/src/main.c sqlite3 **ppDb, /* OUT: SQLite db handle */ sqlite3 2070 third_party/sqlite/src/src/main.c sqlite3 **ppDb sqlite3 2106 third_party/sqlite/src/src/main.c sqlite3* db, sqlite3 2125 third_party/sqlite/src/src/main.c sqlite3* db, sqlite3 2146 third_party/sqlite/src/src/main.c sqlite3* db, sqlite3 2172 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 2174 third_party/sqlite/src/src/main.c void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*) sqlite3 2190 third_party/sqlite/src/src/main.c sqlite3 *db, sqlite3 2192 third_party/sqlite/src/src/main.c void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*) sqlite3 2221 third_party/sqlite/src/src/main.c int sqlite3_get_autocommit(sqlite3 *db){ sqlite3 2277 third_party/sqlite/src/src/main.c sqlite3 *db, /* Connection handle */ sqlite3 2403 third_party/sqlite/src/src/main.c int sqlite3_extended_result_codes(sqlite3 *db, int onoff){ sqlite3 2413 third_party/sqlite/src/src/main.c int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ sqlite3 2599 third_party/sqlite/src/src/main.c sqlite3 *db = va_arg(ap, sqlite3*); sqlite3 2617 third_party/sqlite/src/src/main.c sqlite3 *db = va_arg(ap, sqlite3*); sqlite3 434 third_party/sqlite/src/src/malloc.c static int isLookaside(sqlite3 *db, void *p){ sqlite3 450 third_party/sqlite/src/src/malloc.c int sqlite3DbMallocSize(sqlite3 *db, void *p){ sqlite3 484 third_party/sqlite/src/src/malloc.c void sqlite3DbFree(sqlite3 *db, void *p){ sqlite3 583 third_party/sqlite/src/src/malloc.c void *sqlite3DbMallocZero(sqlite3 *db, int n){ sqlite3 609 third_party/sqlite/src/src/malloc.c void *sqlite3DbMallocRaw(sqlite3 *db, int n){ sqlite3 653 third_party/sqlite/src/src/malloc.c void *sqlite3DbRealloc(sqlite3 *db, void *p, int n){ sqlite3 690 third_party/sqlite/src/src/malloc.c void *sqlite3DbReallocOrFree(sqlite3 *db, void *p, int n){ sqlite3 706 third_party/sqlite/src/src/malloc.c char *sqlite3DbStrDup(sqlite3 *db, const char *z){ sqlite3 720 third_party/sqlite/src/src/malloc.c char *sqlite3DbStrNDup(sqlite3 *db, const char *z, int n){ sqlite3 739 third_party/sqlite/src/src/malloc.c void sqlite3SetString(char **pz, sqlite3 *db, const char *zFormat, ...){ sqlite3 764 third_party/sqlite/src/src/malloc.c int sqlite3ApiExit(sqlite3* db, int rc){ sqlite3 40 third_party/sqlite/src/src/notify.c static sqlite3 *SQLITE_WSD sqlite3BlockedList = 0; sqlite3 57 third_party/sqlite/src/src/notify.c static void checkListProperties(sqlite3 *db){ sqlite3 58 third_party/sqlite/src/src/notify.c sqlite3 *p; sqlite3 61 third_party/sqlite/src/src/notify.c sqlite3 *p2; sqlite3 83 third_party/sqlite/src/src/notify.c static void removeFromBlockedList(sqlite3 *db){ sqlite3 84 third_party/sqlite/src/src/notify.c sqlite3 **pp; sqlite3 98 third_party/sqlite/src/src/notify.c static void addToBlockedList(sqlite3 *db){ sqlite3 99 third_party/sqlite/src/src/notify.c sqlite3 **pp; sqlite3 149 third_party/sqlite/src/src/notify.c sqlite3 *db, sqlite3 171 third_party/sqlite/src/src/notify.c sqlite3 *p; sqlite3 198 third_party/sqlite/src/src/notify.c void sqlite3ConnectionBlocked(sqlite3 *db, sqlite3 *pBlocker){ sqlite3 226 third_party/sqlite/src/src/notify.c void sqlite3ConnectionUnlocked(sqlite3 *db){ sqlite3 229 third_party/sqlite/src/src/notify.c sqlite3 **pp; /* Iterator variable */ sqlite3 239 third_party/sqlite/src/src/notify.c sqlite3 *p = *pp; sqlite3 325 third_party/sqlite/src/src/notify.c void sqlite3ConnectionClosed(sqlite3 *db){ sqlite3 896 third_party/sqlite/src/src/parse.y sqlite3 *db = pParse->db; sqlite3 109 third_party/sqlite/src/src/pragma.c sqlite3 *db = pParse->db; sqlite3 132 third_party/sqlite/src/src/pragma.c sqlite3 *db = pParse->db; sqlite3 207 third_party/sqlite/src/src/pragma.c sqlite3 *db = pParse->db; sqlite3 313 third_party/sqlite/src/src/pragma.c sqlite3 *db = pParse->db; sqlite3 27 third_party/sqlite/src/src/prepare.c sqlite3 *db = pData->db; sqlite3 54 third_party/sqlite/src/src/prepare.c sqlite3 *db = pData->db; sqlite3 134 third_party/sqlite/src/src/prepare.c static int sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg){ sqlite3 383 third_party/sqlite/src/src/prepare.c int sqlite3Init(sqlite3 *db, char **pzErrMsg){ sqlite3 426 third_party/sqlite/src/src/prepare.c sqlite3 *db = pParse->db; sqlite3 445 third_party/sqlite/src/src/prepare.c sqlite3 *db = pParse->db; sqlite3 493 third_party/sqlite/src/src/prepare.c int sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema){ sqlite3 522 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 682 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 720 third_party/sqlite/src/src/prepare.c sqlite3 *db; sqlite3 754 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 766 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 784 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 834 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 846 third_party/sqlite/src/src/prepare.c sqlite3 *db, /* Database handle. */ sqlite3 855 third_party/sqlite/src/src/printf.c char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ sqlite3 875 third_party/sqlite/src/src/printf.c char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ sqlite3 892 third_party/sqlite/src/src/printf.c char *sqlite3MAppendf(sqlite3 *db, char *zStr, const char *zFormat, ...){ sqlite3 393 third_party/sqlite/src/src/recover.c static int GetPager(sqlite3 *db, const char *zName, sqlite3 492 third_party/sqlite/src/src/recover.c static int getRootPage(sqlite3 *db, const char *zDb, const char *zTable, sqlite3 535 third_party/sqlite/src/src/recover.c static int getEncoding(sqlite3 *db, const char *zDb, int* piEncoding){ sqlite3 1517 third_party/sqlite/src/src/recover.c sqlite3 *db; /* Host database connection */ sqlite3 1537 third_party/sqlite/src/src/recover.c sqlite3 *, void *, int, const char *const*, sqlite3_vtab **, char ** sqlite3 1541 third_party/sqlite/src/src/recover.c sqlite3 *db, sqlite3 1553 third_party/sqlite/src/src/recover.c sqlite3 *db, sqlite3 1861 third_party/sqlite/src/src/recover.c int recoverVtableInit(sqlite3 *db){ sqlite3 2062 third_party/sqlite/src/src/recover.c sqlite3 *db, /* Database connection */ sqlite3 57 third_party/sqlite/src/src/resolve.c sqlite3 *db; /* The database connection */ sqlite3 139 third_party/sqlite/src/src/resolve.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 409 third_party/sqlite/src/src/resolve.c Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ sqlite3 670 third_party/sqlite/src/src/resolve.c sqlite3 *db; /* Database connection */ sqlite3 742 third_party/sqlite/src/src/resolve.c sqlite3 *db; sqlite3 832 third_party/sqlite/src/src/resolve.c sqlite3 *db = pParse->db; sqlite3 935 third_party/sqlite/src/src/resolve.c sqlite3 *db; /* Database connection */ sqlite3 104 third_party/sqlite/src/src/rowset.c sqlite3 *db; /* The database connection */ sqlite3 126 third_party/sqlite/src/src/rowset.c RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ sqlite3 22 third_party/sqlite/src/src/select.c static void clearSelect(sqlite3 *db, Select *p){ sqlite3 64 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 99 third_party/sqlite/src/src/select.c void sqlite3SelectDelete(sqlite3 *db, Select *p){ sqlite3 246 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 748 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 1151 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 1226 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 1317 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 1350 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 1541 third_party/sqlite/src/src/select.c sqlite3 *db; /* Database connection */ sqlite3 2159 third_party/sqlite/src/src/select.c sqlite3 *db; /* Database connection */ sqlite3 2475 third_party/sqlite/src/src/select.c static void substExprList(sqlite3*, ExprList*, int, ExprList*); sqlite3 2476 third_party/sqlite/src/src/select.c static void substSelect(sqlite3*, Select *, int, ExprList *); sqlite3 2492 third_party/sqlite/src/src/select.c sqlite3 *db, /* Report malloc errors to this connection */ sqlite3 2524 third_party/sqlite/src/src/select.c sqlite3 *db, /* Report malloc errors here */ sqlite3 2536 third_party/sqlite/src/src/select.c sqlite3 *db, /* Report malloc errors here */ sqlite3 2690 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 3165 third_party/sqlite/src/src/select.c sqlite3 *db = pParse->db; sqlite3 3490 third_party/sqlite/src/src/select.c sqlite3 *db; sqlite3 3726 third_party/sqlite/src/src/select.c sqlite3 *db; /* The database connection */ sqlite3 216 third_party/sqlite/src/src/shell.c static sqlite3 *db = 0; sqlite3 400 third_party/sqlite/src/src/shell.c sqlite3 *db; /* The database */ sqlite3 931 third_party/sqlite/src/src/shell.c sqlite3 *db, /* Database to query */ sqlite3 957 third_party/sqlite/src/src/shell.c sqlite3 *db /* Database to query */ sqlite3 971 third_party/sqlite/src/src/shell.c sqlite3 *db, /* Database to query */ sqlite3 1063 third_party/sqlite/src/src/shell.c sqlite3 *db, /* An open database */ sqlite3 1491 third_party/sqlite/src/src/shell.c sqlite3 *pDest; sqlite3 1966 third_party/sqlite/src/src/shell.c sqlite3 *pSrc; sqlite3 48 third_party/sqlite/src/src/sqlite3ext.h int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); sqlite3 49 third_party/sqlite/src/src/sqlite3ext.h int (*busy_timeout)(sqlite3*,int ms); sqlite3 50 third_party/sqlite/src/src/sqlite3ext.h int (*changes)(sqlite3*); sqlite3 51 third_party/sqlite/src/src/sqlite3ext.h int (*close)(sqlite3*); sqlite3 52 third_party/sqlite/src/src/sqlite3ext.h int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,int eTextRep,const char*)); sqlite3 53 third_party/sqlite/src/src/sqlite3ext.h int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,int eTextRep,const void*)); sqlite3 75 third_party/sqlite/src/src/sqlite3ext.h void * (*commit_hook)(sqlite3*,int(*)(void*),void*); sqlite3 78 third_party/sqlite/src/src/sqlite3ext.h int (*create_collation)(sqlite3*,const char*,int,void*,int(*)(void*,int,const void*,int,const void*)); sqlite3 79 third_party/sqlite/src/src/sqlite3ext.h int (*create_collation16)(sqlite3*,const void*,int,void*,int(*)(void*,int,const void*,int,const void*)); sqlite3 80 third_party/sqlite/src/src/sqlite3ext.h int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); sqlite3 81 third_party/sqlite/src/src/sqlite3ext.h int (*create_function16)(sqlite3*,const void*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); sqlite3 82 third_party/sqlite/src/src/sqlite3ext.h int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); sqlite3 84 third_party/sqlite/src/src/sqlite3ext.h sqlite3 * (*db_handle)(sqlite3_stmt*); sqlite3 85 third_party/sqlite/src/src/sqlite3ext.h int (*declare_vtab)(sqlite3*,const char*); sqlite3 87 third_party/sqlite/src/src/sqlite3ext.h int (*errcode)(sqlite3*db); sqlite3 88 third_party/sqlite/src/src/sqlite3ext.h const char * (*errmsg)(sqlite3*); sqlite3 89 third_party/sqlite/src/src/sqlite3ext.h const void * (*errmsg16)(sqlite3*); sqlite3 90 third_party/sqlite/src/src/sqlite3ext.h int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); sqlite3 95 third_party/sqlite/src/src/sqlite3ext.h int (*get_autocommit)(sqlite3*); sqlite3 97 third_party/sqlite/src/src/sqlite3ext.h int (*get_table)(sqlite3*,const char*,char***,int*,int*,char**); sqlite3 99 third_party/sqlite/src/src/sqlite3ext.h void (*interruptx)(sqlite3*); sqlite3 100 third_party/sqlite/src/src/sqlite3ext.h sqlite_int64 (*last_insert_rowid)(sqlite3*); sqlite3 105 third_party/sqlite/src/src/sqlite3ext.h int (*open)(const char*,sqlite3**); sqlite3 106 third_party/sqlite/src/src/sqlite3ext.h int (*open16)(const void*,sqlite3**); sqlite3 107 third_party/sqlite/src/src/sqlite3ext.h int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); sqlite3 108 third_party/sqlite/src/src/sqlite3ext.h int (*prepare16)(sqlite3*,const void*,int,sqlite3_stmt**,const void**); sqlite3 109 third_party/sqlite/src/src/sqlite3ext.h void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); sqlite3 110 third_party/sqlite/src/src/sqlite3ext.h void (*progress_handler)(sqlite3*,int,int(*)(void*),void*); sqlite3 125 third_party/sqlite/src/src/sqlite3ext.h void * (*rollback_hook)(sqlite3*,void(*)(void*),void*); sqlite3 126 third_party/sqlite/src/src/sqlite3ext.h int (*set_authorizer)(sqlite3*,int(*)(void*,int,const char*,const char*,const char*,const char*),void*); sqlite3 130 third_party/sqlite/src/src/sqlite3ext.h int (*table_column_metadata)(sqlite3*,const char*,const char*,const char*,char const**,char const**,int*,int*,int*); sqlite3 132 third_party/sqlite/src/src/sqlite3ext.h int (*total_changes)(sqlite3*); sqlite3 133 third_party/sqlite/src/src/sqlite3ext.h void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); sqlite3 135 third_party/sqlite/src/src/sqlite3ext.h void * (*update_hook)(sqlite3*,void(*)(void*,int ,char const*,char const*,sqlite_int64),void*); sqlite3 151 third_party/sqlite/src/src/sqlite3ext.h int (*overload_function)(sqlite3*, const char *zFuncName, int nArg); sqlite3 153 third_party/sqlite/src/src/sqlite3ext.h int (*prepare_v2)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); sqlite3 154 third_party/sqlite/src/src/sqlite3ext.h int (*prepare16_v2)(sqlite3*,const void*,int,sqlite3_stmt**,const void**); sqlite3 157 third_party/sqlite/src/src/sqlite3ext.h int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *)); sqlite3 162 third_party/sqlite/src/src/sqlite3ext.h int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**); sqlite3 165 third_party/sqlite/src/src/sqlite3ext.h int (*create_collation_v2)(sqlite3*,const char*,int,void*,int(*)(void*,int,const void*,int,const void*),void(*)(void*)); sqlite3 166 third_party/sqlite/src/src/sqlite3ext.h int (*file_control)(sqlite3*,const char*,int,void*); sqlite3 174 third_party/sqlite/src/src/sqlite3ext.h int (*open_v2)(const char*,sqlite3**,int,const char*); sqlite3 188 third_party/sqlite/src/src/sqlite3ext.h sqlite3 *(*context_db_handle)(sqlite3_context*); sqlite3 189 third_party/sqlite/src/src/sqlite3ext.h int (*extended_result_codes)(sqlite3*,int); sqlite3 190 third_party/sqlite/src/src/sqlite3ext.h int (*limit)(sqlite3*,int,int); sqlite3 191 third_party/sqlite/src/src/sqlite3ext.h sqlite3_stmt *(*next_stmt)(sqlite3*,sqlite3_stmt*); sqlite3 195 third_party/sqlite/src/src/sqlite3ext.h sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*); sqlite3 201 third_party/sqlite/src/src/sqlite3ext.h int (*create_function_v2)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*),void(*xDestroy)(void*)); sqlite3 202 third_party/sqlite/src/src/sqlite3ext.h int (*db_config)(sqlite3*,int,...); sqlite3 203 third_party/sqlite/src/src/sqlite3ext.h sqlite3_mutex *(*db_mutex)(sqlite3*); sqlite3 204 third_party/sqlite/src/src/sqlite3ext.h int (*db_status)(sqlite3*,int,int*,int*,int); sqlite3 205 third_party/sqlite/src/src/sqlite3ext.h int (*extended_errcode)(sqlite3*); sqlite3 211 third_party/sqlite/src/src/sqlite3ext.h int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); sqlite3 212 third_party/sqlite/src/src/sqlite3ext.h int (*wal_autocheckpoint)(sqlite3*,int); sqlite3 213 third_party/sqlite/src/src/sqlite3ext.h int (*wal_checkpoint)(sqlite3*,const char*); sqlite3 214 third_party/sqlite/src/src/sqlite3ext.h void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*); sqlite3 846 third_party/sqlite/src/src/sqliteInt.h int (*xWalCallback)(void *, sqlite3 *, const char *, int); sqlite3 849 third_party/sqlite/src/src/sqliteInt.h void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); sqlite3 850 third_party/sqlite/src/src/sqliteInt.h void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); sqlite3 900 third_party/sqlite/src/src/sqliteInt.h sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ sqlite3 901 third_party/sqlite/src/src/sqliteInt.h sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ sqlite3 904 third_party/sqlite/src/src/sqliteInt.h sqlite3 *pNextBlocked; /* Next in list of all blocked connections */ sqlite3 1231 third_party/sqlite/src/src/sqliteInt.h sqlite3 *db; /* Database connection associated with this table */ sqlite3 1405 third_party/sqlite/src/src/sqliteInt.h sqlite3 *db; /* The database connection */ sqlite3 2169 third_party/sqlite/src/src/sqliteInt.h sqlite3 *db; /* The main database structure */ sqlite3 2392 third_party/sqlite/src/src/sqliteInt.h sqlite3 *db; /* Optional database for lookaside. Can be NULL */ sqlite3 2408 third_party/sqlite/src/src/sqliteInt.h sqlite3 *db; /* The database being initialized */ sqlite3 2568 third_party/sqlite/src/src/sqliteInt.h void *sqlite3DbMallocZero(sqlite3*, int); sqlite3 2569 third_party/sqlite/src/src/sqliteInt.h void *sqlite3DbMallocRaw(sqlite3*, int); sqlite3 2570 third_party/sqlite/src/src/sqliteInt.h char *sqlite3DbStrDup(sqlite3*,const char*); sqlite3 2571 third_party/sqlite/src/src/sqliteInt.h char *sqlite3DbStrNDup(sqlite3*,const char*, int); sqlite3 2573 third_party/sqlite/src/src/sqliteInt.h void *sqlite3DbReallocOrFree(sqlite3 *, void *, int); sqlite3 2574 third_party/sqlite/src/src/sqliteInt.h void *sqlite3DbRealloc(sqlite3 *, void *, int); sqlite3 2575 third_party/sqlite/src/src/sqliteInt.h void sqlite3DbFree(sqlite3*, void*); sqlite3 2577 third_party/sqlite/src/src/sqliteInt.h int sqlite3DbMallocSize(sqlite3*, void*); sqlite3 2634 third_party/sqlite/src/src/sqliteInt.h char *sqlite3MPrintf(sqlite3*,const char*, ...); sqlite3 2635 third_party/sqlite/src/src/sqliteInt.h char *sqlite3VMPrintf(sqlite3*,const char*, va_list); sqlite3 2636 third_party/sqlite/src/src/sqliteInt.h char *sqlite3MAppendf(sqlite3*,char*,const char*,...); sqlite3 2643 third_party/sqlite/src/src/sqliteInt.h void sqlite3SetString(char **, sqlite3*, const char*, ...); sqlite3 2653 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3ExprAlloc(sqlite3*,int,const Token*,int); sqlite3 2654 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3Expr(sqlite3*,int,const char*); sqlite3 2655 third_party/sqlite/src/src/sqliteInt.h void sqlite3ExprAttachSubtrees(sqlite3*,Expr*,Expr*,Expr*); sqlite3 2657 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3ExprAnd(sqlite3*,Expr*, Expr*); sqlite3 2660 third_party/sqlite/src/src/sqliteInt.h void sqlite3ExprDelete(sqlite3*, Expr*); sqlite3 2664 third_party/sqlite/src/src/sqliteInt.h void sqlite3ExprListDelete(sqlite3*, ExprList*); sqlite3 2665 third_party/sqlite/src/src/sqliteInt.h int sqlite3Init(sqlite3*, char**); sqlite3 2668 third_party/sqlite/src/src/sqliteInt.h void sqlite3ResetInternalSchema(sqlite3*, int); sqlite3 2670 third_party/sqlite/src/src/sqliteInt.h void sqlite3CommitInternalChanges(sqlite3*); sqlite3 2691 third_party/sqlite/src/src/sqliteInt.h RowSet *sqlite3RowSetInit(sqlite3*, void*, unsigned int); sqlite3 2706 third_party/sqlite/src/src/sqliteInt.h void sqlite3DeleteTable(sqlite3*, Table*); sqlite3 2715 third_party/sqlite/src/src/sqliteInt.h void *sqlite3ArrayAllocate(sqlite3*,void*,int,int,int*,int*,int*); sqlite3 2716 third_party/sqlite/src/src/sqliteInt.h IdList *sqlite3IdListAppend(sqlite3*, IdList*, Token*); sqlite3 2718 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListEnlarge(sqlite3*, SrcList*, int, int); sqlite3 2719 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListAppend(sqlite3*, SrcList*, Token*, Token*); sqlite3 2726 third_party/sqlite/src/src/sqliteInt.h void sqlite3IdListDelete(sqlite3*, IdList*); sqlite3 2727 third_party/sqlite/src/src/sqliteInt.h void sqlite3SrcListDelete(sqlite3*, SrcList*); sqlite3 2734 third_party/sqlite/src/src/sqliteInt.h void sqlite3SelectDelete(sqlite3*, Select*); sqlite3 2763 third_party/sqlite/src/src/sqliteInt.h Table *sqlite3FindTable(sqlite3*,const char*, const char*); sqlite3 2765 third_party/sqlite/src/src/sqliteInt.h Index *sqlite3FindIndex(sqlite3*,const char*, const char*); sqlite3 2766 third_party/sqlite/src/src/sqliteInt.h void sqlite3UnlinkAndDeleteTable(sqlite3*,int,const char*); sqlite3 2767 third_party/sqlite/src/src/sqliteInt.h void sqlite3UnlinkAndDeleteIndex(sqlite3*,int,const char*); sqlite3 2769 third_party/sqlite/src/src/sqliteInt.h int sqlite3RunVacuum(char**, sqlite3*); sqlite3 2770 third_party/sqlite/src/src/sqliteInt.h char *sqlite3NameFromToken(sqlite3*, Token*); sqlite3 2779 third_party/sqlite/src/src/sqliteInt.h void sqlite3RollbackAll(sqlite3*); sqlite3 2786 third_party/sqlite/src/src/sqliteInt.h void sqlite3CloseSavepoints(sqlite3 *); sqlite3 2806 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3ExprDup(sqlite3*,Expr*,int); sqlite3 2807 third_party/sqlite/src/src/sqliteInt.h ExprList *sqlite3ExprListDup(sqlite3*,ExprList*,int); sqlite3 2808 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListDup(sqlite3*,SrcList*,int); sqlite3 2809 third_party/sqlite/src/src/sqliteInt.h IdList *sqlite3IdListDup(sqlite3*,IdList*); sqlite3 2810 third_party/sqlite/src/src/sqliteInt.h Select *sqlite3SelectDup(sqlite3*,Select*,int); sqlite3 2812 third_party/sqlite/src/src/sqliteInt.h FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,int,u8,int); sqlite3 2813 third_party/sqlite/src/src/sqliteInt.h void sqlite3RegisterBuiltinFunctions(sqlite3*); sqlite3 2816 third_party/sqlite/src/src/sqliteInt.h int sqlite3SafetyCheckOk(sqlite3*); sqlite3 2817 third_party/sqlite/src/src/sqliteInt.h int sqlite3SafetyCheckSickOrOk(sqlite3*); sqlite3 2836 third_party/sqlite/src/src/sqliteInt.h void sqlite3DeleteTriggerStep(sqlite3*, TriggerStep*); sqlite3 2837 third_party/sqlite/src/src/sqliteInt.h TriggerStep *sqlite3TriggerSelectStep(sqlite3*,Select*); sqlite3 2838 third_party/sqlite/src/src/sqliteInt.h TriggerStep *sqlite3TriggerInsertStep(sqlite3*,Token*, IdList*, sqlite3 2840 third_party/sqlite/src/src/sqliteInt.h TriggerStep *sqlite3TriggerUpdateStep(sqlite3*,Token*,ExprList*, Expr*, u8); sqlite3 2841 third_party/sqlite/src/src/sqliteInt.h TriggerStep *sqlite3TriggerDeleteStep(sqlite3*,Token*, Expr*); sqlite3 2842 third_party/sqlite/src/src/sqliteInt.h void sqlite3DeleteTrigger(sqlite3*, Trigger*); sqlite3 2843 third_party/sqlite/src/src/sqliteInt.h void sqlite3UnlinkAndDeleteTrigger(sqlite3*,int,const char*); sqlite3 2930 third_party/sqlite/src/src/sqliteInt.h void sqlite3Error(sqlite3*, int, const char*,...); sqlite3 2931 third_party/sqlite/src/src/sqliteInt.h void *sqlite3HexToBlob(sqlite3*, const char *z, int n); sqlite3 2935 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int); sqlite3 2942 third_party/sqlite/src/src/sqliteInt.h void sqlite3VdbeSetChanges(sqlite3 *, int); sqlite3 2953 third_party/sqlite/src/src/sqliteInt.h sqlite3_value *sqlite3ValueNew(sqlite3 *); sqlite3 2954 third_party/sqlite/src/src/sqliteInt.h char *sqlite3Utf16to8(sqlite3 *, const void*, int, u8); sqlite3 2956 third_party/sqlite/src/src/sqliteInt.h char *sqlite3Utf8to16(sqlite3 *, u8, char *, int, int *); sqlite3 2958 third_party/sqlite/src/src/sqliteInt.h int sqlite3ValueFromExpr(sqlite3 *, Expr *, u8, u8, sqlite3_value **); sqlite3 2971 third_party/sqlite/src/src/sqliteInt.h void sqlite3RootPageMoved(sqlite3*, int, int, int); sqlite3 2977 third_party/sqlite/src/src/sqliteInt.h void sqlite3ExpirePreparedStatements(sqlite3*); sqlite3 2986 third_party/sqlite/src/src/sqliteInt.h CollSeq *sqlite3GetCollSeq(sqlite3*, u8, CollSeq *, const char*); sqlite3 2990 third_party/sqlite/src/src/sqliteInt.h int sqlite3FindDb(sqlite3*, Token*); sqlite3 2991 third_party/sqlite/src/src/sqliteInt.h int sqlite3FindDbName(sqlite3 *, const char *); sqlite3 2992 third_party/sqlite/src/src/sqliteInt.h int sqlite3AnalysisLoad(sqlite3*,int iDB); sqlite3 2993 third_party/sqlite/src/src/sqliteInt.h void sqlite3DeleteIndexSamples(sqlite3*,Index*); sqlite3 2995 third_party/sqlite/src/src/sqliteInt.h void sqlite3RegisterLikeFunctions(sqlite3*, int); sqlite3 2996 third_party/sqlite/src/src/sqliteInt.h int sqlite3IsLikeFunction(sqlite3*,Expr*,int*,char*); sqlite3 2999 third_party/sqlite/src/src/sqliteInt.h Schema *sqlite3SchemaGet(sqlite3 *, Btree *); sqlite3 3000 third_party/sqlite/src/src/sqliteInt.h int sqlite3SchemaToIndex(sqlite3 *db, Schema *); sqlite3 3002 third_party/sqlite/src/src/sqliteInt.h int sqlite3CreateFunc(sqlite3 *, const char *, int, int, void *, sqlite3 3007 third_party/sqlite/src/src/sqliteInt.h int sqlite3ApiExit(sqlite3 *db, int); sqlite3 3015 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3CreateColumnExpr(sqlite3 *, SrcList *, int, int); sqlite3 3030 third_party/sqlite/src/src/sqliteInt.h void sqlite3AutoLoadExtensions(sqlite3*); sqlite3 3032 third_party/sqlite/src/src/sqliteInt.h void sqlite3CloseExtensions(sqlite3*); sqlite3 3057 third_party/sqlite/src/src/sqliteInt.h void sqlite3VtabClear(sqlite3 *db, Table*); sqlite3 3058 third_party/sqlite/src/src/sqliteInt.h int sqlite3VtabSync(sqlite3 *db, char **); sqlite3 3059 third_party/sqlite/src/src/sqliteInt.h int sqlite3VtabRollback(sqlite3 *db); sqlite3 3060 third_party/sqlite/src/src/sqliteInt.h int sqlite3VtabCommit(sqlite3 *db); sqlite3 3063 third_party/sqlite/src/src/sqliteInt.h void sqlite3VtabUnlockList(sqlite3*); sqlite3 3071 third_party/sqlite/src/src/sqliteInt.h int sqlite3VtabCallCreate(sqlite3*, int, const char *, char **); sqlite3 3073 third_party/sqlite/src/src/sqliteInt.h int sqlite3VtabCallDestroy(sqlite3*, int, const char *); sqlite3 3074 third_party/sqlite/src/src/sqliteInt.h int sqlite3VtabBegin(sqlite3 *, VTable *); sqlite3 3075 third_party/sqlite/src/src/sqliteInt.h FuncDef *sqlite3VtabOverloadFunction(sqlite3 *,FuncDef*, int nArg, Expr*); sqlite3 3082 third_party/sqlite/src/src/sqliteInt.h int sqlite3TempInMemory(const sqlite3*); sqlite3 3083 third_party/sqlite/src/src/sqliteInt.h VTable *sqlite3GetVTable(sqlite3*, Table*); sqlite3 3085 third_party/sqlite/src/src/sqliteInt.h int sqlite3Checkpoint(sqlite3*, int, int, int*, int*); sqlite3 3086 third_party/sqlite/src/src/sqliteInt.h int sqlite3WalDefaultHook(void*,sqlite3*,const char*,int); sqlite3 3110 third_party/sqlite/src/src/sqliteInt.h void sqlite3FkDelete(sqlite3 *, Table*); sqlite3 3166 third_party/sqlite/src/src/sqliteInt.h void sqlite3ConnectionBlocked(sqlite3 *, sqlite3 *); sqlite3 3167 third_party/sqlite/src/src/sqliteInt.h void sqlite3ConnectionUnlocked(sqlite3 *db); sqlite3 3168 third_party/sqlite/src/src/sqliteInt.h void sqlite3ConnectionClosed(sqlite3 *db); sqlite3 101 third_party/sqlite/src/src/status.c sqlite3 *db, /* The database connection whose status is desired */ sqlite3 119 third_party/sqlite/src/src/table.c sqlite3 *db, /* The database on which the SQL executes */ sqlite3 113 third_party/sqlite/src/src/tclsqlite.c sqlite3 *db; /* The "real" database structure. MUST BE FIRST */ sqlite3 186 third_party/sqlite/src/src/tclsqlite.c sqlite3 *db = p->pDb->db; sqlite3 341 third_party/sqlite/src/src/tclsqlite.c sqlite3 *db = pDb->db; sqlite3 601 third_party/sqlite/src/src/tclsqlite.c sqlite3 *db, sqlite3 678 third_party/sqlite/src/src/tclsqlite.c sqlite3 *db, sqlite3 1673 third_party/sqlite/src/src/tclsqlite.c sqlite3 *pDest; sqlite3 2514 third_party/sqlite/src/src/tclsqlite.c sqlite3 *pSrc; sqlite3 3462 third_party/sqlite/src/src/tclsqlite.c int Md5_Register(sqlite3 *db){ sqlite3 28 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 103 third_party/sqlite/src/src/test1.c int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb){ sqlite3 110 third_party/sqlite/src/src/test1.c *ppDb = (sqlite3*)sqlite3TestTextToPtr(zA); sqlite3 181 third_party/sqlite/src/src/test1.c int sqlite3TestErrCode(Tcl_Interp *interp, sqlite3 *db, int rc){ sqlite3 311 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 349 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 395 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 411 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 433 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 480 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 580 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 643 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 667 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 695 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 723 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 852 third_party/sqlite/src/src/test1.c (void)sqlite3_exec((sqlite3*)sqlite3_user_data(context), sqlite3 996 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 1139 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 1510 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 1547 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 1853 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 1927 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2016 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2072 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2176 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2207 third_party/sqlite/src/src/test1.c sqlite3 *db = 0; sqlite3 2283 third_party/sqlite/src/src/test1.c sqlite3 *db = 0; sqlite3 2427 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2584 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2651 third_party/sqlite/src/src/test1.c sqlite3 *db, sqlite3 2675 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2726 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 2845 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3415 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3442 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3468 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3498 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3534 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3591 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3644 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3688 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3748 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3803 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 3832 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4248 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4280 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4321 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4350 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4376 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4401 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4427 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4552 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4794 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4829 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 4868 third_party/sqlite/src/src/test1.c sqlite3 *db; /* Database handle */ sqlite3 4906 third_party/sqlite/src/src/test1.c sqlite3 *db; /* Database handle */ sqlite3 4942 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 5036 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 5181 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 5208 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 5252 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 5439 third_party/sqlite/src/src/test1.c sqlite3 *db; sqlite3 52 third_party/sqlite/src/src/test3.c static sqlite3 sDb; sqlite3 526 third_party/sqlite/src/src/test3.c sqlite3 *db; sqlite3 544 third_party/sqlite/src/src/test3.c db = *((sqlite3 **)info.objClientData); sqlite3 40 third_party/sqlite/src/src/test4.c sqlite3 *db; /* Open database */ sqlite3 591 third_party/sqlite/src/src/test4.c sqlite3 *temp; sqlite3 677 third_party/sqlite/src/src/test4.c threadset[i].db = (sqlite3*)sqlite3TestTextToPtr(argv[2]); sqlite3 34 third_party/sqlite/src/src/test7.c int sqlite3_client_open(const char*, sqlite3**); sqlite3 35 third_party/sqlite/src/src/test7.c int sqlite3_client_prepare(sqlite3*,const char*,int, sqlite3 40 third_party/sqlite/src/src/test7.c int sqlite3_client_close(sqlite3*); sqlite3 63 third_party/sqlite/src/src/test7.c sqlite3 *db; /* Open database */ sqlite3 666 third_party/sqlite/src/src/test7.c sqlite3 *temp; sqlite3 75 third_party/sqlite/src/src/test8.c sqlite3 *db; /* Database connection */ sqlite3 156 third_party/sqlite/src/src/test8.c sqlite3 *db, sqlite3 236 third_party/sqlite/src/src/test8.c sqlite3 *db, /* Database connection */ sqlite3 332 third_party/sqlite/src/src/test8.c sqlite3 *db sqlite3 395 third_party/sqlite/src/src/test8.c sqlite3 *db, sqlite3 460 third_party/sqlite/src/src/test8.c sqlite3 *db, sqlite3 508 third_party/sqlite/src/src/test8.c sqlite3 *db, sqlite3 671 third_party/sqlite/src/src/test8.c sqlite3 *db = pVtab->db; sqlite3 930 third_party/sqlite/src/src/test8.c sqlite3 *db = pVtab->db; sqlite3 1265 third_party/sqlite/src/src/test8.c extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); sqlite3 1280 third_party/sqlite/src/src/test8.c sqlite3 *db; sqlite3 1304 third_party/sqlite/src/src/test8.c sqlite3 *db; sqlite3 32 third_party/sqlite/src/src/test9.c sqlite3 *db; sqlite3 114 third_party/sqlite/src/src/test9.c sqlite3 *db = 0; sqlite3 36 third_party/sqlite/src/src/test_autoext.c sqlite3 *db, sqlite3 61 third_party/sqlite/src/src/test_autoext.c sqlite3 *db, sqlite3 74 third_party/sqlite/src/src/test_autoext.c sqlite3 *db, sqlite3 21 third_party/sqlite/src/src/test_backup.c int getDbPointer(Tcl_Interp *, const char *, sqlite3 **); sqlite3 115 third_party/sqlite/src/src/test_backup.c sqlite3 *pDestDb; sqlite3 116 third_party/sqlite/src/src/test_backup.c sqlite3 *pSrcDb; sqlite3 164 third_party/sqlite/src/src/test_func.c sqlite3 * db = sqlite3_context_db_handle(ctx); sqlite3 297 third_party/sqlite/src/src/test_func.c sqlite3 *db = sqlite3_context_db_handle(pCtx); sqlite3 425 third_party/sqlite/src/src/test_func.c static int registerTestFunctions(sqlite3 *db){ sqlite3 474 third_party/sqlite/src/src/test_func.c extern int Md5_Register(sqlite3*); sqlite3 502 third_party/sqlite/src/src/test_func.c extern int getDbPointer(Tcl_Interp*, const char*, sqlite3**); sqlite3 503 third_party/sqlite/src/src/test_func.c sqlite3 *db; sqlite3 574 third_party/sqlite/src/src/test_func.c extern int Md5_Register(sqlite3*); sqlite3 188 third_party/sqlite/src/src/test_fuzzer.c sqlite3 *db, sqlite3 890 third_party/sqlite/src/src/test_fuzzer.c int fuzzer_register(sqlite3 *db){ sqlite3 903 third_party/sqlite/src/src/test_fuzzer.c extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); sqlite3 914 third_party/sqlite/src/src/test_fuzzer.c sqlite3 *db; sqlite3 80 third_party/sqlite/src/src/test_intarray.c sqlite3 *db, /* Database where module is created */ sqlite3 220 third_party/sqlite/src/src/test_intarray.c sqlite3 *db, sqlite3 278 third_party/sqlite/src/src/test_intarray.c extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); sqlite3 295 third_party/sqlite/src/src/test_intarray.c sqlite3 *db; sqlite3 97 third_party/sqlite/src/src/test_intarray.h sqlite3 *db, sqlite3 95 third_party/sqlite/src/src/test_loadext.c sqlite3 *db, sqlite3 113 third_party/sqlite/src/src/test_loadext.c sqlite3 *db, sqlite3 1073 third_party/sqlite/src/src/test_malloc.c sqlite3 *db; sqlite3 1076 third_party/sqlite/src/src/test_malloc.c int getDbPointer(Tcl_Interp*, const char*, sqlite3**); sqlite3 1151 third_party/sqlite/src/src/test_malloc.c sqlite3 *db; sqlite3 1152 third_party/sqlite/src/src/test_malloc.c int getDbPointer(Tcl_Interp*, const char*, sqlite3**); sqlite3 1287 third_party/sqlite/src/src/test_malloc.c sqlite3 *db; sqlite3 1288 third_party/sqlite/src/src/test_malloc.c int getDbPointer(Tcl_Interp*, const char*, sqlite3**); sqlite3 235 third_party/sqlite/src/src/test_multiplex.c sqlite3 *db = sqlite3_context_db_handle(context); sqlite3 272 third_party/sqlite/src/src/test_multiplex.c sqlite3 *db, sqlite3 1106 third_party/sqlite/src/src/test_multiplex.c sqlite3 *db; /* Underlying db handle for HANDLE */ sqlite3 1131 third_party/sqlite/src/src/test_multiplex.c db = *(sqlite3 **)cmdInfo.objClientData; sqlite3 361 third_party/sqlite/src/src/test_mutex.c static sqlite3 *getDbPointer(Tcl_Interp *pInterp, Tcl_Obj *pObj){ sqlite3 362 third_party/sqlite/src/src/test_mutex.c sqlite3 *db; sqlite3 366 third_party/sqlite/src/src/test_mutex.c db = *((sqlite3 **)info.objClientData); sqlite3 368 third_party/sqlite/src/src/test_mutex.c db = (sqlite3*)sqlite3TestTextToPtr(zCmd); sqlite3 380 third_party/sqlite/src/src/test_mutex.c sqlite3 *db; sqlite3 399 third_party/sqlite/src/src/test_mutex.c sqlite3 *db; sqlite3 855 third_party/sqlite/src/src/test_osinst.c sqlite3 *db, sqlite3 1062 third_party/sqlite/src/src/test_osinst.c int sqlite3_vfslog_register(sqlite3 *db){ sqlite3 1106 third_party/sqlite/src/src/test_osinst.c struct SqliteDb { sqlite3 *db; }; sqlite3 1107 third_party/sqlite/src/src/test_osinst.c sqlite3 *db; sqlite3 246 third_party/sqlite/src/src/test_rtree.c extern int getDbPointer(Tcl_Interp*, const char*, sqlite3**); sqlite3 248 third_party/sqlite/src/src/test_rtree.c sqlite3 *db; sqlite3 274 third_party/sqlite/src/src/test_rtree.c extern int getDbPointer(Tcl_Interp*, const char*, sqlite3**); sqlite3 276 third_party/sqlite/src/src/test_rtree.c sqlite3 *db; sqlite3 55 third_party/sqlite/src/src/test_schema.c sqlite3 *db; sqlite3 84 third_party/sqlite/src/src/test_schema.c sqlite3 *db, sqlite3 300 third_party/sqlite/src/src/test_schema.c extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); sqlite3 311 third_party/sqlite/src/src/test_schema.c sqlite3 *db; sqlite3 348 third_party/sqlite/src/src/test_schema.c sqlite3 *db, sqlite3 224 third_party/sqlite/src/src/test_server.c sqlite3 *pDb; /* The SQLite connection */ sqlite3 332 third_party/sqlite/src/src/test_server.c int sqlite3_client_open(const char *zDatabaseName, sqlite3 **ppDb){ sqlite3 341 third_party/sqlite/src/src/test_server.c sqlite3 *pDb, sqlite3 378 third_party/sqlite/src/src/test_server.c int sqlite3_client_close(sqlite3 *pDb){ sqlite3 131 third_party/sqlite/src/src/test_stat.c sqlite3 *db; sqlite3 142 third_party/sqlite/src/src/test_stat.c sqlite3 *db, sqlite3 542 third_party/sqlite/src/src/test_stat.c int sqlite3_dbstat_register(sqlite3 *db){ sqlite3 585 third_party/sqlite/src/src/test_stat.c struct SqliteDb { sqlite3 *db; }; sqlite3 596 third_party/sqlite/src/src/test_stat.c sqlite3* db = ((struct SqliteDb*)cmdInfo.objClientData)->db; sqlite3 42 third_party/sqlite/src/src/test_superlock.c sqlite3 *db; /* Database handle used to lock db */ sqlite3 110 third_party/sqlite/src/src/test_superlock.c sqlite3 *db, /* Database handle open on WAL database */ sqlite3 49 third_party/sqlite/src/src/test_tclvar.c sqlite3 *db, sqlite3 287 third_party/sqlite/src/src/test_tclvar.c extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); sqlite3 298 third_party/sqlite/src/src/test_tclvar.c sqlite3 *db; sqlite3 66 third_party/sqlite/src/src/test_thread.c int getDbPointer(Tcl_Interp *, const char *, sqlite3 **); sqlite3 68 third_party/sqlite/src/src/test_thread.c int sqlite3TestErrCode(Tcl_Interp *, sqlite3 *, int); sqlite3 275 third_party/sqlite/src/src/test_thread.c sqlite3 *db; sqlite3 278 third_party/sqlite/src/src/test_thread.c extern void Md5_Register(sqlite3*); sqlite3 440 third_party/sqlite/src/src/test_thread.c static int wait_for_unlock_notify(sqlite3 *db){ sqlite3 509 third_party/sqlite/src/src/test_thread.c sqlite3 *db, /* Database handle. */ sqlite3 561 third_party/sqlite/src/src/test_thread.c sqlite3 *db; sqlite3 42 third_party/sqlite/src/src/test_wholenumber.c sqlite3 *db, sqlite3 257 third_party/sqlite/src/src/test_wholenumber.c int wholenumber_register(sqlite3 *db){ sqlite3 270 third_party/sqlite/src/src/test_wholenumber.c extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); sqlite3 281 third_party/sqlite/src/src/test_wholenumber.c sqlite3 *db; sqlite3 395 third_party/sqlite/src/src/tokenize.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 19 third_party/sqlite/src/src/trigger.c void sqlite3DeleteTriggerStep(sqlite3 *db, TriggerStep *pTriggerStep){ sqlite3 95 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 265 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; /* The database */ sqlite3 339 third_party/sqlite/src/src/trigger.c TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect){ sqlite3 358 third_party/sqlite/src/src/trigger.c sqlite3 *db, /* Database connection */ sqlite3 383 third_party/sqlite/src/src/trigger.c sqlite3 *db, /* The database connection */ sqlite3 416 third_party/sqlite/src/src/trigger.c sqlite3 *db, /* The database connection */ sqlite3 441 third_party/sqlite/src/src/trigger.c sqlite3 *db, /* Database connection */ sqlite3 459 third_party/sqlite/src/src/trigger.c void sqlite3DeleteTrigger(sqlite3 *db, Trigger *pTrigger){ sqlite3 483 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; sqlite3 533 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; sqlite3 588 third_party/sqlite/src/src/trigger.c void sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName){ sqlite3 680 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; sqlite3 699 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; sqlite3 809 third_party/sqlite/src/src/trigger.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 103 third_party/sqlite/src/src/update.c sqlite3 *db; /* The database structure */ sqlite3 610 third_party/sqlite/src/src/update.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 440 third_party/sqlite/src/src/utf.c char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ sqlite3 468 third_party/sqlite/src/src/utf.c char *sqlite3Utf8to16(sqlite3 *db, u8 enc, char *z, int n, int *pnOut){ sqlite3 117 third_party/sqlite/src/src/util.c void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ sqlite3 153 third_party/sqlite/src/src/util.c sqlite3 *db = pParse->db; sqlite3 1011 third_party/sqlite/src/src/util.c void *sqlite3HexToBlob(sqlite3 *db, const char *z, int n){ sqlite3 1053 third_party/sqlite/src/src/util.c int sqlite3SafetyCheckOk(sqlite3 *db){ sqlite3 1070 third_party/sqlite/src/src/util.c int sqlite3SafetyCheckSickOrOk(sqlite3 *db){ sqlite3 25 third_party/sqlite/src/src/vacuum.c static int vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg){ sqlite3 37 third_party/sqlite/src/src/vacuum.c static int execSql(sqlite3 *db, char **pzErrMsg, const char *zSql){ sqlite3 56 third_party/sqlite/src/src/vacuum.c static int execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql){ sqlite3 95 third_party/sqlite/src/src/vacuum.c int sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db){ sqlite3 171 third_party/sqlite/src/src/vacuum.c extern void sqlite3CodecGetKey(sqlite3*, int, void**, int*); sqlite3 492 third_party/sqlite/src/src/vdbe.c static int checkSavepointCount(sqlite3 *db){ sqlite3 507 third_party/sqlite/src/src/vdbe.c sqlite3 *db = p->db; sqlite3 553 third_party/sqlite/src/src/vdbe.c sqlite3 *db = p->db; /* The database */ sqlite3 167 third_party/sqlite/src/src/vdbe.h Vdbe *sqlite3VdbeCreate(sqlite3*); sqlite3 187 third_party/sqlite/src/src/vdbe.h void sqlite3VdbeDeleteObject(sqlite3*,Vdbe*); sqlite3 201 third_party/sqlite/src/src/vdbe.h sqlite3 *sqlite3VdbeDb(Vdbe*); sqlite3 138 third_party/sqlite/src/src/vdbeInt.h sqlite3 *db; /* The associated database connection */ sqlite3 269 third_party/sqlite/src/src/vdbeInt.h sqlite3 *db; /* The database connection that owns this statement */ sqlite3 351 third_party/sqlite/src/src/vdbeInt.h int sqlite3VdbeIdxRowid(sqlite3*, BtCursor *, i64 *); sqlite3 73 third_party/sqlite/src/src/vdbeapi.c sqlite3 *db = v->db; sqlite3 315 third_party/sqlite/src/src/vdbeapi.c static int doWalCallbacks(sqlite3 *db){ sqlite3 342 third_party/sqlite/src/src/vdbeapi.c sqlite3 *db; sqlite3 472 third_party/sqlite/src/src/vdbeapi.c sqlite3 *db; /* The database connection */ sqlite3 528 third_party/sqlite/src/src/vdbeapi.c sqlite3 *sqlite3_context_db_handle(sqlite3_context *p){ sqlite3 852 third_party/sqlite/src/src/vdbeapi.c sqlite3 *db = p->db; sqlite3 1288 third_party/sqlite/src/src/vdbeapi.c sqlite3 *sqlite3_db_handle(sqlite3_stmt *pStmt){ sqlite3 1306 third_party/sqlite/src/src/vdbeapi.c sqlite3_stmt *sqlite3_next_stmt(sqlite3 *pDb, sqlite3_stmt *pStmt){ sqlite3 35 third_party/sqlite/src/src/vdbeaux.c Vdbe *sqlite3VdbeCreate(sqlite3 *db){ sqlite3 577 third_party/sqlite/src/src/vdbeaux.c static void freeEphemeralFunction(sqlite3 *db, FuncDef *pDef){ sqlite3 583 third_party/sqlite/src/src/vdbeaux.c static void vdbeFreeOpArray(sqlite3 *, Op *, int); sqlite3 588 third_party/sqlite/src/src/vdbeaux.c static void freeP4(sqlite3 *db, int p4type, void *p4){ sqlite3 639 third_party/sqlite/src/src/vdbeaux.c static void vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp){ sqlite3 668 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 705 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db; sqlite3 992 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db; sqlite3 1014 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db; sqlite3 1057 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 1131 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; /* The database connection */ sqlite3 1420 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 1620 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 1644 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 1697 third_party/sqlite/src/src/vdbeaux.c static int vdbeCommit(sqlite3 *db, Vdbe *p){ sqlite3 1926 third_party/sqlite/src/src/vdbeaux.c static void checkActiveVdbeCnt(sqlite3 *db){ sqlite3 1961 third_party/sqlite/src/src/vdbeaux.c static void invalidateCursorsOnModifiedBtrees(sqlite3 *db){ sqlite3 1982 third_party/sqlite/src/src/vdbeaux.c sqlite3 *const db = p->db; sqlite3 2038 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 2064 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db = p->db; sqlite3 2286 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db; sqlite3 2396 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbeDeleteObject(sqlite3 *db, Vdbe *p){ sqlite3 2418 third_party/sqlite/src/src/vdbeaux.c sqlite3 *db; sqlite3 3019 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid){ sqlite3 3133 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbeSetChanges(sqlite3 *db, int nChange){ sqlite3 3157 third_party/sqlite/src/src/vdbeaux.c void sqlite3ExpirePreparedStatements(sqlite3 *db){ sqlite3 3167 third_party/sqlite/src/src/vdbeaux.c sqlite3 *sqlite3VdbeDb(Vdbe *v){ sqlite3 32 third_party/sqlite/src/src/vdbeblob.c sqlite3 *db; /* The associated database */ sqlite3 109 third_party/sqlite/src/src/vdbeblob.c sqlite3* db, /* The database connection */ sqlite3 337 third_party/sqlite/src/src/vdbeblob.c sqlite3 *db; sqlite3 364 third_party/sqlite/src/src/vdbeblob.c sqlite3 *db; sqlite3 439 third_party/sqlite/src/src/vdbeblob.c sqlite3 *db; sqlite3 556 third_party/sqlite/src/src/vdbemem.c sqlite3 *db = pMem->db; sqlite3 996 third_party/sqlite/src/src/vdbemem.c sqlite3_value *sqlite3ValueNew(sqlite3 *db){ sqlite3 1017 third_party/sqlite/src/src/vdbemem.c sqlite3 *db, /* The database connection */ sqlite3 69 third_party/sqlite/src/src/vdbetrace.c sqlite3 *db; /* The database connection */ sqlite3 23 third_party/sqlite/src/src/vtab.c sqlite3 *db, /* Database in which module is registered */ sqlite3 65 third_party/sqlite/src/src/vtab.c sqlite3 *db, /* Database in which module is registered */ sqlite3 77 third_party/sqlite/src/src/vtab.c sqlite3 *db, /* Database in which module is registered */ sqlite3 104 third_party/sqlite/src/src/vtab.c VTable *sqlite3GetVTable(sqlite3 *db, Table *pTab){ sqlite3 116 third_party/sqlite/src/src/vtab.c sqlite3 *db = pVTab->db; sqlite3 139 third_party/sqlite/src/src/vtab.c static VTable *vtabDisconnectAll(sqlite3 *db, Table *p){ sqlite3 153 third_party/sqlite/src/src/vtab.c sqlite3 *db2 = pVTable->db; sqlite3 192 third_party/sqlite/src/src/vtab.c void sqlite3VtabUnlockList(sqlite3 *db){ sqlite3 223 third_party/sqlite/src/src/vtab.c void sqlite3VtabClear(sqlite3 *db, Table *p){ sqlite3 240 third_party/sqlite/src/src/vtab.c static void addModuleArgument(sqlite3 *db, Table *pTable, char *zArg){ sqlite3 273 third_party/sqlite/src/src/vtab.c sqlite3 *db; /* Database connection */ sqlite3 313 third_party/sqlite/src/src/vtab.c sqlite3 *db = pParse->db; sqlite3 324 third_party/sqlite/src/src/vtab.c sqlite3 *db = pParse->db; /* The database connection */ sqlite3 431 third_party/sqlite/src/src/vtab.c sqlite3 *db, sqlite3 434 third_party/sqlite/src/src/vtab.c int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), sqlite3 537 third_party/sqlite/src/src/vtab.c sqlite3 *db = pParse->db; sqlite3 570 third_party/sqlite/src/src/vtab.c static int addToVTrans(sqlite3 *db, VTable *pVTab){ sqlite3 599 third_party/sqlite/src/src/vtab.c int sqlite3VtabCallCreate(sqlite3 *db, int iDb, const char *zTab, char **pzErr){ sqlite3 637 third_party/sqlite/src/src/vtab.c int sqlite3_declare_vtab(sqlite3 *db, const char *zCreateTable){ sqlite3 701 third_party/sqlite/src/src/vtab.c int sqlite3VtabCallDestroy(sqlite3 *db, int iDb, const char *zTab){ sqlite3 732 third_party/sqlite/src/src/vtab.c static void callFinaliser(sqlite3 *db, int offset){ sqlite3 759 third_party/sqlite/src/src/vtab.c int sqlite3VtabSync(sqlite3 *db, char **pzErrmsg){ sqlite3 783 third_party/sqlite/src/src/vtab.c int sqlite3VtabRollback(sqlite3 *db){ sqlite3 792 third_party/sqlite/src/src/vtab.c int sqlite3VtabCommit(sqlite3 *db){ sqlite3 805 third_party/sqlite/src/src/vtab.c int sqlite3VtabBegin(sqlite3 *db, VTable *pVTab){ sqlite3 856 third_party/sqlite/src/src/vtab.c sqlite3 *db, /* Database connection for reporting malloc problems */ sqlite3 279 third_party/sqlite/src/src/where.c static void whereOrInfoDelete(sqlite3 *db, WhereOrInfo *p){ sqlite3 287 third_party/sqlite/src/src/where.c static void whereAndInfoDelete(sqlite3 *db, WhereAndInfo *p){ sqlite3 299 third_party/sqlite/src/src/where.c sqlite3 *db = pWC->pParse->db; sqlite3 340 third_party/sqlite/src/src/where.c sqlite3 *db = pWC->pParse->db; sqlite3 653 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 849 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 1111 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; /* Database connection */ sqlite3 1434 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; sqlite3 2306 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; sqlite3 3470 third_party/sqlite/src/src/where.c static char *explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab){ sqlite3 3518 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; /* Database handle */ sqlite3 4252 third_party/sqlite/src/src/where.c static void whereInfoFree(sqlite3 *db, WhereInfo *pWInfo){ sqlite3 4385 third_party/sqlite/src/src/where.c sqlite3 *db; /* Database connection */ sqlite3 4870 third_party/sqlite/src/src/where.c sqlite3 *db = pParse->db; sqlite3 411 third_party/sqlite/src/test/threadtest3.c sqlite3 *db; /* Database handle */ sqlite3 55 third_party/sqlite/src/test/tt3_checkpoint.c sqlite3 *db, sqlite3 28 third_party/sqlite/src/tool/rollback-test.c static sqlite3 *openDb(const char *zFilename){ sqlite3 30 third_party/sqlite/src/tool/rollback-test.c sqlite3 *db; sqlite3 60 third_party/sqlite/src/tool/rollback-test.c static void runSql(sqlite3 *db, const char *zSql){ sqlite3 76 third_party/sqlite/src/tool/rollback-test.c sqlite3 *db; sqlite3 66 third_party/sqlite/src/tool/speedtest16.c static void prepareAndRun(sqlite3 *db, const char *zSql){ sqlite3 100 third_party/sqlite/src/tool/speedtest16.c sqlite3 *db; sqlite3 56 third_party/sqlite/src/tool/speedtest8.c static void prepareAndRun(sqlite3 *db, const char *zSql, int bQuiet){ sqlite3 94 third_party/sqlite/src/tool/speedtest8.c sqlite3 *db; sqlite3 37 third_party/sqlite/src/tool/speedtest8inst1.c static void prepareAndRun(sqlite3_vfs *pInstVfs, sqlite3 *db, const char *zSql){ sqlite3 150 third_party/sqlite/src/tool/speedtest8inst1.c sqlite3 *db;