Searched refs:OP_Function (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | opcodes.h | 21 #define OP_Function 20 macro
|
H A D | expr.c | 1159 sqliteVdbeOp3(v, OP_Function, nExpr, 0, (char*)pDef, P3_POINTER); in sqliteExprCode()
|
H A D | vdbe.c | 1087 case OP_Function: { in sqliteVdbeExec()
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 8322 #define OP_Function 18 macro 57970 if( opcode==OP_Function || opcode==OP_AggStep ){ 64111 case OP_Function: { 73838 sqlite3VdbeAddOp4(v, OP_Function, constMask, r1, target, 76883 sqlite3VdbeAddOp3(v, OP_Function, 0, regArgs+3-pFunc->nArg, regArgs+3);
|
Completed in 259 milliseconds