Searched refs:OP_Variable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| 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-stable/contrib/sqlite3/ |
| D | sqlite3.c | 16507 #define OP_Variable 78 /* synopsis: r[P2]=parameter(P1,P4) */ macro 93660 case OP_Variable: { /* out2 */ 112489 sqlite3VdbeAddOp2(v, OP_Variable, pExpr->iColumn, target);
|