Lines Matching defs:sqlite3
777 typedef struct sqlite3 sqlite3; typedef
9713 struct sqlite3 { struct
9714 sqlite3_vfs *pVfs; /* OS Interface */ argument
9717 sqlite3_mutex *mutex; /* Connection mutex */ argument
9722 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
9735 int nChange; /* Value returned by sqlite3_changes() */ argument
9736 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
9738 struct sqlite3InitInfo { /* Information used during initialization */ argument
9760 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
9763 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
9764 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument
9766 sqlite3_value *pErr; /* Most recent error message */ argument
9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ argument
9786 Hash aModule; /* populated by sqlite3_create_module() */ argument
9789 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ argument
9804 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
9813 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ argument
9814 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ argument
9817 sqlite3 *pNextBlocked; /* Next in list of all blocked connections */ argument