Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h21 #define OP_Function 20 macro
H A Dexpr.c1159 sqliteVdbeOp3(v, OP_Function, nExpr, 0, (char*)pDef, P3_POINTER); in sqliteExprCode()
H A Dvdbe.c1087 case OP_Function: { in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8322 #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 304 milliseconds