Home
last modified time | relevance | path

Searched refs:new_bc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmessage_queue.c67 bm_context_t **new_bc, in asyncmeta_new_bm_context() argument
72 *new_bc = op->o_tmpcalloc( 1, sizeof( bm_context_t ), op->o_tmpmemctx ); in asyncmeta_new_bm_context()
74 (*new_bc)->op = op; in asyncmeta_new_bm_context()
75 (*new_bc)->copy_op = *op; in asyncmeta_new_bm_context()
76 (*new_bc)->candidates = op->o_tmpcalloc(ntargets, sizeof(SlapReply),op->o_tmpmemctx); in asyncmeta_new_bm_context()
77 (*new_bc)->msgids = op->o_tmpcalloc(ntargets, sizeof(int),op->o_tmpmemctx); in asyncmeta_new_bm_context()
78 (*new_bc)->nretries = op->o_tmpcalloc(ntargets, sizeof(int),op->o_tmpmemctx); in asyncmeta_new_bm_context()
79 (*new_bc)->c_peer_name = op->o_conn->c_peer_name; in asyncmeta_new_bm_context()
80 (*new_bc)->is_root = be_isroot( op ); in asyncmeta_new_bm_context()
107 (*new_bc)->msgids[i] = META_MSGID_UNDEFINED; in asyncmeta_new_bm_context()
[all …]
H A Dback-asyncmeta.h651 bm_context_t **new_bc,