Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16635 #define OP_Function 66 /* synopsis: r[P3]=func(r[P2@NP]) */ macro
84835 addr = sqlite3VdbeAddOp4(v, eCallCtx ? OP_PureFunc : OP_Function,
85160 || opcode==OP_Function || opcode==OP_PureFunc
101222 case OP_Function: { /* group */