HomeSort by: relevance | last modified time | path
    Searched refs:__ovfl_put (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/btree/
extern.h 62 int __ovfl_put(BTREE *, const DBT *, pgno_t *);
bt_put.c 126 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR)
137 if (__ovfl_put(t, data, &pg) == RET_ERROR)
bt_overflow.c 129 * __OVFL_PUT -- Store an overflow key/data item.
140 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg) function in typeref:typename:int
  /src/lib/libc/db/recno/
rec_put.c 211 if (__ovfl_put(t, data, &pg) == RET_ERROR)

Completed in 13 milliseconds