Searched refs:BT_INTERNAL (Results 1 – 2 of 2) sorted by relevance
1249 (sp->header.flag & BT_LEAF) ? BT_LEAF : BT_INTERNAL; in xtSplitRoot()1308 sp->header.flag |= BT_INTERNAL; in xtSplitRoot()1428 if (p->header.flag & BT_INTERNAL) { in xtExtend()1722 if (p->header.flag & BT_INTERNAL) { in xtUpdate()1876 if (p->header.flag & BT_INTERNAL) { in xtUpdate()2295 if (p->header.flag & BT_INTERNAL) in xtTruncate()2471 p->header.flag &= ~BT_INTERNAL; in xtTruncate()2620 p->header.flag &= ~BT_INTERNAL; in xtTruncate()2801 if (p->header.flag & BT_INTERNAL) in xtTruncate_pmap()
32 #define BT_INTERNAL 0x04 /* internal page */ macro