Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8357 #define OP_Function 18 macro
58727 if( opcode==OP_Function || opcode==OP_AggStep ){
64884 case OP_Function: {
75634 sqlite3VdbeAddOp4(v, OP_Function, constMask, r1, target,
78679 sqlite3VdbeAddOp3(v, OP_Function, 0, regArgs+3-pFunc->nArg, regArgs+3);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c15355 #define OP_Function 64 /* synopsis: r[P3]=func(r[P2@NP]) */ macro
77914 addr = sqlite3VdbeAddOp4(v, eCallCtx ? OP_PureFunc : OP_Function,
92775 case OP_Function: { /* group */