Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dextern.h57 int __ovfl_put(BTREE *, const DBT *, pgno_t *);
H A Dbt_put.c118 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR) in __bt_put()
130 if (__ovfl_put(t, data, &pg) == RET_ERROR) in __bt_put()
H A Dbt_overflow.c128 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg) in __ovfl_put() function
/freebsd/lib/libc/db/recno/
H A Drec_put.c202 if (__ovfl_put(t, data, &pg) == RET_ERROR) in __rec_iput()