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
21640 # define sqlite3AuthRead(a,b,c,d) argument
21641 # define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK argument
21642 # define sqlite3AuthContextPush(a,b,c) argument
22057 #define sqlite3FkActions(a,b,c,d,e,f) argument
22058 #define sqlite3FkCheck(a,b,c,d,e,f) argument
22059 #define sqlite3FkDropTable(a,b,c) argument
22061 #define sqlite3FkRequired(a,b,c,d) 0 argument
22070 #define sqlite3FkLocateIndex(a,b,c,d,e) argument
24883 int c; in parseTimezone() local
26234 char c = (char)daysAfterSunday(&x) + '0'; in strftimeFunc() local
31832 int c; /* Next character in the format string */ in sqlite3_str_vappendf() local
32695 SQLITE_API void sqlite3_str_appendchar(sqlite3_str *p, int N, char c){ in sqlite3_str_appendchar()
34507 #define QR(a, b, c, d) ( \ argument
34974 #define WRITE_UTF8(zOut, c) { \ argument
34994 #define WRITE_UTF16LE(zOut, c) { \ argument
35006 #define WRITE_UTF16BE(zOut, c) { \ argument
35074 #define READ_UTF8(zIn, zTerm, c) \ argument
35088 unsigned int c; in sqlite3Utf8Read() local
35123 u32 c; in sqlite3Utf8ReadLimited() local
35158 unsigned int c; in sqlite3VdbeMemTranslate() local
35418 u32 c; in sqlite3Utf8To8() local
35462 int c; in sqlite3Utf16ByteLen() local
35489 unsigned int c; in sqlite3UtfSelfTest() local
35928 int c, x; in sqlite3StrICmp() local
35986 volatile double tx, ty, p, q, c, cc; in dekkerMul2() local
36276 int c = 0; in compare2pow63() local
36313 int c = 0; in sqlite3Atoi64() local
36447 int i, c; in sqlite3GetInt32() local
38210 unsigned char c = a[i]; in kvvfsEncode() local
38261 int c; in kvvfsDecode() local
38309 int c, i, mult; in kvvfsDecodeJournal() local
39293 #define osFstat(a,b,c) 0 argument
40111 #define unixLogError(a,b,c) unixLogErrorAtLine(a,b,c,__LINE__) argument
46004 char c = dbPath[i]; in proxyGetLockPath() local
49334 #define winLogError(a,b,c,d) winLogErrorAtLine(a,b,c,d,__LINE__) argument
59412 i64 c = pPager->journalOff; local
60654 int c; local
71659 #define querySharedCacheTableLock(a,b,c) SQLITE_OK argument
71660 #define setSharedCacheTableLock(a,b,c) SQLITE_OK argument
71663 #define hasSharedCacheTableLock(a,b,c,d) 1 argument
77359 int lwr, upr, idx, c; local
77458 int c; local
77564 int c; local
77603 int lwr, upr, idx, c; local
85421 # define valueFromFunction(a,b,c,d,e,f) SQLITE_OK argument
86288 char c; local
87651 char c; local
89528 char c, pc = 0; local
90390 int c; local