Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17178 #define OP_RowCell 129 macro
100130 case OP_RowCell: {
138119 sqlite3VdbeAddOp3(v, OP_RowCell, iDest, iSrc, regRowid);
138170 sqlite3VdbeAddOp2(v, OP_RowCell, iDest, iSrc);