Home
last modified time | relevance | path

Searched refs:matchAll (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dfunc.c620 u8 matchAll; /* "*" or "%" */ member
700 u32 matchAll = pInfo->matchAll; /* "*" or "%" */ in patternCompare() local
705 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()