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
134597 u8 matchOne; /* "?" or "_" */ member134675 u32 matchOne = pInfo->matchOne; /* "?" or "_" */ local134686 || (c == matchOne && matchOne!=0) ){134687 if( c==matchOne && sqlite3Utf8Read(&zString)==0 ){134791 if( c==matchOne && zPattern!=zEscaped && c2!=0 ) continue;134893 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){134897 if( escape==pInfo->matchOne ) pInfo->matchOne = 0;136354 assert( &((char*)&likeInfoAlt)[1] == (char*)&likeInfoAlt.matchOne );