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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c20840 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
20847 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c31775 sqlite3_stricmp(const char *zLeft, const char *zRight) argument
31783 sqlite3StrICmp(const char *zLeft, const char *zRight) argument
31802 sqlite3_strnicmp(const char *zLeft, const char *zRight, int N) argument
127934 char *zRight = 0; /* Nul-terminated UTF-8 string <value>, or NULL */ local
[all...]

Completed in 1029 milliseconds