Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c21864 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ in sqlite3_stricmp() argument
21866 a = (unsigned char *)zLeft; in sqlite3_stricmp()
21871 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ in sqlite3_strnicmp() argument
21873 a = (unsigned char *)zLeft; in sqlite3_strnicmp()
97018 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
97047 zLeft = sqlite3NameFromToken(db, pId);
97048 if( !zLeft ) return;
97057 if( sqlite3AuthCheck(pParse, SQLITE_PRAGMA, zLeft, zRight, zDb) ){
97066 aFcntl[1] = zLeft;
97097 rc = sqlite3_stricmp(zLeft, aPragmaNames[mid].zName);
[all …]