****** ['#define WT_READ_CACHE 0x0001u\n', '#define WT_READ_IGNORE_CACHE_SIZE 0x0002u\n', '#define WT_READ_NOTFOUND_OK 0x0004u\n', '#define WT_READ_NO_GEN 0x0008u\n', '#define WT_READ_NO_SPLIT 0x0010u\n', '#define WT_READ_NO_WAIT 0x0020u\n', '#define WT_READ_PREV 0x0040u\n', '#define WT_READ_RESTART_OK 0x0080u\n', '#define WT_READ_SKIP_DELETED 0x0100u\n', '#define WT_READ_SKIP_INTL 0x0200u\n', '#define WT_READ_TRUNCATE 0x0400u\n', '#define WT_READ_VISIBLE_ALL 0x0800u\n', '#define WT_READ_WONT_NEED 0x1000u\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_REC_APP_EVICTION_SNAPSHOT 0x001u\n', '#define WT_REC_CALL_URGENT 0x002u\n', '#define WT_REC_CHECKPOINT 0x004u\n', '#define WT_REC_CHECKPOINT_RUNNING 0x008u\n', '#define WT_REC_CLEAN_AFTER_REC 0x010u\n', '#define WT_REC_EVICT 0x020u\n', '#define WT_REC_HS 0x040u\n', '#define WT_REC_IN_MEMORY 0x080u\n', '#define WT_REC_SCRUB 0x100u\n', '#define WT_REC_VISIBILITY_ERR 0x200u\n', '#define WT_REC_VISIBLE_ALL 0x400u\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_OVFL_REUSE_INUSE 0x1u\n', '#define WT_OVFL_REUSE_JUST_ADDED 0x2u\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_PAGE_BUILD_KEYS 0x001u /* Keys have been built in memory */\n', '#define WT_PAGE_COMPACTION_WRITE 0x002u /* Writing the page for compaction */\n', '#define WT_PAGE_DISK_ALLOC 0x004u /* Disk image in allocated memory */\n', '#define WT_PAGE_DISK_MAPPED 0x008u /* Disk image in mapped memory */\n', '#define WT_PAGE_EVICT_LRU 0x010u /* Page is on the LRU queue */\n', "#define WT_PAGE_EVICT_NO_PROGRESS 0x020u /* Eviction doesn't count as progress */\n", '#define WT_PAGE_INTL_OVERFLOW_KEYS 0x040u /* Internal page has overflow keys (historic only) */\n', '#define WT_PAGE_SPLIT_INSERT 0x080u /* A leaf page was split for append */\n', '#define WT_PAGE_UPDATE_IGNORE 0x100u /* Ignore updates on page discard */\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_REF_FLAG_INTERNAL 0x1u /* Page is an internal page */\n', '#define WT_REF_FLAG_LEAF 0x2u /* Page is a leaf page */\n', '#define WT_REF_FLAG_READING 0x4u /* Page is being read in */\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_UPDATE_DS 0x01u /* Update has been written to the data store. */\n', '#define WT_UPDATE_HS 0x02u /* Update has been written to history store. */\n', '#define WT_UPDATE_PREPARE_RESTORED_FROM_DS 0x04u /* Prepared update restored from data store. */\n', '#define WT_UPDATE_RESTORED_FAST_TRUNCATE 0x08u /* Fast truncate instantiation */\n', '#define WT_UPDATE_RESTORED_FROM_DS 0x10u /* Update restored from data store. */\n', '#define WT_UPDATE_RESTORED_FROM_HS 0x20u /* Update restored from history store. */\n', '#define WT_UPDATE_TO_DELETE_FROM_HS 0x40u /* Update needs to be deleted from history store */\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_VRFY_DISK_CONTINUE_ON_FAILURE 0x1u\n', '#define WT_VRFY_DISK_EMPTY_PAGE_OK 0x2u\n'] spaces in ../src/include/btmem.h no tabs in ../src/include/btmem.h ****** ****** ['#define WT_BTREE_ALTER 0x0001000u /* Handle is for alter */\n', '#define WT_BTREE_BULK 0x0002000u /* Bulk-load handle */\n', '#define WT_BTREE_CLOSED 0x0004000u /* Handle closed */\n', '#define WT_BTREE_IGNORE_CACHE 0x0008000u /* Cache-resident object */\n', '#define WT_BTREE_IN_MEMORY 0x0010000u /* Cache-resident object */\n', '#define WT_BTREE_LOGGED 0x0020000u /* Commit-level durability without timestamps */\n', '#define WT_BTREE_NO_CHECKPOINT 0x0040000u /* Disable checkpoints */\n', '#define WT_BTREE_OBSOLETE_PAGES 0x0080000u /* Handle has obsolete pages */\n', '#define WT_BTREE_READONLY 0x0100000u /* Handle is readonly */\n', '#define WT_BTREE_SALVAGE 0x0200000u /* Handle is for salvage */\n', '#define WT_BTREE_SKIP_CKPT 0x0400000u /* Handle skipped checkpoint */\n', '#define WT_BTREE_UPGRADE 0x0800000u /* Handle is for upgrade */\n', '#define WT_BTREE_VERIFY 0x1000000u /* Handle is for verify */\n'] spaces in ../src/include/btree.h no tabs in ../src/include/btree.h ****** ****** ['#define WT_CACHE_POOL_MANAGER 0x1u /* The active cache pool manager */\n', '#define WT_CACHE_POOL_RUN 0x2u /* Cache pool thread running */\n'] spaces in ../src/include/cache.h no tabs in ../src/include/cache.h ****** ****** ['#define WT_CACHE_EVICT_CLEAN 0x001u /* Evict clean pages */\n', '#define WT_CACHE_EVICT_CLEAN_HARD 0x002u /* Clean % blocking app threads */\n', '#define WT_CACHE_EVICT_DEBUG_MODE 0x004u /* Aggressive debugging mode */\n', '#define WT_CACHE_EVICT_DIRTY 0x008u /* Evict dirty pages */\n', '#define WT_CACHE_EVICT_DIRTY_HARD 0x010u /* Dirty % blocking app threads */\n', "#define WT_CACHE_EVICT_NOKEEP 0x020u /* Don't add read pages to cache */\n", '#define WT_CACHE_EVICT_SCRUB 0x040u /* Scrub dirty pages */\n', '#define WT_CACHE_EVICT_UPDATES 0x080u /* Evict pages with updates */\n', '#define WT_CACHE_EVICT_UPDATES_HARD 0x100u /* Update % blocking app threads */\n', '#define WT_CACHE_EVICT_URGENT 0x200u /* Pages are in the urgent queue */\n'] spaces in ../src/include/cache.h no tabs in ../src/include/cache.h ****** ****** ['#define WT_CACHE_POOL_ACTIVE 0x1u /* Cache pool is active */\n'] spaces in ../src/include/cache.h no tabs in ../src/include/cache.h ****** ****** ['#define WT_EVICT_CALL_CLOSING 0x1u /* Closing connection or tree */\n', '#define WT_EVICT_CALL_NO_SPLIT 0x2u /* Splits not allowed */\n', '#define WT_EVICT_CALL_URGENT 0x4u /* Urgent eviction */\n'] spaces in ../src/include/cache.h no tabs in ../src/include/cache.h ****** ****** ['#define WT_CELL_UNPACK_OVERFLOW 0x1u /* cell is an overflow */\n', '#define WT_CELL_UNPACK_TIME_WINDOW_CLEARED 0x2u /* time window cleared because of restart */\n'] spaces in ../src/include/cell.h no tabs in ../src/include/cell.h ****** ****** ['#define WT_BUCKET_FREE 0x1u\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_CONN_LOG_CONFIG_ENABLED 0x001u /* Logging is configured */\n', '#define WT_CONN_LOG_DEBUG_MODE 0x002u /* Debug-mode logging enabled */\n', '#define WT_CONN_LOG_DOWNGRADED 0x004u /* Running older version */\n', '#define WT_CONN_LOG_ENABLED 0x008u /* Logging is enabled */\n', '#define WT_CONN_LOG_EXISTED 0x010u /* Log files found */\n', '#define WT_CONN_LOG_FORCE_DOWNGRADE 0x020u /* Force downgrade */\n', '#define WT_CONN_LOG_RECOVER_DIRTY 0x040u /* Recovering unclean */\n', '#define WT_CONN_LOG_RECOVER_DONE 0x080u /* Recovery completed */\n', '#define WT_CONN_LOG_RECOVER_ERR 0x100u /* Error if recovery required */\n', '#define WT_CONN_LOG_RECOVER_FAILED 0x200u /* Recovery failed */\n', '#define WT_CONN_LOG_REMOVE 0x400u /* Removal is enabled */\n', '#define WT_CONN_LOG_ZERO_FILL 0x800u /* Manually zero files */\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_DIRECT_IO_CHECKPOINT 0x1u /* Checkpoints */\n', '#define WT_DIRECT_IO_DATA 0x2u /* Data files */\n', '#define WT_DIRECT_IO_LOG 0x4u /* Log files */\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_CONN_DEBUG_CKPT_RETAIN 0x01u\n', '#define WT_CONN_DEBUG_CORRUPTION_ABORT 0x02u\n', '#define WT_CONN_DEBUG_CURSOR_COPY 0x04u\n', '#define WT_CONN_DEBUG_CURSOR_REPOSITION 0x08u\n', '#define WT_CONN_DEBUG_REALLOC_EXACT 0x10u\n', '#define WT_CONN_DEBUG_REALLOC_MALLOC 0x20u\n', '#define WT_CONN_DEBUG_SLOW_CKPT 0x40u\n', '#define WT_CONN_DEBUG_UPDATE_RESTORE_EVICT 0x80u\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_JSON_OUTPUT_ERROR 0x1u\n', '#define WT_JSON_OUTPUT_MESSAGE 0x2u\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_TIMING_STRESS_AGGRESSIVE_SWEEP 0x000001u\n', '#define WT_TIMING_STRESS_BACKUP_RENAME 0x000002u\n', '#define WT_TIMING_STRESS_CHECKPOINT_EVICT_PAGE 0x000004u\n', '#define WT_TIMING_STRESS_CHECKPOINT_SLOW 0x000008u\n', '#define WT_TIMING_STRESS_CHECKPOINT_STOP 0x000010u\n', '#define WT_TIMING_STRESS_COMPACT_SLOW 0x000020u\n', '#define WT_TIMING_STRESS_EVICT_REPOSITION 0x000040u\n', '#define WT_TIMING_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION 0x000080u\n', '#define WT_TIMING_STRESS_FAILPOINT_HISTORY_STORE_DELETE_KEY_FROM_TS 0x000100u\n', '#define WT_TIMING_STRESS_HS_CHECKPOINT_DELAY 0x000200u\n', '#define WT_TIMING_STRESS_HS_SEARCH 0x000400u\n', '#define WT_TIMING_STRESS_HS_SWEEP 0x000800u\n', '#define WT_TIMING_STRESS_PREPARE_CHECKPOINT_DELAY 0x001000u\n', '#define WT_TIMING_STRESS_SLEEP_BEFORE_READ_OVERFLOW_ONPAGE 0x002000u\n', '#define WT_TIMING_STRESS_SPLIT_1 0x004000u\n', '#define WT_TIMING_STRESS_SPLIT_2 0x008000u\n', '#define WT_TIMING_STRESS_SPLIT_3 0x010000u\n', '#define WT_TIMING_STRESS_SPLIT_4 0x020000u\n', '#define WT_TIMING_STRESS_SPLIT_5 0x040000u\n', '#define WT_TIMING_STRESS_SPLIT_6 0x080000u\n', '#define WT_TIMING_STRESS_SPLIT_7 0x100000u\n', '#define WT_TIMING_STRESS_TIERED_FLUSH_FINISH 0x200000u\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_CONN_SERVER_CAPACITY 0x01u\n', '#define WT_CONN_SERVER_CHECKPOINT 0x02u\n', '#define WT_CONN_SERVER_LOG 0x04u\n', '#define WT_CONN_SERVER_LSM 0x08u\n', '#define WT_CONN_SERVER_STATISTICS 0x10u\n', '#define WT_CONN_SERVER_SWEEP 0x20u\n', '#define WT_CONN_SERVER_TIERED 0x40u\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_CONN_BACKUP_PARTIAL_RESTORE 0x0000001u\n', '#define WT_CONN_CACHE_CURSORS 0x0000002u\n', '#define WT_CONN_CACHE_POOL 0x0000004u\n', '#define WT_CONN_CKPT_GATHER 0x0000008u\n', '#define WT_CONN_CKPT_SYNC 0x0000010u\n', '#define WT_CONN_CLOSING 0x0000020u\n', '#define WT_CONN_CLOSING_CHECKPOINT 0x0000040u\n', '#define WT_CONN_CLOSING_NO_MORE_OPENS 0x0000080u\n', '#define WT_CONN_COMPATIBILITY 0x0000100u\n', '#define WT_CONN_DATA_CORRUPTION 0x0000200u\n', '#define WT_CONN_EVICTION_RUN 0x0000400u\n', '#define WT_CONN_HS_OPEN 0x0000800u\n', '#define WT_CONN_INCR_BACKUP 0x0001000u\n', '#define WT_CONN_IN_MEMORY 0x0002000u\n', '#define WT_CONN_LEAK_MEMORY 0x0004000u\n', '#define WT_CONN_LSM_MERGE 0x0008000u\n', '#define WT_CONN_MINIMAL 0x0010000u\n', '#define WT_CONN_OPTRACK 0x0020000u\n', '#define WT_CONN_PANIC 0x0040000u\n', '#define WT_CONN_READONLY 0x0080000u\n', '#define WT_CONN_READY 0x0100000u\n', '#define WT_CONN_RECONFIGURING 0x0200000u\n', '#define WT_CONN_RECOVERING 0x0400000u\n', '#define WT_CONN_RECOVERY_COMPLETE 0x0800000u\n', '#define WT_CONN_SALVAGE 0x1000000u\n', '#define WT_CONN_TIERED_FIRST_FLUSH 0x2000000u\n', '#define WT_CONN_WAS_BACKUP 0x4000000u\n'] spaces in ../src/include/connection.h no tabs in ../src/include/connection.h ****** ****** ['#define WT_CURBACKUP_CKPT_FAKE 0x001u /* Object has fake checkpoint */\n', '#define WT_CURBACKUP_CONSOLIDATE 0x002u /* Consolidate returned info on this object */\n', '#define WT_CURBACKUP_DUP 0x004u /* Duplicated backup cursor */\n', '#define WT_CURBACKUP_EXPORT 0x008u /* Special backup cursor for export operation */\n', '#define WT_CURBACKUP_FORCE_FULL 0x010u /* Force full file copy for this cursor */\n', '#define WT_CURBACKUP_FORCE_STOP 0x020u /* Force stop incremental backup */\n', '#define WT_CURBACKUP_HAS_CB_INFO 0x040u /* Object has checkpoint backup info */\n', '#define WT_CURBACKUP_INCR 0x080u /* Incremental backup cursor */\n', '#define WT_CURBACKUP_INCR_INIT 0x100u /* Cursor traversal initialized */\n', '#define WT_CURBACKUP_LOCKER 0x200u /* Hot-backup started */\n', '#define WT_CURBACKUP_QUERYID 0x400u /* Backup cursor for incremental ids */\n', '#define WT_CURBACKUP_RENAME 0x800u /* Object had a rename */\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_CBT_ACTIVE 0x001u /* Active in the tree */\n', '#define WT_CBT_CACHEABLE_RLE_CELL 0x002u /* Col-store: value in RLE cell valid for its keys */\n', '#define WT_CBT_ITERATE_APPEND 0x004u /* Col-store: iterating append list */\n', '#define WT_CBT_ITERATE_NEXT 0x008u /* Next iteration configuration */\n', '#define WT_CBT_ITERATE_PREV 0x010u /* Prev iteration configuration */\n', '#define WT_CBT_ITERATE_RETRY_NEXT 0x020u /* Prepare conflict by next. */\n', '#define WT_CBT_ITERATE_RETRY_PREV 0x040u /* Prepare conflict by prev. */\n', '#define WT_CBT_READ_ONCE 0x080u /* Page in with WT_READ_WONT_NEED */\n', '#define WT_CBT_SEARCH_SMALLEST 0x100u /* Row-store: small-key insert list */\n', '#define WT_CBT_VAR_ONPAGE_MATCH 0x200u /* Var-store: on-page recno match */\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_HS_CUR_BTREE_ID_SET 0x1u\n', '#define WT_HS_CUR_COUNTER_SET 0x2u\n', '#define WT_HS_CUR_KEY_SET 0x4u\n', '#define WT_HS_CUR_TS_SET 0x8u\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_CURJOIN_END_EQ 0x1u /* include values == cursor */\n', '#define WT_CURJOIN_END_GT 0x2u /* include values > cursor */\n', '#define WT_CURJOIN_END_LT 0x4u /* include values < cursor */\n', '#define WT_CURJOIN_END_OWN_CURSOR 0x8u /* must close cursor */\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_CURJOIN_ENTRY_BLOOM 0x1u /* use a bloom filter */\n', '#define WT_CURJOIN_ENTRY_DISJUNCTION 0x2u /* endpoints are or-ed */\n', "#define WT_CURJOIN_ENTRY_FALSE_POSITIVES 0x4u /* don't filter false pos */\n", '#define WT_CURJOIN_ENTRY_OWN_BLOOM 0x8u /* this entry owns the bloom */\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_CURJOIN_DISJUNCTION 0x1u /* Entries are or-ed */\n', '#define WT_CURJOIN_ERROR 0x2u /* Error in initialization */\n', '#define WT_CURJOIN_INITIALIZED 0x4u /* Successful initialization */\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_CURLOG_REMOVE_LOCK 0x1u /* Remove lock held */\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_MDC_CREATEONLY 0x1u\n', '#define WT_MDC_ONMETADATA 0x2u\n', '#define WT_MDC_POSITIONED 0x4u\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_CURVERSION_HS_EXHAUSTED 0x1u\n', '#define WT_CURVERSION_ON_DISK_EXHAUSTED 0x2u\n', '#define WT_CURVERSION_UPDATE_EXHAUSTED 0x4u\n'] spaces in ../src/include/cursor.h no tabs in ../src/include/cursor.h ****** ****** ['#define WT_DHANDLE_DEAD 0x001u /* Dead, awaiting discard */\n', '#define WT_DHANDLE_DISCARD 0x002u /* Close on release */\n', '#define WT_DHANDLE_DISCARD_KILL 0x004u /* Mark dead on release */\n', '#define WT_DHANDLE_DROPPED 0x008u /* Handle is dropped */\n', '#define WT_DHANDLE_EVICTED 0x010u /* Btree is evicted (advisory) */\n', '#define WT_DHANDLE_EXCLUSIVE 0x020u /* Exclusive access */\n', '#define WT_DHANDLE_HS 0x040u /* History store table */\n', '#define WT_DHANDLE_IS_METADATA 0x080u /* Metadata handle */\n', '#define WT_DHANDLE_LOCK_ONLY 0x100u /* Handle only used as a lock */\n', '#define WT_DHANDLE_OPEN 0x200u /* Handle is open */\n'] spaces in ../src/include/dhandle.h no tabs in ../src/include/dhandle.h ****** ****** ['#define WT_DHANDLE_TS_ASSERT_READ_ALWAYS 0x1u /* Assert read always checking. */\n', '#define WT_DHANDLE_TS_ASSERT_READ_NEVER 0x2u /* Assert read never checking. */\n', '#define WT_DHANDLE_TS_NEVER 0x4u /* Handle never using timestamps checking. */\n', '#define WT_DHANDLE_TS_ORDERED 0x8u /* Handle using ordered timestamps checking. */\n'] spaces in ../src/include/dhandle.h no tabs in ../src/include/dhandle.h ****** ****** ['#define WT_DHANDLE_LOCK_WRITE 0x1u /* Write lock is acquired. */\n'] spaces in ../src/include/dhandle.h no tabs in ../src/include/dhandle.h ****** ****** ['#define WT_LOGSCAN_FIRST 0x01u\n', '#define WT_LOGSCAN_FROM_CKP 0x02u\n', '#define WT_LOGSCAN_ONE 0x04u\n', '#define WT_LOGSCAN_RECOVER 0x08u\n', '#define WT_LOGSCAN_RECOVER_METADATA 0x10u\n'] spaces in ../src/include/log.h no tabs in ../src/include/log.h ****** ****** ['#define WT_LOG_DSYNC 0x1u\n', '#define WT_LOG_FLUSH 0x2u\n', '#define WT_LOG_FSYNC 0x4u\n', '#define WT_LOG_SYNC_ENABLED 0x8u\n'] spaces in ../src/include/log.h no tabs in ../src/include/log.h ****** ****** ['#define WT_SLOT_CLOSEFH 0x01u /* Close old fh on release */\n', '#define WT_SLOT_FLUSH 0x02u /* Wait for write */\n', '#define WT_SLOT_SYNC 0x04u /* Needs sync on release */\n', '#define WT_SLOT_SYNC_DIR 0x08u /* Directory sync on release */\n', '#define WT_SLOT_SYNC_DIRTY 0x10u /* Sync system buffers on release */\n'] spaces in ../src/include/log.h no tabs in ../src/include/log.h ****** ****** ['#define WT_MYSLOT_CLOSE 0x1u /* This thread is closing the slot */\n', '#define WT_MYSLOT_NEEDS_RELEASE 0x2u /* This thread is releasing the slot */\n', '#define WT_MYSLOT_UNBUFFERED 0x4u /* Write directly */\n'] spaces in ../src/include/log.h no tabs in ../src/include/log.h ****** ****** ['#define WT_LOG_FORCE_NEWFILE 0x1u /* Force switch to new log file */\n', '#define WT_LOG_OPENED 0x2u /* Log subsystem successfully open */\n', '#define WT_LOG_TRUNCATE_NOTSUP 0x4u /* File system truncate not supported */\n'] spaces in ../src/include/log.h no tabs in ../src/include/log.h ****** ****** ['#define WT_TXN_PRINTLOG_HEX 0x1u /* Add hex output */\n', '#define WT_TXN_PRINTLOG_MSG 0x2u /* Messages only */\n', "#define WT_TXN_PRINTLOG_UNREDACT 0x4u /* Don't redact user data from output */\n"] spaces in ../src/include/log.h no tabs in ../src/include/log.h ****** ****** ['#define WT_CLSM_ACTIVE 0x001u /* Incremented the session count */\n', '#define WT_CLSM_BULK 0x002u /* Open for snapshot isolation */\n', '#define WT_CLSM_ITERATE_NEXT 0x004u /* Forward iteration */\n', '#define WT_CLSM_ITERATE_PREV 0x008u /* Backward iteration */\n', "#define WT_CLSM_MERGE 0x010u /* Merge cursor, don't update */\n", '#define WT_CLSM_MINOR_MERGE 0x020u /* Minor merge, include tombstones */\n', '#define WT_CLSM_MULTIPLE 0x040u /* Multiple cursors have values */\n', '#define WT_CLSM_OPEN_READ 0x080u /* Open for reads */\n', '#define WT_CLSM_OPEN_SNAPSHOT 0x100u /* Open for snapshot isolation */\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_LSM_CHUNK_BLOOM 0x01u\n', '#define WT_LSM_CHUNK_HAS_TIMESTAMP 0x02u\n', '#define WT_LSM_CHUNK_MERGING 0x04u\n', '#define WT_LSM_CHUNK_ONDISK 0x08u\n', '#define WT_LSM_CHUNK_STABLE 0x10u\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_LSM_WORK_BLOOM 0x01u /* Create a bloom filter */\n', '#define WT_LSM_WORK_DROP 0x02u /* Drop unused chunks */\n', '#define WT_LSM_WORK_ENABLE_EVICT 0x04u /* Allow eviction of pinned chunk */\n', '#define WT_LSM_WORK_FLUSH 0x08u /* Flush a chunk to disk */\n', '#define WT_LSM_WORK_MERGE 0x10u /* Look for a tree merge */\n', '#define WT_LSM_WORK_SWITCH 0x20u /* Switch the in-memory chunk */\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_LSM_WORK_FORCE 0x1u /* Force operation */\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_LSM_MANAGER_SHUTDOWN 0x1u /* Manager has shut down */\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_LSM_BLOOM_MERGED 0x1u\n', '#define WT_LSM_BLOOM_OFF 0x2u\n', '#define WT_LSM_BLOOM_OLDEST 0x4u\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_LSM_TREE_COMPACTING 0x1u /* Tree being compacted */\n', '#define WT_LSM_TREE_MERGES 0x2u /* Tree should run merges */\n', '#define WT_LSM_TREE_OPEN 0x4u /* The tree is open */\n', '#define WT_LSM_TREE_THROTTLE 0x8u /* Throttle updates */\n'] spaces in ../src/include/lsm.h no tabs in ../src/include/lsm.h ****** ****** ['#define WT_BLKINCR_FULL 0x1u /* There is no checkpoint, always do full file */\n', '#define WT_BLKINCR_INUSE 0x2u /* This entry is active */\n', '#define WT_BLKINCR_VALID 0x4u /* This entry is valid */\n'] spaces in ../src/include/meta.h no tabs in ../src/include/meta.h ****** ****** ['#define WT_BLOCK_MODS_RENAME 0x1u /* Entry is from a rename */\n', '#define WT_BLOCK_MODS_VALID 0x2u /* Entry is valid */\n'] spaces in ../src/include/meta.h no tabs in ../src/include/meta.h ****** ****** ['#define WT_CKPT_ADD 0x01u /* Checkpoint to be added */\n', '#define WT_CKPT_BLOCK_MODS 0x02u /* Return list of modified blocks */\n', '#define WT_CKPT_DELETE 0x04u /* Checkpoint to be deleted */\n', '#define WT_CKPT_FAKE 0x08u /* Checkpoint is a fake */\n', '#define WT_CKPT_UPDATE 0x10u /* Checkpoint requires update */\n'] spaces in ../src/include/meta.h no tabs in ../src/include/meta.h ****** ****** ['#define WT_STREAM_APPEND 0x1u /* Open a stream for append */\n', '#define WT_STREAM_READ 0x2u /* Open a stream for read */\n', '#define WT_STREAM_WRITE 0x4u /* Open a stream for write */\n'] spaces in ../src/include/os.h no tabs in ../src/include/os.h ****** ****** ['#define WT_REC_TIME_NEWEST_START_DURABLE_TS 0x01u\n', '#define WT_REC_TIME_NEWEST_STOP_DURABLE_TS 0x02u\n', '#define WT_REC_TIME_NEWEST_STOP_TS 0x04u\n', '#define WT_REC_TIME_NEWEST_STOP_TXN 0x08u\n', '#define WT_REC_TIME_NEWEST_TXN 0x10u\n', '#define WT_REC_TIME_OLDEST_START_TS 0x20u\n', '#define WT_REC_TIME_PREPARE 0x40u\n'] spaces in ../src/include/reconcile.h no tabs in ../src/include/reconcile.h ****** ****** ['#define WT_INDEX_IMMUTABLE 0x1u\n'] spaces in ../src/include/schema.h no tabs in ../src/include/schema.h ****** ****** ['#define WT_SESSION_LOCKED_CHECKPOINT 0x0001u\n', '#define WT_SESSION_LOCKED_HANDLE_LIST_READ 0x0002u\n', '#define WT_SESSION_LOCKED_HANDLE_LIST_WRITE 0x0004u\n', '#define WT_SESSION_LOCKED_HOTBACKUP_READ 0x0008u\n', '#define WT_SESSION_LOCKED_HOTBACKUP_WRITE 0x0010u\n', '#define WT_SESSION_LOCKED_METADATA 0x0020u\n', '#define WT_SESSION_LOCKED_PASS 0x0040u\n', '#define WT_SESSION_LOCKED_SCHEMA 0x0080u\n', '#define WT_SESSION_LOCKED_SLOT 0x0100u\n', '#define WT_SESSION_LOCKED_TABLE_READ 0x0200u\n', '#define WT_SESSION_LOCKED_TABLE_WRITE 0x0400u\n', '#define WT_SESSION_LOCKED_TURTLE 0x0800u\n', '#define WT_SESSION_NO_SCHEMA_LOCK 0x1000u\n'] spaces in ../src/include/session.h no tabs in ../src/include/session.h ****** ****** ['#define WT_SESSION_BACKUP_CURSOR 0x00001u\n', '#define WT_SESSION_BACKUP_DUP 0x00002u\n', '#define WT_SESSION_CACHE_CURSORS 0x00004u\n', '#define WT_SESSION_CAN_WAIT 0x00008u\n', '#define WT_SESSION_DEBUG_DO_NOT_CLEAR_TXN_ID 0x00010u\n', '#define WT_SESSION_DEBUG_RELEASE_EVICT 0x00020u\n', '#define WT_SESSION_EVICTION 0x00040u\n', '#define WT_SESSION_IGNORE_CACHE_SIZE 0x00080u\n', '#define WT_SESSION_IMPORT 0x00100u\n', '#define WT_SESSION_IMPORT_REPAIR 0x00200u\n', '#define WT_SESSION_INTERNAL 0x00400u\n', '#define WT_SESSION_LOGGING_INMEM 0x00800u\n', '#define WT_SESSION_NO_DATA_HANDLES 0x01000u\n', '#define WT_SESSION_NO_RECONCILE 0x02000u\n', '#define WT_SESSION_QUIET_CORRUPT_FILE 0x04000u\n', '#define WT_SESSION_READ_WONT_NEED 0x08000u\n', '#define WT_SESSION_RESOLVING_TXN 0x10000u\n', '#define WT_SESSION_ROLLBACK_TO_STABLE 0x20000u\n', '#define WT_SESSION_SCHEMA_TXN 0x40000u\n'] spaces in ../src/include/session.h no tabs in ../src/include/session.h ****** ****** ['#define WT_STAT_CLEAR 0x01u\n', '#define WT_STAT_JSON 0x02u\n', '#define WT_STAT_ON_CLOSE 0x04u\n', '#define WT_STAT_TYPE_ALL 0x08u\n', '#define WT_STAT_TYPE_CACHE_WALK 0x10u\n', '#define WT_STAT_TYPE_FAST 0x20u\n', '#define WT_STAT_TYPE_SIZE 0x40u\n', '#define WT_STAT_TYPE_TREE_WALK 0x80u\n'] spaces in ../src/include/stat.h no tabs in ../src/include/stat.h ****** ****** ['#define WT_THREAD_ACTIVE 0x1u /* Thread is active or paused */\n', '#define WT_THREAD_CAN_WAIT 0x2u /* WT_SESSION_CAN_WAIT */\n', '#define WT_THREAD_PANIC_FAIL 0x4u /* Panic if the thread fails */\n', '#define WT_THREAD_RUN 0x8u /* Thread is running */\n'] spaces in ../src/include/thread_group.h no tabs in ../src/include/thread_group.h ****** ****** ['#define WT_TIERED_NAME_LOCAL 0x01u\n', '#define WT_TIERED_NAME_OBJECT 0x02u\n', '#define WT_TIERED_NAME_ONLY 0x04u\n', '#define WT_TIERED_NAME_PREFIX 0x08u\n', '#define WT_TIERED_NAME_SHARED 0x10u\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TIERED_WORK_FLUSH 0x1u /* Flush object to tier. */\n', '#define WT_TIERED_WORK_FLUSH_FINISH 0x2u /* Perform flush finish on object. */\n', '#define WT_TIERED_WORK_REMOVE_LOCAL 0x4u /* Remove object from local storage. */\n', '#define WT_TIERED_WORK_REMOVE_SHARED 0x8u /* Remove object from tier. */\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TIERED_WORK_FORCE 0x1u /* Force operation */\n', '#define WT_TIERED_WORK_FREE 0x2u /* Free data after operation */\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TIERS_OP_FLUSH 0x1u\n', '#define WT_TIERS_OP_READ 0x2u\n', '#define WT_TIERS_OP_WRITE 0x4u\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TIERED_FLAG_UNUSED 0x1u\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TIERED_OBJ_LOCAL 0x1u /* Local resident also */\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TIERED_TREE_UNUSED 0x1u\n'] spaces in ../src/include/tiered.h no tabs in ../src/include/tiered.h ****** ****** ['#define WT_TXN_LOG_CKPT_CLEANUP 0x01u\n', '#define WT_TXN_LOG_CKPT_PREPARE 0x02u\n', '#define WT_TXN_LOG_CKPT_START 0x04u\n', '#define WT_TXN_LOG_CKPT_STOP 0x08u\n', '#define WT_TXN_LOG_CKPT_SYNC 0x10u\n'] spaces in ../src/include/txn.h no tabs in ../src/include/txn.h ****** ****** ['#define WT_TXN_OLDEST_STRICT 0x1u\n', '#define WT_TXN_OLDEST_WAIT 0x2u\n'] spaces in ../src/include/txn.h no tabs in ../src/include/txn.h ****** ****** ['#define WT_TXN_TS_ALREADY_LOCKED 0x1u\n', '#define WT_TXN_TS_INCLUDE_CKPT 0x2u\n', '#define WT_TXN_TS_INCLUDE_OLDEST 0x4u\n'] spaces in ../src/include/txn.h no tabs in ../src/include/txn.h ****** ****** ['#define WT_TXN_OP_KEY_REPEATED 0x1u\n'] spaces in ../src/include/txn.h no tabs in ../src/include/txn.h ****** ****** ['#define WT_TXN_AUTOCOMMIT 0x00001u\n', '#define WT_TXN_ERROR 0x00002u\n', '#define WT_TXN_HAS_ID 0x00004u\n', '#define WT_TXN_HAS_SNAPSHOT 0x00008u\n', '#define WT_TXN_HAS_TS_COMMIT 0x00010u\n', '#define WT_TXN_HAS_TS_DURABLE 0x00020u\n', '#define WT_TXN_HAS_TS_PREPARE 0x00040u\n', '#define WT_TXN_IGNORE_PREPARE 0x00080u\n', '#define WT_TXN_IS_CHECKPOINT 0x00100u\n', '#define WT_TXN_PREPARE 0x00200u\n', '#define WT_TXN_PREPARE_IGNORE_API_CHECK 0x00400u\n', '#define WT_TXN_READONLY 0x00800u\n', '#define WT_TXN_RUNNING 0x01000u\n', '#define WT_TXN_SHARED_TS_DURABLE 0x02000u\n', '#define WT_TXN_SHARED_TS_READ 0x04000u\n', '#define WT_TXN_SYNC_SET 0x08000u\n', '#define WT_TXN_TS_NOT_SET 0x10000u\n', '#define WT_TXN_TS_ROUND_PREPARED 0x20000u\n', '#define WT_TXN_TS_ROUND_READ 0x40000u\n', '#define WT_TXN_UPDATE 0x80000u\n'] spaces in ../src/include/txn.h no tabs in ../src/include/txn.h ****** ****** ['#define LOAD_JSON_APPEND 0x1u /* append (ignore record number keys) */\n', "#define LOAD_JSON_NO_OVERWRITE 0x2u /* don't overwrite existing data */\n"] spaces in ../src/utilities/util_load.h no tabs in ../src/utilities/util_load.h ****** ****** ['#define WT_ITEM_ALIGNED\t0x1u\n', '#define WT_ITEM_INUSE\t0x2u\n'] spaces in ../src/include/wiredtiger.in no tabs in ../src/include/wiredtiger.in ****** ****** ['#define WT_CURSTD_APPEND\t\t0x000000001ull\n', '#define WT_CURSTD_BOUND_LOWER 0x000000002ull /* Lower bound. */\n', '#define WT_CURSTD_BOUND_LOWER_INCLUSIVE 0x000000004ull /* Inclusive lower bound. */\n', '#define WT_CURSTD_BOUND_UPPER 0x000000008ull /* Upper bound. */\n', '#define WT_CURSTD_BOUND_UPPER_INCLUSIVE 0x000000010ull /* Inclusive upper bound. */\n', '#define WT_CURSTD_BULK\t\t\t0x000000020ull\n', '#define WT_CURSTD_CACHEABLE\t\t0x000000040ull\n', '#define WT_CURSTD_CACHED\t\t0x000000080ull\n', '#define WT_CURSTD_DEAD\t\t\t0x000000100ull\n', '#define WT_CURSTD_DEBUG_COPY_KEY\t0x000000200ull\n', '#define WT_CURSTD_DEBUG_COPY_VALUE\t0x000000400ull\n', '#define WT_CURSTD_DEBUG_RESET_EVICT\t0x000000800ull\n', '#define WT_CURSTD_DUMP_HEX\t\t0x000001000ull\n', '#define WT_CURSTD_DUMP_JSON\t\t0x000002000ull\n', '#define WT_CURSTD_DUMP_PRETTY\t\t0x000004000ull\n', '#define WT_CURSTD_DUMP_PRINT\t\t0x000008000ull\n', '#define WT_CURSTD_DUP_NO_VALUE 0x000010000ull\n', '#define WT_CURSTD_EVICT_REPOSITION 0x000020000ull\n', '#define WT_CURSTD_HS_READ_ACROSS_BTREE 0x000040000ull\n', '#define WT_CURSTD_HS_READ_ALL\t\t0x000080000ull\n', '#define WT_CURSTD_HS_READ_COMMITTED\t0x000100000ull\n', '#define WT_CURSTD_IGNORE_TOMBSTONE\t0x000200000ull\n', '#define WT_CURSTD_JOINED\t\t0x000400000ull\n', '#define WT_CURSTD_KEY_EXT\t\t0x000800000ull /* Key points out of tree. */\n', '#define WT_CURSTD_KEY_INT\t\t0x001000000ull /* Key points into tree. */\n', '#define WT_CURSTD_KEY_ONLY\t\t0x002000000ull\n', '#define WT_CURSTD_META_INUSE\t\t0x004000000ull\n', '#define WT_CURSTD_OPEN\t\t\t0x008000000ull\n', '#define WT_CURSTD_OVERWRITE\t\t0x010000000ull\n', '#define WT_CURSTD_PREFIX_SEARCH\t\t0x020000000ull\n', '#define WT_CURSTD_RAW\t\t\t0x040000000ull\n', '#define WT_CURSTD_RAW_SEARCH\t\t0x080000000ull\n', '#define WT_CURSTD_VALUE_EXT\t\t0x100000000ull /* Value points out of tree. */\n', '#define WT_CURSTD_VALUE_INT\t\t0x200000000ull /* Value points into tree. */\n', '#define WT_CURSTD_VERSION_CURSOR\t0x400000000ull /* Version cursor. */\n'] spaces in ../src/include/wiredtiger.in no tabs in ../src/include/wiredtiger.in ****** ****** ['#define WT_FS_OPEN_ACCESS_RAND\t0x01u\n', '#define WT_FS_OPEN_ACCESS_SEQ\t0x02u\n', '#define WT_FS_OPEN_CREATE\t0x04u\n', '#define WT_FS_OPEN_DIRECTIO\t0x08u\n', '#define WT_FS_OPEN_DURABLE\t0x10u\n', '#define WT_FS_OPEN_EXCLUSIVE\t0x20u\n', '#define WT_FS_OPEN_FIXED\t0x40u\t/* Path not home relative (internal) */\n', '#define WT_FS_OPEN_READONLY\t0x80u\n'] spaces in ../src/include/wiredtiger.in no tabs in ../src/include/wiredtiger.in ****** ****** ['#define WT_FS_DURABLE\t\t0x1u\n'] spaces in ../src/include/wiredtiger.in no tabs in ../src/include/wiredtiger.in ****** ****** ['#define WT_DEBUG_TREE_LEAF 0x1u /* Debug leaf pages */\n', '#define WT_DEBUG_TREE_WALK 0x2u /* Descend the tree */\n', '#define WT_DEBUG_UNREDACT 0x4u /* Dump application data when walking the tree */\n'] spaces in ../src/btree/bt_debug.c no tabs in ../src/btree/bt_debug.c ****** ****** ['#define WT_TRACK_CHECK_START 0x1u /* Row: initial key updated */\n', '#define WT_TRACK_CHECK_STOP 0x2u /* Row: last key updated */\n', '#define WT_TRACK_MERGE 0x4u /* Page requires merging */\n', '#define WT_TRACK_OVFL_REFD 0x8u /* Overflow page referenced */\n'] spaces in ../src/btree/bt_slvg.c no tabs in ../src/btree/bt_slvg.c ****** ****** ['#define WT_LOG_OPEN_CREATE_OK 0x1u /* Flag to __log_openfile() */\n'] spaces in ../src/log/log.c no tabs in ../src/log/log.c ******