Searched refs:OP_Variable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 8345 #define OP_Variable 12 macro 64510 case OP_Variable: { /* out2-prerelease */ 69951 {OP_Variable, 1, 1, 1}, /* 5: Push the rowid to the stack */ 75364 sqlite3VdbeAddOp2(v, OP_Variable, pExpr->iColumn, target);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 15366 #define OP_Variable 75 /* synopsis: r[P2]=parameter(P1,P4) */ macro 86429 case OP_Variable: { /* out2 */ 103453 sqlite3VdbeAddOp2(v, OP_Variable, pExpr->iColumn, target);
|