Searched refs:zRight (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c20840 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
20843 b = (unsigned char *)zRight;
20847 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
20850 b = (unsigned char *)zRight;
90125 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
90270 char *zRight = 0; /* Nul-terminated UTF-8 string <value>, or NULL */ local
[all...]

Completed in 351 milliseconds