Searched refs:__ovfl_put (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | extern.h | 74 #define __ovfl_put __kdb2_ovfl_put macro 115 int __ovfl_put __P((BTREE *, const DBT *, db_pgno_t *));
|
H A D | bt_put.c | 130 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR) 145 if (__ovfl_put(t, data, &pg) == RET_ERROR)
|
H A D | bt_overflow.c | 141 __ovfl_put(t, dbt, pg) in __ovfl_put() function
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_put.c | 214 if (__ovfl_put(t, data, &pg) == RET_ERROR)
|