Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ !
H A Dextern.h55 #define __bt_split __kdb2_bt_split macro
86 int __bt_split __P((BTREE *, PAGE *,
H A Dbt_put.c209 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
/src/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
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/ !
H A Drec_put.c253 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx); in __rec_iput()
/src/lib/libc/db/recno/ !
H A Drec_put.c250 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx); in __rec_iput()