Lines Matching defs:sqlite3

501 typedef struct sqlite3 sqlite3;  typedef
13864 struct sqlite3 { struct
13865 sqlite3_vfs *pVfs; /* OS Interface */ argument
13868 sqlite3_mutex *mutex; /* Connection mutex */ argument
13874 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
13892 int nChange; /* Value returned by sqlite3_changes() */ argument
13893 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
13896 struct sqlite3InitInfo { /* Information used during initialization */ argument
13922 void (*xPreUpdateCallback)( /* Registered using sqlite3_preupdate_hook() */ argument
13923 void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64 argument
13928 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
13931 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
13932 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument
13934 sqlite3_value *pErr; /* Most recent error message */ argument
13936 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ argument
13941 sqlite3_xauth xAuth; /* Access authorization function */ argument
13951 Hash aModule; /* populated by sqlite3_create_module() */ argument
13954 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ argument
13969 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
13978 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ argument
13979 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ argument
13982 sqlite3 *pNextBlocked; /* Next in list of all blocked connections */ argument
13985 sqlite3_userauth auth; /* User authentication information */ argument