Home | History | Annotate | Download | only in back-wt

Lines Matching refs:wt_ctx

50 int wt_id2entry(BackendDB *be, wt_ctx *wc, ID id, Entry **ep );
51 int wt_id2entry_add(Operation *op, wt_ctx *wc, Entry *e );
52 int wt_id2entry_update(Operation *op, wt_ctx *wc, Entry *e );
53 int wt_id2entry_delete(Operation *op, wt_ctx *wc, Entry *e );
74 wt_ctx *wc,
94 int wt_index_entry LDAP_P(( Operation *op, wt_ctx *wc, int r, Entry *e ));
97 wt_ctx *wc,
109 WT_CURSOR *wt_index_open(wt_ctx *wc, struct berval *name, int create);
145 wt_ctx *wc,
164 wt_ctx *wc,
171 wt_ctx *wc,
178 wt_ctx *wc,
187 wt_ctx *wc,
193 wt_ctx *wc,
200 wt_ctx *wc,
205 wt_ctx *wc,
209 wt_ctx *wc,
216 wt_ctx *wt_ctx_init(struct wt_info *wi);
218 wt_ctx *wt_ctx_get(Operation *op, struct wt_info *wi);
223 int wt_idlcache_get(wt_ctx *wc, struct berval *ndn, int scope, ID *ids);
224 int wt_idlcache_set(wt_ctx *wc, struct berval *ndn, int scope, ID *ids);
225 int wt_idlcache_begin(wt_ctx *wc, struct berval *ndn, int scope);
226 int wt_idlcache_clear(Operation *op, wt_ctx *wc, struct berval *ndn);