Lines Matching defs:matchAll
125336 u8 matchAll; /* "*" or "%" */
125416 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
125421 if( c==matchAll ){ /* Match "*" */
125425 while( (c=Utf8Read(zPattern)) == matchAll
125633 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){
125636 if( escape==pInfo->matchAll ) pInfo->matchAll = 0;
126720 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );