Searched defs:zLeft (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c18676 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
18678 a = (unsigned char *)zLeft;
18683 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
18685 a = (unsigned char *)zLeft;
77114 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
77229 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
110781 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 225 milliseconds