Searched refs:noCase (Results 1 – 2 of 2) sorted by relevance
7723 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile() argument7734 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()7768 if( pRe->aOp[0]==RE_OP_ANYSTAR && !noCase ){ in re_compile()
131038 u8 noCase; /* true to ignore case differences */131116 u8 noCase = pInfo->noCase; /* True if uppercase==lowercase */131161 if( noCase ){131227 if( noCase && sqlite3Tolower(c)==sqlite3Tolower(c2) && c<0x80 && c2<0x80 ){163658 int noCase = 0; /* uppercase equivalent to lowercase */163911 && isLikeOrGlob(pParse, pExpr, &pStr1, &isComplete, &noCase)163933 if( noCase && !pParse->db->mallocFailed ){163946 if( noCase ){163965 zCollSeqName = noCase ? "NOCASE" : sqlite3StrBINARY;