Home
last modified time | relevance | path

Searched defs:btree (Results 51 – 75 of 851) sorted by relevance

12345678910>>...35

/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/gin/
H A Dginentrypage.c244 entryIsMoveRight(GinBtree btree, Page page) in entryIsMoveRight()
271 entryLocateEntry(GinBtree btree, GinBtreeStack *stack) in entryLocateEntry()
347 entryLocateLeafEntry(GinBtree btree, GinBtreeStack *stack) in entryLocateLeafEntry()
447 entryGetLeftMostPage(GinBtree btree, Page page) in entryGetLeftMostPage()
460 entryIsEnoughSpace(GinBtree btree, Buffer buf, OffsetNumber off, in entryIsEnoughSpace()
491 entryPreparePage(GinBtree btree, Page page, OffsetNumber off, in entryPreparePage()
555 entryExecPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in entryExecPlaceToPage()
600 entrySplitPage(GinBtree btree, Buffer origbuf, in entrySplitPage()
700 entryPrepareDownlink(GinBtree btree, Buffer lbuf) in entryPrepareDownlink()
721 ginEntryFillRoot(GinBtree btree, Page root, in ginEntryFillRoot()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/gin/
H A Dginentrypage.c243 entryIsMoveRight(GinBtree btree, Page page) in entryIsMoveRight()
270 entryLocateEntry(GinBtree btree, GinBtreeStack *stack) in entryLocateEntry()
346 entryLocateLeafEntry(GinBtree btree, GinBtreeStack *stack) in entryLocateLeafEntry()
446 entryGetLeftMostPage(GinBtree btree, Page page) in entryGetLeftMostPage()
459 entryIsEnoughSpace(GinBtree btree, Buffer buf, OffsetNumber off, in entryIsEnoughSpace()
490 entryPreparePage(GinBtree btree, Page page, OffsetNumber off, in entryPreparePage()
554 entryExecPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in entryExecPlaceToPage()
599 entrySplitPage(GinBtree btree, Buffer origbuf, in entrySplitPage()
699 entryPrepareDownlink(GinBtree btree, Buffer lbuf) in entryPrepareDownlink()
720 ginEntryFillRoot(GinBtree btree, Page root, in ginEntryFillRoot()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/LINKERN/
H A Dflip_bt0.c44 typedef struct btree { struct
45 struct btree *parent; argument
46 struct btree *child[2]; argument
48 struct btree *next; argument
51 struct btree *neigh[2]; argument
55 } btree; argument
H A Dflip_btr.c44 typedef struct btree { struct
45 struct btree *parent; argument
46 struct btree *child[2]; argument
48 struct btree *next; argument
51 struct btree *neigh[2]; argument
55 } btree; typedef
H A Dflip_bt3.c46 typedef struct btree { struct
47 struct btree *parent; argument
48 struct btree *child[2]; argument
50 struct btree *next; argument
53 struct btree *neigh[2]; argument
57 } btree; argument
H A Dflip_bt1.c46 typedef struct btree { struct
47 struct btree *parent; argument
48 struct btree *child[2]; argument
50 struct btree *next; argument
53 struct btree *neigh[2]; argument
57 } btree; typedef
H A Dflip_bt2.c50 typedef struct btree { struct
51 struct btree *parent; argument
52 struct btree *child[2]; argument
54 struct btree *next; argument
57 struct btree *neigh[2]; argument
62 } btree; typedef
H A Dflip_btc.c44 typedef struct btree { struct
45 struct btree *parent; argument
46 struct btree *child[2]; argument
49 } btree; argument
H A Dflip_bt4.c55 typedef struct btree { struct
56 struct btree *parent; argument
57 struct btree *child[2]; argument
59 struct btree *next; argument
62 struct btree *neigh[2]; argument
66 } btree; argument
/dports/devel/shmap/shmap-0.3.2/shmap/
H A Dshmap_btree.c66 _shmap_btree * btree; in shmap_btree_get() local
90 _shmap_btree * btree; in shmap_btree_del() local
104 _shmap_btree * btree; in shmap_btree_get_sub() local
116 _shmap_btree * btree; in shmap_btree_del_sub() local
172 int _shmap_btree_remove ( void * p_mem, _shmap_btree_top * toplevel, _shmap_btree * btree, shmap_cl… in _shmap_btree_remove()
242 _shmap_btree * btree = toplevel->tree; in _shmap_btree_clear() local
295 _shmap_btree * btree = top->tree; in _shmap_btree_item_place() local
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/
H A DBTreeAdd.cs16 protected virtual object RolledBack(BTree btree) in RolledBack()
27 public override object Commit(Transaction trans, BTree btree, BTreeNode node) in Commit()
54 public override object Rollback(Transaction trans, BTree btree) in Rollback()
H A DBTreeRemove.cs16 protected override void Committed(BTree btree) in Committed()
36 protected override void AdjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode in AdjustSizeOnRemovalByOtherTransaction()
H A DBTreeNodeSearchResult.cs20 internal BTreeNodeSearchResult(Transaction transaction, BTree btree, BTreePointer in BTreeNodeSearchResult()
34 btree, BTreeNode node, int cursor, bool foundMatch) : this(trans, btree, PointerOrNull in BTreeNodeSearchResult()
40 btree, Searcher searcher, BTreeNode node) : this(trans, btree, NextPointerIf(PointerOrNull in BTreeNodeSearchResult()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/tests/
H A Dtest_merge_function.cxx18 boct_bit_tree btree; in test_merge_bit_tree() local
46 boct_bit_tree btree; in test_merge_bit_tree() local
79 boct_bit_tree btree; in test_merge_bit_tree() local
/dports/misc/lifelines/lifelines-3.1.1/src/btree/
H A Dtraverse.c57 traverse_index_blocks (BTREE btree, INDEX index, void *param in traverse_index_blocks()
92 traverse_block (BTREE btree, BLOCK block, RKEY lo, RKEY hi, TRAV_RECORD_FUNC_BYKEY func, void * par… in traverse_block()
128 traverse_index (BTREE btree, INDEX index, RKEY lo, RKEY hi, TRAV_RECORD_FUNC_BYKEY func, void * par… in traverse_index()
177 traverse_db_rec_rkeys (BTREE btree, RKEY lo, RKEY hi, TRAV_RECORD_FUNC_BYKEY func, void * param) in traverse_db_rec_rkeys()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_page.c258 WT_BTREE *btree; in __inmem_col_fix() local
274 WT_BTREE *btree; in __inmem_col_int() local
311 WT_BTREE *btree; in __inmem_col_var_repeats() local
340 WT_BTREE *btree; in __inmem_col_var() local
407 WT_BTREE *btree; in __inmem_row_int() local
529 WT_BTREE *btree; in __inmem_row_leaf_entries() local
574 WT_BTREE *btree; in __inmem_row_leaf() local
H A Dbt_stat.c26 WT_BTREE *btree; in __wt_btree_stat_init() local
66 WT_BTREE *btree; in __stat_tree_walk() local
229 WT_BTREE *btree; in __stat_page_row_int() local
262 WT_BTREE *btree; in __stat_page_row_leaf() local
H A Dbt_cursor.c115 WT_BTREE *btree; in __cursor_size_chk() local
188 __cursor_fix_implicit(WT_BTREE *btree, WT_CURSOR_BTREE *cbt) in __cursor_fix_implicit()
211 WT_BTREE *btree; in __wt_cursor_valid() local
483 WT_BTREE *btree; in __wt_btcur_search() local
577 WT_BTREE *btree; in __wt_btcur_search_near() local
743 WT_BTREE *btree; in __wt_btcur_insert() local
904 WT_BTREE *btree; in __curfile_update_check() local
981 WT_BTREE *btree; in __wt_btcur_remove() local
1202 WT_BTREE *btree; in __btcur_update() local
1571 WT_BTREE *btree; in __wt_btcur_update() local
[all …]
/dports/databases/postgresql-rum/rum-1.3.7/src/
H A Drumbtree.c57 rumPrepareFindLeafPage(RumBtree btree, BlockNumber blkno) in rumPrepareFindLeafPage()
75 rumReFindLeafPage(RumBtree btree, RumBtreeStack * stack) in rumReFindLeafPage()
121 rumFindLeafPage(RumBtree btree, RumBtreeStack * stack) in rumFindLeafPage()
270 rumFindParents(RumBtree btree, RumBtreeStack * stack, in rumFindParents()
370 rumInsertValue(Relation index, RumBtree btree, RumBtreeStack * stack, in rumInsertValue()
H A Drumdatapage.c415 dataIsMoveRight(RumBtree btree, Page page) in dataIsMoveRight()
435 dataLocateItem(RumBtree btree, RumBtreeStack * stack) in dataLocateItem()
529 findInLeafPage(RumBtree btree, Page page, OffsetNumber *offset, in findInLeafPage()
622 dataLocateLeafItem(RumBtree btree, RumBtreeStack * stack) in dataLocateLeafItem()
691 dataGetLeftMostPage(RumBtree btree, Page page) in dataGetLeftMostPage()
704 dataGetRightMostPage(RumBtree btree, Page page) in dataGetRightMostPage()
782 dataIsEnoughSpace(RumBtree btree, Buffer buf, OffsetNumber off) in dataIsEnoughSpace()
819 dataPrepareData(RumBtree btree, Page page, OffsetNumber off) in dataPrepareData()
843 dataPlaceToPage(RumBtree btree, Page page, OffsetNumber off) in dataPlaceToPage()
1038 dataSplitPageLeaf(RumBtree btree, Buffer lbuf, Buffer rbuf, in dataSplitPageLeaf()
[all …]
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dlldatabase.c40 BTREE btree; member
67 lldb_set_btree (LLDATABASE lldb, void *btree) in lldb_set_btree()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/reconcile/
H A Drec_write.c489 WT_BTREE *btree; in __reconcile() local
714 WT_BTREE *btree; in __rec_write_page_status() local
900 WT_BTREE *btree; in __rec_raw_compression_config() local
955 WT_BTREE *btree; in __rec_init() local
1191 WT_BTREE *btree; in __rec_cleanup() local
2214 WT_BTREE *btree; in __rec_leaf_page_max() local
2384 WT_BTREE *btree; in __rec_split_init() local
2529 WT_BTREE *btree; in __rec_is_checkpoint() local
2559 WT_BTREE *btree; in __rec_split_row_promote_cell() local
2587 WT_BTREE *btree; in __rec_split_row_promote() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/gin/
H A Dgindatapage.c232 dataIsMoveRight(GinBtree btree, Page page) in dataIsMoveRight()
250 dataLocateItem(GinBtree btree, GinBtreeStack *stack) in dataLocateItem()
362 dataGetLeftMostPage(GinBtree btree, Page page) in dataGetLeftMostPage()
446 dataBeginPlaceToPageLeaf(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataBeginPlaceToPageLeaf()
714 dataExecPlaceToPageLeaf(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataExecPlaceToPageLeaf()
1193 dataBeginPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataBeginPlaceToPage()
1223 dataExecPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataExecPlaceToPage()
1244 dataSplitPageInternal(GinBtree btree, Buffer origbuf, in dataSplitPageInternal()
1325 dataPrepareDownlink(GinBtree btree, Buffer lbuf) in dataPrepareDownlink()
1867 ginPrepareDataScan(GinBtree btree, Relation index, BlockNumber rootBlkno) in ginPrepareDataScan()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/gin/
H A Dgindatapage.c233 dataIsMoveRight(GinBtree btree, Page page) in dataIsMoveRight()
251 dataLocateItem(GinBtree btree, GinBtreeStack *stack) in dataLocateItem()
363 dataGetLeftMostPage(GinBtree btree, Page page) in dataGetLeftMostPage()
447 dataBeginPlaceToPageLeaf(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataBeginPlaceToPageLeaf()
715 dataExecPlaceToPageLeaf(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataExecPlaceToPageLeaf()
1194 dataBeginPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataBeginPlaceToPage()
1224 dataExecPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataExecPlaceToPage()
1245 dataSplitPageInternal(GinBtree btree, Buffer origbuf, in dataSplitPageInternal()
1326 dataPrepareDownlink(GinBtree btree, Buffer lbuf) in dataPrepareDownlink()
1868 ginPrepareDataScan(GinBtree btree, Relation index, BlockNumber rootBlkno) in ginPrepareDataScan()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/gin/
H A Dgindatapage.c232 dataIsMoveRight(GinBtree btree, Page page) in dataIsMoveRight()
250 dataLocateItem(GinBtree btree, GinBtreeStack *stack) in dataLocateItem()
362 dataGetLeftMostPage(GinBtree btree, Page page) in dataGetLeftMostPage()
446 dataBeginPlaceToPageLeaf(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataBeginPlaceToPageLeaf()
714 dataExecPlaceToPageLeaf(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataExecPlaceToPageLeaf()
1193 dataBeginPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataBeginPlaceToPage()
1223 dataExecPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack, in dataExecPlaceToPage()
1244 dataSplitPageInternal(GinBtree btree, Buffer origbuf, in dataSplitPageInternal()
1325 dataPrepareDownlink(GinBtree btree, Buffer lbuf) in dataPrepareDownlink()
1867 ginPrepareDataScan(GinBtree btree, Relation index, BlockNumber rootBlkno) in ginPrepareDataScan()
[all …]

12345678910>>...35