Searched refs:matchOne (Results 1 – 2 of 2) sorted by relevance
153 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { matchOne() function in GlobPattern
134380 u8 matchOne; /* "?" or "_" */ member134458 u32 matchOne = pInfo->matchOne; /* "?" or "_" */ local134469 || (c == matchOne && matchOne!=0) ){134470 if( c==matchOne && sqlite3Utf8Read(&zString)==0 ){134574 if( c==matchOne && zPattern!=zEscaped && c2!=0 ) continue;134676 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){134680 if( escape==pInfo->matchOne ) pInfo->matchOne = 0;136132 assert( &((char*)&likeInfoAlt)[1] == (char*)&likeInfoAlt.matchOne );