HomeSort by: relevance | last modified time | path
    Searched refs:P_OVERFLOW (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/btree/
bt_debug.c 223 X(P_OVERFLOW, "OVERFLOW")
229 if (h->flags & P_OVERFLOW)
328 case P_OVERFLOW:
bt_overflow.c 166 h->flags = P_OVERFLOW;
btree.h 76 #define P_OVERFLOW 0x04 /* overflow page */
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 811 * #P_OVERFLOW records occupy one or more contiguous pages where only the
838 #define P_OVERFLOW 0x04 /**< overflow page */
907 #define IS_OVERFLOW(p) F_ISSET(MP_FLAGS(p), P_OVERFLOW)
1667 switch (MP_FLAGS(mp) & (P_BRANCH|P_LEAF|P_LEAF2|P_META|P_OVERFLOW|P_SUBP)) {
1673 case P_OVERFLOW:
7432 if ((rc = mdb_page_new(mc, P_OVERFLOW, ovpages, &ofp)))

Completed in 40 milliseconds