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

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
ctx.c 87 wt_ctx_get(Operation *op, struct wt_info *wi){ function
operational.c 47 wc = wt_ctx_get(op, wi);
50 "wt_hasSubordinates: wt_ctx_get failed\n" );
bind.c 62 wc = wt_ctx_get(op, wi);
65 "wt_bind: wt_ctx_get failed\n" );
compare.c 47 wc = wt_ctx_get(op, wi);
49 Debug( LDAP_DEBUG_ANY, "wt_compare: wt_ctx_get failed\n" );
proto-wt.h 218 wt_ctx *wt_ctx_get(Operation *op, struct wt_info *wi);
add.c 98 wc = wt_ctx_get(op, wi);
100 Debug( LDAP_DEBUG_ANY, "wt_add: wt_ctx_get failed\n" );
delete.c 65 wc = wt_ctx_get(op, wi);
67 Debug( LDAP_DEBUG_TRACE, "wt_delete: wt_ctx_get failed\n" );
id2entry.c 295 wc = wt_ctx_get(op, wi);
298 "wt_entry_get: wt_ctx_get failed\n" );
modrdn.c 75 wc = wt_ctx_get(op, wi);
77 Debug( LDAP_DEBUG_ANY, "wt_modrdn: wt_ctx_get failed\n");
modify.c 476 wc = wt_ctx_get(op, wi);
478 Debug( LDAP_DEBUG_ANY, "wt_modify: wt_ctx_get failed\n" );
search.c 353 wc = wt_ctx_get(op, wi);
356 "wt_search: wt_ctx_get failed: %d\n", rc );

Completed in 28 milliseconds