Home | History | Annotate | Download | only in dist

Lines Matching defs:matchAll

86661   u8 matchAll;
86726 u8 matchAll = pInfo->matchAll;
86732 if( !prevEscape && c==matchAll ){
86733 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll
87668 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );