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

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c2409 r1, r2, inReg, SQLITE_STOREP2);
2422 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ);
2667 r1, r2, r3, SQLITE_STOREP2);
2673 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);
H A DsqliteInt.h1185 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
H A Dvdbe.c1705 ** If the SQLITE_STOREP2 bit of P5 is set, then do not jump. Instead,
1779 if( pOp->p5 & SQLITE_STOREP2 ){
1811 if( pOp->p5 & SQLITE_STOREP2 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9530 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10852 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10852 #define SQLITE_STOREP2 0x10 /* Store result in reg[P2] rather than jump */ macro
[all...]

Completed in 4568 milliseconds