Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Duint.c45 const unsigned char *zA = (const unsigned char*)pKey1; in uintCollFunc() local
H A Drot13.c86 const char *zA = (const char*)pKey1; in rot13CollFunc() local
H A Ddbdump.c301 const char *zA, const char *zB, /* Try these first */ in unused_string()
H A Ddecimal.c418 const unsigned char *zA = (const unsigned char*)pKey1; in decimalCollFunc() local
H A Dspellfix.c362 static int editdist1(const char *zA, const char *zB, int *pnMatch){ in editdist1()
1183 const char *zA = (const char*)sqlite3_value_text(argv[0]); 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.c215 const unsigned char *zA = sqlite3_value_text(argv[0]); in icuLikeFunc() local
/sqlite-3.40.0/src/
H A Dfunc.c876 const unsigned char *zA, *zB; in likeFunc() local
H A Dtest1.c109 int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb){ in getDbPointer()
125 int getWin32Handle(Tcl_Interp *interp, const char *zA, LPHANDLE phFile){ in getWin32Handle()
2979 int nA, const void *zA, in test_collate_func()
3093 int nA, const void *zA, in test_utf16bin_collate_func()
H A Dtclsqlite.c919 const void *zA, in tclSqlCollate()
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()