Searched refs:OP_RowKey (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | opcodes.h | 81 #define OP_RowKey 80 macro
|
H A D | where.c | 856 sqliteVdbeAddOp(v, OP_RowKey, pLevel->iCur, 0); in sqliteWhereBegin() 1119 sqliteVdbeAddOp(v, OP_RowKey, pLevel->iCur, 0); in sqliteWhereBegin()
|
H A D | vdbe.c | 3052 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 D | sqlite3.c | 8383 #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 263 milliseconds