Searched refs:OP_Noop (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3707 pLevel->op = OP_Noop;
3711 int testOp = OP_Noop;
3778 if( testOp!=OP_Noop ){
3828 OP_Noop, /* 0: (!end_constraints) */
3981 testcase( op==OP_Noop );
3984 if( op!=OP_Noop ){
4016 pLevel->op = OP_Noop;
4878 if( pLevel->op!=OP_Noop ){
H A Dvdbeaux.c672 pOp->opcode = OP_Noop;
793 sqlite3VdbeAddOp0(p, OP_Noop);
H A Dvdbe.c5877 default: { /* This is really OP_Noop and OP_Explain */
5878 assert( pOp->opcode==OP_Noop || pOp->opcode==OP_Explain );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8176 #define OP_Noop 137 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9411 #define OP_Noop 157 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9411 #define OP_Noop 157 macro
[all...]

Completed in 432 milliseconds