Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/btree/
HDbtree.h339 size_t (*bt_pfx)(const DBT *, const DBT *); member
HDbt_split.c178 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()
185 nksize = t->bt_pfx(&a, &b); in __bt_split()
HDbt_open.c164 t->bt_pfx = b.prefix; in __bt_open()