Home | History | Annotate | Download | only in dist

Lines Matching refs:P4_SUBPROGRAM

7728     SubProgram *pProgram;  /* Used when p4type is P4_SUBPROGRAM */
7783 #define P4_SUBPROGRAM (-18) /* P4 is a pointer to a SubProgram structure */
55623 if( pRet->p4type==P4_SUBPROGRAM ){
56235 case P4_SUBPROGRAM: {
56413 ** initialized to a BLOB by the P4_SUBPROGRAM processing logic below */
56464 ** a P4_SUBPROGRAM argument), expand the size of the array of subprograms
56468 if( pOp->p4type==P4_SUBPROGRAM ){
65382 ** Execute the trigger program passed as P4 (type P4_SUBPROGRAM).
93418 sqlite3VdbeChangeP4(v, -1, (const char *)pPrg->pProgram, P4_SUBPROGRAM);