Searched defs:zB (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | uint.c | 46 const unsigned char *zB = (const unsigned char*)pKey2; in uintCollFunc() local
|
| H A D | rot13.c | 87 const char *zB = (const char*)pKey2; in rot13CollFunc() local
|
| H A D | dbdump.c | 301 const char *zA, const char *zB, /* Try these first */ in unused_string()
|
| H A D | decimal.c | 419 const unsigned char *zB = (const unsigned char*)pKey2; in decimalCollFunc() local
|
| H A D | spellfix.c | 362 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 D | zipfile.c | 1450 static int zipfileComparePath(const char *zA, const char *zB, int nB){ in zipfileComparePath()
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 216 const unsigned char *zB = sqlite3_value_text(argv[1]); in icuLikeFunc() local
|
| /sqlite-3.40.0/src/ |
| H A D | func.c | 876 const unsigned char *zA, *zB; in likeFunc() local
|
| H A D | tclsqlite.c | 921 const void *zB in tclSqlCollate()
|
| H A D | test1.c | 2980 int nB, const void *zB in test_collate_func() 3094 int nB, const void *zB in test_utf16bin_collate_func()
|
| H A D | shell.c.in | 1562 const char *zA, const char *zB, /* Try these first */
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 734 const char *zA, const char *zB, /* Try these first */ in recoverUnusedString()
|