Lines Matching refs:P4_SUBPROGRAM
8482 SubProgram *pProgram; /* Used when p4type is P4_SUBPROGRAM */
8539 #define P4_SUBPROGRAM (-18) /* P4 is a pointer to a SubProgram structure */
59836 if( pRet->p4type==P4_SUBPROGRAM ){
60449 case P4_SUBPROGRAM: {
60691 ** initialized to a BLOB by the P4_SUBPROGRAM processing logic below */
60742 ** a P4_SUBPROGRAM argument), expand the size of the array of subprograms
60746 if( pOp->p4type==P4_SUBPROGRAM ){
70022 ** Execute the trigger program passed as P4 (type P4_SUBPROGRAM).
100294 sqlite3VdbeChangeP4(v, -1, (const char *)pPrg->pProgram, P4_SUBPROGRAM);