Home
last modified time | relevance | path

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

/trueos/lib/libc/db/btree/
HDbtree.h337 size_t (*bt_pfx)(const DBT *, const DBT *); member
HDbt_split.c181 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()
188 nksize = t->bt_pfx(&a, &b); in __bt_split()
HDbt_open.c165 t->bt_pfx = b.prefix; in __bt_open()