Home
last modified time | relevance | path

Searched refs:P4_VDBEFUNC (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c8275 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */ macro
58920 case P4_VDBEFUNC: {
64911 assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC );
64949 pOp->p4type = P4_VDBEFUNC;