Searched refs:UNPACKED_INCRKEY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c3350 ** r.flags = UNPACKED_INCRKEY;
3355 r.flags = (u16)(UNPACKED_INCRKEY * (1 & (oc - OP_SeekLt)));
3356 assert( oc!=OP_SeekGt || r.flags==UNPACKED_INCRKEY );
3357 assert( oc!=OP_SeekLe || r.flags==UNPACKED_INCRKEY );
4464 r.flags = UNPACKED_INCRKEY | UNPACKED_IGNORE_ROWID;
H A DsqliteInt.h1440 #define UNPACKED_INCRKEY 0x0008 /* Make this key an epsilon larger */ macro
H A Dvdbeaux.c2895 ** longer key. However if the UNPACKED_INCRKEY flags in pPKey2 is set
2992 ** all the fields up to that point were equal. If the UNPACKED_INCRKEY
3000 if( pPKey2->flags & UNPACKED_INCRKEY ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9785 #define UNPACKED_INCRKEY 0x0008 /* Make this key an epsilon larger */ macro
[all...]

Completed in 2530 milliseconds