Home
last modified time | relevance | path

Searched refs:P_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/btree/
H A Dbt_debug.c166 X(P_OVERFLOW, "OVERFLOW") in __bt_dpage()
172 if (h->flags & P_OVERFLOW) in __bt_dpage()
269 case P_OVERFLOW: in __bt_stat()
H A Dbt_overflow.c149 h->flags = P_OVERFLOW; in __ovfl_put()
H A Dbtree.h72 #define P_OVERFLOW 0x04 /* overflow page */ macro