Home
last modified time | relevance | path

Searched refs:matchOne (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp153 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { matchOne() function in GlobPattern
/freebsd/contrib/sqlite3/
H A Dsqlite3.c134597 u8 matchOne; /* "?" or "_" */ member
134675 u32 matchOne = pInfo->matchOne; /* "?" or "_" */ local
134686 || (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 );