Lines Matching defs:isComplete
155758 int isComplete = 0; /* RHS of LIKE/GLOB ends with wildcard */156012 && isLikeOrGlob(pParse, pExpr, &pStr1, &isComplete, &noCase)156053 ** LIKE on all candidate expressions by clearing the isComplete flag156055 if( c=='A'-1 ) isComplete = 0;156078 if( isComplete ){