Home | History | Annotate | Download | only in orig

Lines Matching defs:matchAll

86625   u8 matchAll;
86690 u8 matchAll = pInfo->matchAll;
86696 if( !prevEscape && c==matchAll ){
86697 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll
87632 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );