Home
last modified time | relevance | path

Searched refs:__wt_conn_dhandle_discard_single (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_dhandle.c758 __wt_conn_dhandle_discard_single( in __wt_conn_dhandle_discard_single() function
838 WT_TRET(__wt_conn_dhandle_discard_single( in __wt_conn_dhandle_discard()
867 WT_TRET(__wt_conn_dhandle_discard_single( in __wt_conn_dhandle_discard()
H A Dconn_sweep.c211 ret = __wt_conn_dhandle_discard_single(session, false, true)); in __sweep_remove_one()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dextern.h277 extern int __wt_conn_dhandle_discard_single(WT_SESSION_IMPL *session, bool final, bool mark_dead) W…