Searched defs:zLeft (Results 1 – 1 of 1) sorted by relevance
36796 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ in sqlite3_stricmp()36804 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ in sqlite3StrICmp()36823 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ in sqlite3_strnicmp()145221 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local171224 char zLeft[50]; local215551 const char *zLeft, /* The left label */215607 const char *zLeft, /* The left label */225242 const void *zLeft,