Lines Matching refs:UNPACKED_IGNORE_ROWID
9568 #define UNPACKED_IGNORE_ROWID 0x0004 /* Ignore trailing rowid on key1 */
58167 ** If the UNPACKED_IGNORE_ROWID flag is set, then the last byte of
58207 if( pPKey2->flags & UNPACKED_IGNORE_ROWID ){
58389 assert( pUnpacked->flags & UNPACKED_IGNORE_ROWID );
64927 u.bq.r.flags = UNPACKED_INCRKEY | UNPACKED_IGNORE_ROWID;
64929 u.bq.r.flags = UNPACKED_IGNORE_ROWID;