Home
last modified time | relevance | path

Searched refs:huffman_key (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_huffman.c243 1, &btree->huffman_key)); in __wt_btree_huffman_open()
248 btree->huffman_value = btree->huffman_key; in __wt_btree_huffman_open()
255 session, table, entries, numbytes, &btree->huffman_key); in __wt_btree_huffman_open()
263 btree->huffman_value = btree->huffman_key; in __wt_btree_huffman_open()
398 if (btree->huffman_key != NULL) { in __wt_btree_huffman_close()
400 if (btree->huffman_value == btree->huffman_key) in __wt_btree_huffman_close()
403 __wt_huffman_close(session, btree->huffman_key); in __wt_btree_huffman_close()
404 btree->huffman_key = NULL; in __wt_btree_huffman_close()
H A Drow_key.c321 WT_ASSERT(session, btree->huffman_key != NULL); in __wt_row_leaf_key_work()
379 if (btree->huffman_key == NULL) { in __wt_row_leaf_key_work()
H A Dbt_page.c600 if (!btree->huffman_key && unpack->prefix == 0) in __inmem_row_leaf()
H A Dbt_vrfy_dsk.c215 huffman = dsk->type == WT_PAGE_ROW_INT ? NULL : btree->huffman_key; in __verify_dsk_row()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/docs/
H A Dhuffman.dox12 huffman_key=english, \c huffman_key=utf8<file> or \c
13 huffman_key=utf16<file> in the configuration passed to \c
H A Dtune-page-size-and-comp.dox359 \n Specified as huffman_key and/or huffman_value configuration option to
366 "key_format=S,value_format=S,huffman_key=english,huffman_value=english"
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/format/
H A DCONFIG.stress3 huffman_key=0
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree.h110 void *huffman_key; /* Key huffman encoding */ member
H A Dcell.i761 huffman = btree->huffman_key; in __cell_data_ref()
773 huffman = btree->huffman_key; in __cell_data_ref()
H A Dcursor.i412 if (btree->huffman_key != NULL) in __cursor_row_slot_return()
H A Dwiredtiger.in1267 * @config{huffman_key, configure Huffman encoding for keys. Permitted
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/reconcile/
H A Drec_write.c5765 if (btree->huffman_key == NULL && in __rec_row_leaf()
6490 if (btree->huffman_key != NULL) in __rec_cell_build_leaf_key()
6491 WT_RET(__wt_huffman_encode(session, btree->huffman_key, in __rec_cell_build_leaf_key()