P4_VDBEFUNC      57730 third_party/sqlite/amalgamation/sqlite3.c       case P4_VDBEFUNC: {
P4_VDBEFUNC      63694 third_party/sqlite/amalgamation/sqlite3.c   assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC );
P4_VDBEFUNC      63739 third_party/sqlite/amalgamation/sqlite3.c     pOp->p4type = P4_VDBEFUNC;
P4_VDBEFUNC      1368 third_party/sqlite/src/src/vdbe.c   assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC );
P4_VDBEFUNC      1413 third_party/sqlite/src/src/vdbe.c     pOp->p4type = P4_VDBEFUNC;
P4_VDBEFUNC       605 third_party/sqlite/src/src/vdbeaux.c       case P4_VDBEFUNC: {