Searched refs:noCase (Results 1 – 2 of 2) sorted by relevance
6870 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile() argument6881 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()6915 if( pRe->aOp[0]==RE_OP_ANYSTAR && !noCase ){ in re_compile()
128556 u8 noCase; /* true to ignore case differences */128634 u8 noCase = pInfo->noCase; /* True if uppercase==lowercase */128679 if( noCase ){128745 if( noCase && sqlite3Tolower(c)==sqlite3Tolower(c2) && c<0x80 && c2<0x80 ){160019 int noCase = 0; /* uppercase equivalent to lowercase */160272 && isLikeOrGlob(pParse, pExpr, &pStr1, &isComplete, &noCase)160294 if( noCase && !pParse->db->mallocFailed ){160308 if( noCase ){160320 zCollSeqName = noCase ? "NOCASE" : sqlite3StrBINARY;