Searched refs:__ovfl_put (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/lib/libc/db/btree/ |
| D | bt_put.c | 126 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR) in __bt_put() 137 if (__ovfl_put(t, data, &pg) == RET_ERROR) in __bt_put()
|
| D | extern.h | 62 int __ovfl_put(BTREE *, const DBT *, pgno_t *);
|
| D | bt_overflow.c | 140 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg) in __ovfl_put() function
|
| /netbsd/src/lib/libc/db/recno/ |
| D | rec_put.c | 211 if (__ovfl_put(t, data, &pg) == RET_ERROR) in __rec_iput()
|