Searched refs:DT_GETSTBL (Results 1 – 2 of 2) sorted by relevance
635 stbl = DT_GETSTBL(p); in dtSearch()1554 stbl = DT_GETSTBL(rp); in dtSplitPage()1680 stbl = DT_GETSTBL(sp); in dtExtendPage()1976 stbl = DT_GETSTBL(rp); in dtSplitRoot()2095 stbl = DT_GETSTBL(p); in dtDelete()2112 stbl = DT_GETSTBL(np); in dtDelete()2185 stbl = DT_GETSTBL(p); in dtDelete()2590 stbl = DT_GETSTBL(pp); in dtRelocate()2658 stbl = DT_GETSTBL(p); in dtSearchNode()2672 stbl = DT_GETSTBL(p); in dtSearchNode()[all …]
234 #define DT_GETSTBL(p) ( ((p)->header.flag & BT_ROOT) ?\ macro