Home | History | Annotate | Download | only in dist

Lines Matching refs:matchAll

134366   u8 matchAll;          /* "*" or "%" */
134446 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
134451 if( c==matchAll ){ /* Match "*" */
134455 while( (c=Utf8Read(zPattern)) == matchAll
134663 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){
134666 if( escape==pInfo->matchAll ) pInfo->matchAll = 0;
136118 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );