Home
last modified time | relevance | path

Searched refs:TupLoc (Results 1 – 25 of 119) sorted by relevance

12345

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp157 struct TupLoc { struct in Dbtux
163 TupLoc();
178 #define NullTupLoc TupLoc()
522 TupLoc getLink(unsigned i);
745 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
753 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
761 Dbtux::TupLoc::getPageId() const in getPageId()
774 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
786 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
795 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp63 TupLoc loc = lubNode.getLink(0); in treeAddFull()
160 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
228 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
413 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
422 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
437 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
451 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
619 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
625 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
644 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
H A DDbtuxSearch.cpp65 const TupLoc loc = currNode.getLink(0); in searchToAdd()
80 const TupLoc loc = currNode.getLink(1); in searchToAdd()
196 const TupLoc loc = currNode.getLink(0); in searchToRemove()
210 const TupLoc loc = currNode.getLink(1); in searchToRemove()
288 const TupLoc loc = currNode.getLink(0); in searchToScanAscending()
310 const TupLoc loc = currNode.getLink(1); in searchToScanAscending()
375 const TupLoc loc = currNode.getLink(0); in searchToScanDescending()
394 const TupLoc loc = currNode.getLink(1); in searchToScanDescending()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp167 struct TupLoc { struct in Dbtux
173 TupLoc();
188 #define NullTupLoc TupLoc()
516 TupLoc getLink(unsigned i);
857 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
865 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
873 Dbtux::TupLoc::getPageId() const in getPageId()
886 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
898 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
907 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp70 TupLoc loc = lubNode.getLink(0); in treeAddFull()
168 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
234 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
421 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
430 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
445 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
459 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
627 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
633 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
652 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp167 struct TupLoc { struct in Dbtux
173 TupLoc();
188 #define NullTupLoc TupLoc()
516 TupLoc getLink(unsigned i);
857 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
865 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
873 Dbtux::TupLoc::getPageId() const in getPageId()
886 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
898 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
907 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp70 TupLoc loc = lubNode.getLink(0); in treeAddFull()
168 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
234 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
421 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
430 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
445 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
459 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
627 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
633 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
652 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp167 struct TupLoc { struct in Dbtux
173 TupLoc();
188 #define NullTupLoc TupLoc()
516 TupLoc getLink(unsigned i);
857 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
865 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
873 Dbtux::TupLoc::getPageId() const in getPageId()
886 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
898 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
907 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp70 TupLoc loc = lubNode.getLink(0); in treeAddFull()
168 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
234 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
421 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
430 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
445 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
459 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
627 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
633 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
652 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp125 struct TupLoc { struct in Dbtux
131 TupLoc();
146 #define NullTupLoc TupLoc()
474 TupLoc getLink(unsigned i);
816 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
824 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
832 Dbtux::TupLoc::getPageId() const in getPageId()
845 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
857 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
866 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp73 TupLoc loc = lubNode.getLink(0); in treeAddFull()
171 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
237 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
424 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
433 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
448 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
462 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
630 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
636 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
655 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp125 struct TupLoc { struct in Dbtux
131 TupLoc();
146 #define NullTupLoc TupLoc()
474 TupLoc getLink(unsigned i);
816 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
824 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
832 Dbtux::TupLoc::getPageId() const in getPageId()
845 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
857 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
866 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp73 TupLoc loc = lubNode.getLink(0); in treeAddFull()
171 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
237 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
424 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
433 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
448 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
462 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
630 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
636 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
655 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp125 struct TupLoc { struct in Dbtux
131 TupLoc();
146 #define NullTupLoc TupLoc()
474 TupLoc getLink(unsigned i);
816 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
824 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
832 Dbtux::TupLoc::getPageId() const in getPageId()
845 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
857 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
866 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp73 TupLoc loc = lubNode.getLink(0); in treeAddFull()
171 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
237 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
424 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
433 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
448 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
462 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
630 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
636 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
655 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp125 struct TupLoc { struct in Dbtux
131 TupLoc();
146 #define NullTupLoc TupLoc()
474 TupLoc getLink(unsigned i);
816 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
824 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
832 Dbtux::TupLoc::getPageId() const in getPageId()
845 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
857 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
866 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp73 TupLoc loc = lubNode.getLink(0); in treeAddFull()
171 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
237 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
424 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
433 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
448 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
462 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
630 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
636 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
655 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp125 struct TupLoc { struct in Dbtux
131 TupLoc();
146 #define NullTupLoc TupLoc()
474 TupLoc getLink(unsigned i);
816 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
824 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
832 Dbtux::TupLoc::getPageId() const in getPageId()
845 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
857 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
866 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp73 TupLoc loc = lubNode.getLink(0); in treeAddFull()
171 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
237 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
424 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
433 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
448 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
462 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
630 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
636 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
655 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp167 struct TupLoc { struct in Dbtux
173 TupLoc();
188 #define NullTupLoc TupLoc()
516 TupLoc getLink(unsigned i);
857 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
865 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
873 Dbtux::TupLoc::getPageId() const in getPageId()
886 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
898 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
907 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp70 TupLoc loc = lubNode.getLink(0); in treeAddFull()
168 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
234 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
421 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
430 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
445 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
459 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
627 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
633 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
652 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp167 struct TupLoc { struct in Dbtux
173 TupLoc();
188 #define NullTupLoc TupLoc()
516 TupLoc getLink(unsigned i);
857 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
865 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
873 Dbtux::TupLoc::getPageId() const in getPageId()
886 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
898 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
907 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]
H A DDbtuxTree.cpp70 TupLoc loc = lubNode.getLink(0); in treeAddFull()
168 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
234 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
421 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
430 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
445 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
459 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
627 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
633 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
652 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp79 TupLoc loc = lubNode.getLink(0); in treeAddFull()
186 TupLoc parentLoc = node.getLink(2); in treeAddRebalance()
254 TupLoc loc = lubNode.getLink(0); in treeRemoveInner()
443 const TupLoc loc5 = node5.m_loc; in treeRotateSingle()
452 TupLoc loc3 = node5.getLink(i); in treeRotateSingle()
467 TupLoc loc4 = node3.getLink(1 - i); in treeRotateSingle()
481 TupLoc loc0 = node5.getLink(2); in treeRotateSingle()
655 const TupLoc loc6 = node6.m_loc; in treeRotateDouble()
661 TupLoc loc2 = node6.getLink(i); in treeRotateDouble()
680 TupLoc loc3 = node4.getLink(i); in treeRotateDouble()
[all …]
H A DDbtux.hpp128 struct TupLoc { struct in Dbtux
134 TupLoc();
149 #define NullTupLoc TupLoc()
520 TupLoc getLink(unsigned i);
1015 Dbtux::TupLoc::TupLoc() : in TupLoc() function in Dbtux::TupLoc
1023 Dbtux::TupLoc::TupLoc(Uint32 pageId, Uint16 pageOffset) : in TupLoc() function in Dbtux::TupLoc
1031 Dbtux::TupLoc::getPageId() const in getPageId()
1044 Dbtux::TupLoc::getPageOffset() const in getPageOffset()
1056 Dbtux::TupLoc::operator==(const TupLoc& loc) const in operator ==()
1065 Dbtux::TupLoc::operator!=(const TupLoc& loc) const in operator !=()
[all …]

12345