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

Completed in 501 milliseconds