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

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

Completed in 125 milliseconds