Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h81 #define OP_RowKey 80 macro
H A Dwhere.c856 sqliteVdbeAddOp(v, OP_RowKey, pLevel->iCur, 0); in sqliteWhereBegin()
1119 sqliteVdbeAddOp(v, OP_RowKey, pLevel->iCur, 0); in sqliteWhereBegin()
H A Dvdbe.c3052 case OP_RowKey: in sqliteVdbeExec()
3069 }else if( pC->keyAsData || pOp->opcode==OP_RowKey ){ in sqliteVdbeExec()
3084 if( pC->keyAsData || pOp->opcode==OP_RowKey ){ in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8383 #define OP_RowKey 59 macro
66881 case OP_RowKey:
66896 assert( u.bh.pC->isTable || pOp->opcode==OP_RowKey );
86840 sqlite3VdbeAddOp2(v, OP_RowKey, iSrc, regData);
92274 iStart = sqlite3VdbeAddOp2(v, OP_RowKey, tab1, r1);

Completed in 277 milliseconds