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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c20840 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
20842 a = (unsigned char *)zLeft;
20847 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
20849 a = (unsigned char *)zLeft;
90125 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
90269 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
130690 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 344 milliseconds