Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c15320 #define OP_RowCell 127 macro
92043 case OP_RowCell: {
127062 sqlite3VdbeAddOp3(v, OP_RowCell, iDest, iSrc, regRowid);
127113 sqlite3VdbeAddOp2(v, OP_RowCell, iDest, iSrc);