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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c34957 sqlite3_stricmp(const char *zLeft, const char *zRight) argument
34965 sqlite3StrICmp(const char *zLeft, const char *zRight) argument
34984 sqlite3_strnicmp(const char *zLeft, const char *zRight, int N) argument
138152 char *zRight = 0; /* Nul-terminated UTF-8 string <value>, or NULL */ local
205754 jsonLabelCompareEscaped( const char *zLeft, u32 nLeft, int rawLeft, const char *zRight, u32 nRight, int rawRight ) argument
205810 jsonLabelCompare( const char *zLeft, u32 nLeft, int rawLeft, const char *zRight, u32 nRight, int rawRight ) argument
[all...]

Completed in 1154 milliseconds