Searched refs:constMask (Results 1 – 1 of 1) sorted by relevance
105638 u32 constMask; local105642 constMask = pOp->p3;105644 if( i>=32 || (constMask & MASKBIT32(i))==0 ){117978 u32 constMask = 0; /* Mask of function arguments that are constant */ local118025 constMask |= MASKBIT32(i);118032 if( constMask ){118088 sqlite3VdbeAddFunctionCall(pParse, constMask, r1, target, nFarg,118091 if( constMask==0 ){118094 sqlite3VdbeReleaseRegisters(pParse, r1, nFarg, constMask, 1);