Searched refs:bt_ovflsize (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libc/db/btree/
H A Dbt_put.c115 if (key->size + data->size > t->bt_ovflsize) {
116 if (key->size > t->bt_ovflsize) {
128 if (key->size + data->size > t->bt_ovflsize) {
140 if (key->size + data->size > t->bt_ovflsize)
H A Dbt_open.c286 t->bt_ovflsize = (t->bt_psize - BTDATAOFF) / b.minkeypage -
288 if (t->bt_ovflsize < NBLEAFDBT(NOVFLSIZE, NOVFLSIZE) + sizeof(indx_t))
289 t->bt_ovflsize =
H A Dbtree.h329 indx_t bt_ovflsize; /* cut-off for key/data overflow */ member in struct:_btree
/openbsd-current/lib/libc/db/recno/
H A Drec_put.c197 if (data->size > t->bt_ovflsize) {

Completed in 78 milliseconds