Lines Matching defs:sqlite3

439 typedef struct sqlite3 sqlite3;  typedef
11017 struct sqlite3 { struct
11018 sqlite3_vfs *pVfs; /* OS Interface */ argument
11021 sqlite3_mutex *mutex; /* Connection mutex */ argument
11027 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
11042 int nChange; /* Value returned by sqlite3_changes() */ argument
11043 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
11046 struct sqlite3InitInfo { /* Information used during initialization */ argument
11071 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
11074 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
11075 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument
11077 sqlite3_value *pErr; /* Most recent error message */ argument
11079 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ argument
11084 sqlite3_xauth xAuth; /* Access authorization function */ argument
11094 Hash aModule; /* populated by sqlite3_create_module() */ argument
11097 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ argument
11112 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
11121 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ argument
11122 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ argument
11125 sqlite3 *pNextBlocked; /* Next in list of all blocked connections */ argument
11128 sqlite3_userauth auth; /* User authentication information */ argument