Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/db/btree/
Dbtree.h339 size_t (*bt_pfx)(const DBT *, const DBT *); member
Dbt_split.c182 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()
189 nksize = t->bt_pfx(&a, &b); in __bt_split()
Dbt_open.c168 t->bt_pfx = b.prefix; in __bt_open()