Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OP_Function

8060 #define OP_Function                            18
57525 ** to an OP_Function, OP_AggStep or OP_VFilter opcode. This is used by
57540 if( opcode==OP_Function || opcode==OP_AggStep ){
63667 case OP_Function: {
73351 sqlite3VdbeAddOp4(v, OP_Function, constMask, r1, target,
76382 sqlite3VdbeAddOp3(v, OP_Function, 0, regArgs+3-pFunc->nArg, regArgs+3);