Home
last modified time | relevance | path

Searched refs:__bt_split (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dextern.h51 int __bt_split(BTREE *, PAGE *,
H A Dbt_put.c198 if ((status = __bt_split(t, h, key, in __bt_put()
H A Dbt_split.c73 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, in __bt_split() function
/freebsd/lib/libc/db/recno/
H A Drec_put.c250 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx); in __rec_iput()