Lines Matching defs:noCase
125339 u8 noCase; /* true to ignore case differences */
125417 u8 noCase = pInfo->noCase; /* True if uppercase==lowercase */
125462 if( noCase ){
125528 if( noCase && sqlite3Tolower(c)==sqlite3Tolower(c2) && c<0x80 && c2<0x80 ){
155759 int noCase = 0; /* uppercase equivalent to lowercase */
156012 && isLikeOrGlob(pParse, pExpr, &pStr1, &isComplete, &noCase)
156034 if( noCase && !pParse->db->mallocFailed ){
156048 if( noCase ){
156060 zCollSeqName = noCase ? "NOCASE" : sqlite3StrBINARY;