Home
last modified time | relevance | path

Searched refs:WT_CELL_DEL (Results 1 – 10 of 10) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dcell.i97 #define WT_CELL_DEL (4 << 4) /* Deleted value */ macro
313 cell->__chunk[0] = WT_CELL_DEL; in __wt_cell_pack_del()
317 cell->__chunk[0] = WT_CELL_DEL | WT_CELL_64V; in __wt_cell_pack_del()
691 case WT_CELL_DEL: in __wt_cell_unpack_safe()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_misc.c58 case WT_CELL_DEL: in __wt_cell_type_string()
H A Dbt_vrfy_dsk.c603 if (cell_type == WT_CELL_DEL) in __verify_dsk_col_var()
617 case WT_CELL_DEL: in __verify_dsk_col_var()
740 case WT_CELL_DEL: in __err_cell_type()
H A Dbt_stat.c166 if (unpack->type == WT_CELL_DEL) in __stat_page_col_var()
H A Dbt_debug.c1296 case WT_CELL_DEL: in __debug_cell()
1375 case WT_CELL_DEL: in __debug_cell_data()
H A Dbt_curprev.c375 if (unpack.type == WT_CELL_DEL) { in __cursor_var_prev()
H A Dbt_curnext.c228 if (unpack.type == WT_CELL_DEL) { in __cursor_var_next()
H A Dbt_cursor.c326 __wt_cell_type(cell) == WT_CELL_DEL) in __wt_cursor_valid()
H A Dbt_slvg.c1396 cell, WT_CELL_VALUE_OVFL, WT_CELL_DEL); in __slvg_col_ovfl()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/reconcile/
H A Drec_write.c1301 unpack->type != WT_CELL_DEL); in __rec_append_orig_value()
1321 if (unpack == NULL || unpack->type == WT_CELL_DEL) in __rec_append_orig_value()
2985 case WT_CELL_DEL: in __rec_split_raw()
4798 orig_deleted = vpack->type == WT_CELL_DEL; in __rec_col_var()