Searched refs:__ovfl_put (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/db/btree/ |
H A D | extern.h | 57 int __ovfl_put(BTREE *, const DBT *, pgno_t *);
|
H A D | bt_put.c | 118 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 D | bt_overflow.c | 128 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg) in __ovfl_put() function
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_put.c | 202 if (__ovfl_put(t, data, &pg) == RET_ERROR) in __rec_iput()
|