Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h128 #define P4_FUNCCTX (-15) /* P4 is a pointer to an sqlite3_context object */ macro
H A Dvdbeaux.c389 p1, p2, p3, (char*)pCtx, P4_FUNCCTX); in sqlite3VdbeAddFunctionCall()
1233 case P4_FUNCCTX: { in freeP4()
1635 if( pOp->p4type!=P4_FUNCCTX || pCtx->argc==1 ){ in sqlite3VdbeDisplayComment()
1791 case P4_FUNCCTX: { in sqlite3VdbeDisplayP4()
H A Dvdbe.c7477 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec()
7492 assert( pOp->p4type==P4_FUNCCTX ); in sqlite3VdbeExec()
8399 assert( pOp->p4type==P4_FUNCCTX ); in sqlite3VdbeExec()