Lines Matching +defs:sqlite3 +defs:c
591 typedef struct sqlite3 sqlite3; typedef
17520 # define sqlite3VdbeScanStatus(a,b,c,d,e,f) argument
17521 # define sqlite3VdbeScanStatusRange(a,b,c,d) argument
17522 # define sqlite3VdbeScanStatusCounters(a,b,c,d) argument
18035 struct sqlite3 { struct
18036 sqlite3_vfs *pVfs; /* OS Interface */ argument
18039 sqlite3_mutex *mutex; /* Connection mutex */ argument
18047 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
18068 i64 nChange; /* Value returned by sqlite3_changes() */ argument
18069 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
18072 struct sqlite3InitInfo { /* Information used during initialization */ argument
18080 } init;
18081 int nVdbeActive; /* Number of VDBEs currently running */
18082 int nVdbeRead; /* Number of active VDBEs that read or write */
18083 int nVdbeWrite; /* Number of active VDBEs that read and write */
18084 int nVdbeExec; /* Number of nested calls to VdbeExec() */
18085 int nVDestroy; /* Number of active OP_VDestroy operations */
18109 void (*xPreUpdateCallback)( /* Registered using sqlite3_preupdate_hook() */ argument
18110 void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64 argument
18115 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
18118 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
18119 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument
18121 sqlite3_value *pErr; /* Most recent error message */ argument
18123 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ argument
18128 sqlite3_xauth xAuth; /* Access authorization function */ argument
18138 Hash aModule; /* populated by sqlite3_create_module() */ argument
18141 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ argument
18159 DbClientData *pDbData; /* sqlite3_set_clientdata() content */ argument
18162 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
18171 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ argument
18172 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ argument
18175 sqlite3 *pNextBlocked; /* Next in list of all blocked connections */ argument
20980 # define sqlite3WindowAttach(a,b,c) argument
21641 # define sqlite3AuthRead(a,b,c,d) argument
21642 # define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK argument
21643 # define sqlite3AuthContextPush(a,b,c) argument
22058 #define sqlite3FkActions(a,b,c,d,e,f) argument
22059 #define sqlite3FkCheck(a,b,c,d,e,f) argument
22060 #define sqlite3FkDropTable(a,b,c) argument
22062 #define sqlite3FkRequired(a,b,c,d) 0 argument
22071 #define sqlite3FkLocateIndex(a,b,c,d,e) argument
24884 int c; in parseTimezone() local
26235 char c = (char)daysAfterSunday(&x) + '0'; in strftimeFunc() local
31833 int c; /* Next character in the format string */ in sqlite3_str_vappendf() local
32696 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ in sqlite3_str_appendchar()
34508 #define QR(a, b, c, d) ( \ argument
34975 #define WRITE_UTF8(zOut, c) { \ argument
34995 #define WRITE_UTF16LE(zOut, c) { \ argument
35007 #define WRITE_UTF16BE(zOut, c) { \ argument
35075 #define READ_UTF8(zIn, zTerm, c) \ argument
35089 unsigned int c; in sqlite3Utf8Read() local
35124 u32 c; in sqlite3Utf8ReadLimited() local
35159 unsigned int c; in sqlite3VdbeMemTranslate() local
35419 u32 c; in sqlite3Utf8To8() local
35463 int c; in sqlite3Utf16ByteLen() local
35490 unsigned int c; in sqlite3UtfSelfTest() local
35929 int c, x; in sqlite3StrICmp() local
35987 volatile double tx, ty, p, q, c, cc; in dekkerMul2() local
36277 int c = 0; in compare2pow63() local
36314 int c = 0; in sqlite3Atoi64() local
36448 int i, c; in sqlite3GetInt32() local
38211 unsigned char c = a[i]; in kvvfsEncode() local
38262 int c; in kvvfsDecode() local
38310 int c, i, mult; in kvvfsDecodeJournal() local
39294 #define osFstat(a,b,c) 0 argument
40112 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) argument
46005 char c = dbPath[i]; in proxyGetLockPath() local
49335 #define winLogError(a,b,c,d) winLogErrorAtLine(a,b,c,d,__LINE__) argument
59413 i64 c = pPager->journalOff; local
60655 int c; local
71660 #define querySharedCacheTableLock(a,b,c) SQLITE_OK argument
71661 #define setSharedCacheTableLock(a,b,c) SQLITE_OK argument
71664 #define hasSharedCacheTableLock(a,b,c,d) 1 argument
77360 int lwr, upr, idx, c; local
77459 int c; local
77565 int c; local
77604 int lwr, upr, idx, c; local
85422 # define valueFromFunction(a,b,c,d,e,f) SQLITE_OK argument
86289 char c; local
87652 char c; local
89529 char c, pc = 0; local
90391 int c; local