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

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
ctx.c 27 wt_ctx *
31 wt_ctx *wc;
33 wc = ch_malloc( sizeof( wt_ctx ) );
39 memset(wc, 0, sizeof(wt_ctx));
67 wt_ctx *wc = data;
86 wt_ctx *
90 wt_ctx *wc = NULL;
97 Debug( LDAP_DEBUG_ANY, "wt_ctx: wt_ctx_init failed\n" );
104 Debug( LDAP_DEBUG_ANY, "wt_ctx: setkey error(%d)\n",
110 return (wt_ctx *)data
    [all...]
proto-wt.h 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
    [all...]
dn2entry.c 39 wt_ctx *wc,
122 wt_ctx *wc,
142 wt_ctx *wc,
dn2id.c 65 wt_ctx *wc,
130 wt_ctx *wc,
192 wt_ctx *wc,
268 wt_ctx *wc,
310 wt_ctx *wc,
414 wt_ctx *wc,
id2entry.c 29 wt_ctx *wc,
62 wt_ctx *wc,
99 wt_ctx *wc,
134 wt_ctx *wc,
166 wt_ctx *wc,
284 wt_ctx *wc;
back-wt.h 96 } wt_ctx; typedef in typeref:struct:__anon7798
cache.c 35 int wt_idlcache_get(wt_ctx *wc, struct berval *ndn, int scope, ID *ids)
94 int wt_idlcache_set(wt_ctx *wc, struct berval *ndn, int scope, ID *ids)
142 int wt_idlcache_begin(wt_ctx *wc, struct berval *ndn, int scope)
184 int wt_idlcache_clear(Operation *op, wt_ctx *wc, struct berval *ndn)
operational.c 42 wt_ctx *wc = NULL;
index.c 148 wt_ctx *wc,
248 wt_ctx *wc,
336 wt_ctx *wc,
356 wt_index_entry( Operation *op, wt_ctx *wc, int opid, Entry *e )
387 wt_index_open(wt_ctx *wc, struct berval *name, int create)
filterindex.c 37 wt_ctx *wc,
106 wt_ctx *wc,
234 wt_ctx *wc,
363 wt_ctx *wc,
489 wt_ctx *wc,
511 wt_ctx *wc,
539 wt_ctx *wc,
610 wt_ctx *wc,
bind.c 37 wt_ctx *wc;
compare.c 42 wt_ctx *wc = NULL;
modify.c 78 wt_ctx *wc,
453 wt_ctx *wc = NULL;
search.c 132 wt_ctx *wc,
336 wt_ctx *wc;
tools.c 47 static wt_ctx *wc;
301 wt_ctx *wc,
add.c 46 wt_ctx *wc;
delete.c 50 wt_ctx *wc;
modrdn.c 39 wt_ctx *wc = NULL;

Completed in 21 milliseconds