Searched refs:constMask (Results 1 – 1 of 1) sorted by relevance
105796 u32 constMask; local105800 constMask = pOp->p3;105802 if( i>=32 || (constMask & MASKBIT32(i))==0 ){118174 u32 constMask = 0; /* Mask of function arguments that are constant */ local118221 constMask |= MASKBIT32(i);118228 if( constMask ){118284 sqlite3VdbeAddFunctionCall(pParse, constMask, r1, target, nFarg,118287 if( constMask==0 ){118290 sqlite3VdbeReleaseRegisters(pParse, r1, nFarg, constMask, 1);