Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DGlobPattern.cpp150 return matchOne(Tokens, S); in match()
154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
167 if (matchOne(Pats, S.substr(I))) in matchOne()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DGlobPattern.h45 bool matchOne(ArrayRef<BitVector> Pat, StringRef S) const;
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c84548 u8 matchOne;
84611 u8 matchOne = pInfo->matchOne;
84620 || c == matchOne ){
84621 if( c==matchOne && sqlite3Utf8Read(zString, &zString)==0 ){
84657 }else if( !prevEscape && c==matchOne ){
85552 assert( &((char*)&likeInfoAlt)[1] == (char*)&likeInfoAlt.matchOne );
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c128005 u8 matchOne; /* "?" or "_" */
128083 u32 matchOne = pInfo->matchOne; /* "?" or "_" */
128094 || (c == matchOne && matchOne!=0) ){
128095 if( c==matchOne && sqlite3Utf8Read(&zString)==0 ){
128199 if( c==matchOne && zPattern!=zEscaped && c2!=0 ) continue;
128301 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){
128305 if( escape==pInfo->matchOne ) pInfo->matchOne = 0;
129648 assert( &((char*)&likeInfoAlt)[1] == (char*)&likeInfoAlt.matchOne );