Searched refs:matchAll (Results 1 – 1 of 1) sorted by relevance
620 u8 matchAll; /* "*" or "%" */ member700 u32 matchAll = pInfo->matchAll; /* "*" or "%" */ in patternCompare() local705 if( c==matchAll ){ /* Match "*" */ in patternCompare()709 while( (c=Utf8Read(zPattern)) == matchAll in patternCompare()917 if( escape==pInfo->matchAll || escape==pInfo->matchOne ){ in likeFunc()920 if( escape==pInfo->matchAll ) pInfo->matchAll = 0; in likeFunc()1994 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll ); in sqlite3IsLikeFunction()