Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 70) sorted by relevance

123

/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()
148 unsigned b, in wrPCacheRekey()
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()
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_vdbecov.c84 u8 b = aBranchArray[i]; in test_vdbe_coverage() local
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()
H A Dwhereexpr.c689 Bitmask b = 0; in exprAnalyzeOrTerm() local
716 Bitmask b; in exprAnalyzeOrTerm() local
H A Dtest_md5.c95 register uint32 a, b, c, d; in MD5Transform() local
/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
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
540 #define fts5GetVarint32(a,b) sqlite3Fts5GetVarint32(a,(u32*)&b) argument
H A Dfts5.h51 const unsigned char *b; member
/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()
H A Dmkpragmatab.tcl521 proc colscmp {a b} {
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 Dlemon.c1008 int same_symbol(struct symbol *a, struct symbol *b) in same_symbol()
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
5584 const struct config *b = (struct config *) _b; in Configcmp() local
5592 PRIVATE int statecmp(struct config *a, struct config *b) in statecmp()
/sqlite-3.40.0/ext/misc/
H A Dpercentile.c92 static int sameValue(double a, double b){ in sameValue()
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
H A Dcsv.c451 int b; in csv_boolean_parameter() local
501 int b; /* Value of a boolean parameter */ in csvtabConnect() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c445 #define testThreadLaunch(a,b,c,d) 0 argument
446 #define testThreadWait(a,b) 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()
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/test/
H A Dthreadtest5.c185 int a, b, i; in worker() local
203 int a, b, i; in worker() local
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js283 const bigIntFits64 = function f(b){ argument
295 const bigIntFits32 = (b)=>(b >= (-0x7fffffffn - 1n) && b <= 0x7fffffffn); argument
301 const bigIntFitsDouble = function f(b){ argument
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5_common.tcl379 proc NOT {a b} {
457 proc fts5_collist_elem_compare {a b} {
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c395 #define CLEAR(b) memset(b, '\0', sizeof(*(b))) argument
398 # define SCRAMBLE(b) memset(b, 0x55, sizeof(*(b))) argument
400 # define SCRAMBLE(b) argument
522 DataBuffer b; /* Includes null terminator. */ member
752 DataBuffer *b; member
759 static void dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b){ in dlwInit()
1056 DataBuffer b; member
1069 static void dlcAddDoclist(DLCollector *pCollector, DataBuffer *b){ in dlcAddDoclist()
4253 InteriorBlock *b = block; in interiorWriterDestroy() local
5766 const TermData *b = (const TermData *)bv; in termDataCmp() local

123