Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dbt_close.c70 if (__bt_sync(dbp, 0) == RET_ERROR) in __bt_close()
110 __bt_sync(const DB *dbp, u_int flags) in __bt_sync() function
H A Dextern.h54 int __bt_sync(const DB *, u_int);
H A Dbt_open.c175 dbp->sync = __bt_sync; in __bt_open()
/openbsd/lib/libc/db/recno/
H A Drec_close.c117 return (__bt_sync(dbp, 0)); in __rec_sync()