Searched refs:zLeft (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
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...]
/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
127933 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
150090 char zLeft[50]; local
150097 sqlite3_snprintf(sizeof(zLeft),zLeft,"left={%d:%d}", local
150100 sqlite3_snprintf(sizeof(zLeft),zLeft,"indexable=0x%llx", local
150103 sqlite3_snprintf(sizeof(zLeft),zLeft,"left=%d", pTerm->leftCursor); local
197987 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 802 milliseconds