Home | History | Annotate | Download | only in dist

Lines Matching refs:P4_VDBEFUNC

7729     VdbeFunc *pVdbeFunc;   /* Used when p4type is P4_VDBEFUNC */
7781 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
55913 case P4_VDBEFUNC: {
61798 assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC );
61843 pOp->p4type = P4_VDBEFUNC;