Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16698 #define OP_RowCell 129 macro
98353 case OP_RowCell: {
135220 sqlite3VdbeAddOp3(v, OP_RowCell, iDest, iSrc, regRowid);
135271 sqlite3VdbeAddOp2(v, OP_RowCell, iDest, iSrc);