Home | History | Annotate | Download | only in orig

Lines Matching defs:MATCH_ALL

171413   static const uint32_t MATCH_ALL = (uint32_t)'%';
171431 if( !prevEscape && uPattern==MATCH_ALL ){
171435 /* Skip any MATCH_ALL or MATCH_ONE characters that follow a
171436 ** MATCH_ALL. For each MATCH_ONE, skip one character in the
171439 while( (c=*zPattern) == MATCH_ALL || c == MATCH_ONE ){