Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/btree/
H A Dextern.h35 int __ovfl_put __P((BTREE *, const DBT *, pgno_t *));
H A Dbt_put.c96 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR)
107 if (__ovfl_put(t, data, &pg) == RET_ERROR)
H A Dbt_overflow.c111 __ovfl_put(t, dbt, pg) in __ovfl_put() function
/original-bsd/lib/libc/db/recno/
H A Drec_put.c159 if (__ovfl_put(t, data, &pg) == RET_ERROR)