Home
last modified time | relevance | path

Searched +defs:b +defs:a (Results 1 – 25 of 60) sorted by relevance

123

/sqlite-3.40.0/tool/
H A Dlogest.c41 LogEst logEstMultiply(LogEst a, LogEst b){ return a+b; } in logEstMultiply()
42 LogEst logEstAdd(LogEst a, LogEst b){ in logEstAdd()
60 static LogEst a[] = { 0, 2, 3, 5, 6, 7, 8, 9 }; in logEstFromInteger() local
83 sqlite3_uint64 a; in logEstFromDouble() local
126 LogEst a[100]; in main() local
H A Dmkkeywordhash.c334 static int keywordCompare1(const void *a, const void *b){ in keywordCompare1()
344 static int keywordCompare2(const void *a, const void *b){ in keywordCompare2()
354 static int keywordCompare3(const void *a, const void *b){ in keywordCompare3()
H A Dshowwal.c41 static unsigned int getInt32(const unsigned char *a){ in getInt32()
64 int a = 0; in extendCksum() local
287 unsigned char *a, /* Cell content */ in describeContent()
385 unsigned char *a, /* Cell content */ in describeCell()
424 unsigned char *b = &a[nLocal]; in describeCell() local
441 unsigned char *a, /* Content of the btree page to be decoded */ in decode_btree_page()
569 unsigned char *a; in main() local
H A Dshowdb.c313 unsigned char *a, /* Cell content */ in describeContent()
412 unsigned char *a, /* Cell content */ in describeCell()
451 unsigned char *b = &a[nLocal]; in describeCell() local
642 unsigned char *a, /* Page content */ in decode_btree_page()
746 unsigned char *a; in decode_trunk_page() local
868 unsigned char *a; in page_usage_btree() local
950 unsigned char *a; in page_usage_freelist() local
976 static void page_usage_ptrmap(u8 *a){ in page_usage_ptrmap()
997 unsigned char *a; in page_usage_report() local
1058 unsigned char *a; in ptrmap_coverage_report() local
[all …]
H A Dlemon.c1008 int same_symbol(struct symbol *a, struct symbol *b) in same_symbol()
1843 char *a, in merge()
1844 char *b, in merge()
4254 static int axset_compare(const void *a, const void *b){ in axset_compare()
5107 static int stateResortCompare(const void *a, const void *b){ in stateResortCompare()
5421 const struct symbol *b = *(const struct symbol **) _b; in Symbolcmpp() local
5583 const struct config *a = (struct config *) _a; in Configcmp() local
5584 const struct config *b = (struct config *) _b; in Configcmp() local
5592 PRIVATE int statecmp(struct config *a, struct config *b) in statecmp()
5607 PRIVATE unsigned statehash(struct config *a) in statehash()
[all …]
/sqlite-3.40.0/src/
H A Dtest_multiplex.c656 static int multiplexAccess(sqlite3_vfs *a, const char *b, int c, int *d){ in multiplexAccess()
659 static int multiplexFullPathname(sqlite3_vfs *a, const char *b, int c, char *d){ in multiplexFullPathname()
662 static void *multiplexDlOpen(sqlite3_vfs *a, const char *b){ in multiplexDlOpen()
665 static void multiplexDlError(sqlite3_vfs *a, int b, char *c){ in multiplexDlError()
668 static void (*multiplexDlSym(sqlite3_vfs *a, void *b, const char *c))(void){ in multiplexDlSym()
671 static void multiplexDlClose(sqlite3_vfs *a, void *b){ in multiplexDlClose()
674 static int multiplexRandomness(sqlite3_vfs *a, int b, char *c){ in multiplexRandomness()
677 static int multiplexSleep(sqlite3_vfs *a, int b){ in multiplexSleep()
680 static int multiplexCurrentTime(sqlite3_vfs *a, double *b){ in multiplexCurrentTime()
683 static int multiplexGetLastError(sqlite3_vfs *a, int b, char *c){ in multiplexGetLastError()
[all …]
H A Dtest_init.c130 static sqlite3_pcache *wrPCacheCreate(int a, int b, int c){ in wrPCacheCreate()
139 static sqlite3_pcache_page *wrPCacheFetch(sqlite3_pcache *p, unsigned a, int b){ in wrPCacheFetch()
142 static void wrPCacheUnpin(sqlite3_pcache *p, sqlite3_pcache_page *a, int b){ in wrPCacheUnpin()
147 sqlite3_pcache_page *a, in wrPCacheRekey()
148 unsigned b, in wrPCacheRekey()
153 static void wrPCacheTruncate(sqlite3_pcache *p, unsigned a){ in wrPCacheTruncate()
H A Drandom.c33 #define ROTL(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
34 #define QR(a, b, c, d) ( \ argument
H A Dutil.c325 unsigned char *a, *b; in sqlite3StrICmp() local
344 register unsigned char *a, *b; in sqlite3_strnicmp() local
1005 u32 a,b,s; in sqlite3GetVarint() local
1166 u32 a,b; in sqlite3GetVarint32() local
1540 LogEst sqlite3LogEstAdd(LogEst a, LogEst b){ in sqlite3LogEstAdd()
1568 static LogEst a[] = { 0, 2, 3, 5, 6, 7, 8, 9 }; in sqlite3LogEst() local
1591 u64 a; in sqlite3LogEstFromDouble() local
H A Dtclsqlite.c1807 # define Tcl_NRAddCallback(a,b,c,d,e,f) (void)0 argument
1808 # define Tcl_NREvalObj(a,b,c) 0 argument
1809 # define Tcl_NRCreateCommand(a,b,c,d,e,f) (void)0 argument
3788 int b; in DbMain() local
3798 int b; in DbMain() local
3806 int b; in DbMain() local
3814 int b; in DbMain() local
3823 int b; in DbMain() local
3832 int b; in DbMain() local
3894 # define Tcl_InitStubs(a,b,c) TCL_VERSION argument
H A Dtest_func.c165 static void test_agg_errmsg16_step(sqlite3_context *a, int b,sqlite3_value **c){ in test_agg_errmsg16_step()
738 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep()
739 static void tFinal(sqlite3_context *a){} in tFinal()
H A Dtest_md5.c95 register uint32 a, b, c, d; in MD5Transform() local
289 int a = digest[i]; in MD5DigestToBase16() local
H A Dbtree.c107 #define querySharedCacheTableLock(a,b,c) SQLITE_OK argument
108 #define setSharedCacheTableLock(a,b,c) SQLITE_OK argument
109 #define clearAllSharedCacheTableLocks(a) argument
110 #define downgradeAllSharedCacheTableLocks(a) argument
111 #define hasSharedCacheTableLock(a,b,c,d) 1 argument
112 #define hasReadConflicts(a, b) 0 argument
3072 int b; in sqlite3BtreeSecureDelete() local
4687 static int cellInfoEqual(CellInfo *a, CellInfo *b){ in cellInfoEqual()
4980 int a = amt; in accessPayload() local
5062 int a = amt; in accessPayload() local
[all …]
H A Dparse.y106 struct TrigEvent { int a; IdList * b; }; member
H A DsqliteInt.h4288 # define sqlite3WindowDelete(a,b) argument
4290 # define sqlite3WindowAttach(a,b,c) argument
4924 # define sqlite3AuthRead(a,b,c,d) argument
4926 # define sqlite3AuthContextPush(a,b,c) argument
5328 #define sqlite3FkActions(a,b,c,d,e,f) argument
5329 #define sqlite3FkCheck(a,b,c,d,e,f) argument
5330 #define sqlite3FkDropTable(a,b,c)
5331 #define sqlite3FkOldmask(a,b) 0 argument
5332 #define sqlite3FkRequired(a,b,c,d) 0 argument
5334 #define sqlite3FkClearTriggerCache(a,b) argument
[all …]
/sqlite-3.40.0/ext/misc/
H A Dpercentile.c76 double *a; /* Array of Y values */ member
92 static int sameValue(double a, double b){ in sameValue()
154 double *a = sqlite3_realloc64(p->a, sizeof(double)*n); in percentStep() local
171 double a = *(double*)pA; in doubleCmp() local
172 double b = *(double*)pB; in doubleCmp() local
H A Dfossildelta.c74 u16 a, b; /* Hash values */ member
83 u16 a, b, i; in hash_init() local
122 u16 a, b, i; in hash_once() local
973 const char *a; in deltaparsevtabFilter() local
H A Dappendvfs.c257 unsigned char a[APND_MARK_SIZE]; in apndWriteMark() local
445 unsigned char a[APND_MARK_SIZE]; in apndReadMark() local
618 static int apndGetLastError(sqlite3_vfs *pVfs, int a, char *b){ in apndGetLastError()
H A Dspellfix.c564 char a[4] ; /* FROM string followed by TO string */ member
590 EditDist3Lang *a; /* One for each distinct language ID */ member
615 EditDist3From *a; /* Extra info about each char of the FROM string */ member
633 EditDist3To *a; /* Extra info about each char of the TO string */ member
961 unsigned int b; in updateCost() local
1126 int b = m[szRow*i2-1]; in editDist3Core() local
1945 } *a; member
2357 const struct spellfix1_row *a = (const struct spellfix1_row*)A; in spellfix1RowCompare() local
2358 const struct spellfix1_row *b = (const struct spellfix1_row*)B; in spellfix1RowCompare() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c443 #define testThreadInit(a) 0 argument
444 #define testThreadShutdown(a) argument
445 #define testThreadLaunch(a,b,c,d) 0 argument
446 #define testThreadWait(a,b) argument
447 #define testThreadSetHalt(a) argument
448 #define testThreadGetHalt(a) 0 argument
449 #define testThreadGetResult(a,b,c) 0 argument
450 #define testThreadSleep(a,b) 0 argument
452 static void testThreadSetResult(ThreadSet *a, int b, int c, char *d, ...){ in testThreadSetResult()
H A Dlsmtest_main.c19 static int lsm_memcmp(u8 *a, u8 *b, int c){ in lsm_memcmp()
1205 u32 a = testPrngValue(i); in do_writer_test() local
1206 u32 b = testPrngValue(a); in do_writer_test() local
1453 static int st_do_show(int a, char **b) { return do_show(a, b); } in st_do_show()
1454 static int st_do_work(int a, char **b) { return do_work(a, b); } in st_do_work()
1455 static int st_do_io(int a, char **b) { return do_io(a, b); } in st_do_io()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_varint.c25 u32 a,b; in sqlite3Fts5GetVarint32() local
103 u32 a,b,s; in sqlite3Fts5GetVarint() local
H A Dfts5Int.h289 #define fts5BufferAppendVarint(a,b,c) sqlite3Fts5BufferAppendVarint(a,b,(i64)c) argument
290 #define fts5BufferFree(a) sqlite3Fts5BufferFree(a) argument
291 #define fts5BufferAppendBlob(a,b,c,d) sqlite3Fts5BufferAppendBlob(a,b,c,d) argument
292 #define fts5BufferSet(a,b,c,d) sqlite3Fts5BufferSet(a,b,c,d) argument
309 const u8 *a; /* Position list to iterate through */ member
540 #define fts5GetVarint32(a,b) sqlite3Fts5GetVarint32(a,(u32*)&b) argument
543 #define fts5FastGetVarint32(a, iOff, nVal) { \ argument
H A Dfts5.h50 const unsigned char *a; member
51 const unsigned char *b; member
/sqlite-3.40.0/test/
H A Dthreadtest5.c185 int a, b, i; in worker() local
203 int a, b, i; in worker() local

123