Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/btree/
H A Dextern.h56 int __bt_split(BTREE *, PAGE *,
H A Dbt_put.c206 if ((status = __bt_split(t, h, key, in __bt_put()
H A Dbt_split.c82 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, in __bt_split() function
/netbsd-src/lib/libc/db/recno/
H A Drec_put.c261 status = __bt_split(t, h, NULL, data, dflags, nbytes, in __rec_iput()