Home
last modified time | relevance | path

Searched defs:zB (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Duint.c46 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc() local
H A Drot13.c87 const char *zB = (const char*)pKey2; in rot13CollFunc() local
H A Ddbdump.c301 const char *zA, const char *zB, /* Try these first */ in unused_string()
H A Ddecimal.c419 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc() local
H A Dspellfix.c362 static int editdist1(const char *zA, const char *zB, int *pnMatch){ in editdist1()
1184 const char *zB = (const char*)sqlite3_value_text(argv[1]); in editDist3SqlFunc() local
H A Dzipfile.c1450 static int zipfileComparePath(const char *zA, const char *zB, int nB){ in zipfileComparePath()
/sqlite-3.40.0/ext/icu/
H A Dicu.c216 const unsigned char *zB = sqlite3_value_text(argv[1]); in icuLikeFunc() local
/sqlite-3.40.0/src/
H A Dfunc.c876 const unsigned char *zA, *zB; in likeFunc() local
H A Dtclsqlite.c921 const void *zB in tclSqlCollate()
H A Dtest1.c2980 int nB, const void *zB in test_collate_func()
3094 int nB, const void *zB in test_utf16bin_collate_func()
H A Dshell.c.in1562 const char *zA, const char *zB, /* Try these first */
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c734 const char *zA, const char *zB, /* Try these first */ in recoverUnusedString()