Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Function

9255 #define OP_Function        1 /* synopsis: r[P3]=func(r[P2@P5])             */
14106 int iOp; /* Instruction number of OP_Function opcode */
14132 int iOp; /* Instruction number of OP_Function */
62672 ** to an OP_Function, OP_AggStep or OP_VFilter opcode. This is used by
62691 case OP_Function:
64868 ** function invoked by the OP_Function opcode at instruction iOp of
69526 case OP_Function: {
81113 sqlite3VdbeAddOp4(v, OP_Function, constMask, r1, target,
84372 sqlite3VdbeAddOp3(v, OP_Function, 0, regStat4, regOut);
84527 sqlite3VdbeAddOp3(v, OP_Function, 0, regStat4+1, regStat4);
84623 sqlite3VdbeAddOp3(v, OP_Function, 1, regStat4, regTemp);
85636 sqlite3VdbeAddOp3(v, OP_Function, 0, regArgs+3-pFunc->nArg, regArgs+3);