Home
last modified time | relevance | path

Searched refs:ob_controls (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Doperation.c144 memset( opbuf->ob_controls, 0, sizeof( opbuf->ob_controls )); in slap_op_free()
145 op->o_controls = opbuf->ob_controls; in slap_op_free()
211 op->o_controls = ((OperationBuffer *) op)->ob_controls; in slap_op_alloc()
H A Dconnection.c2081 op->o_controls = opbuf->ob_controls; in connection_fake_init2()
H A Dsasl.c446 op->o_controls = opbuf.ob_controls; in slap_auxprop_lookup()
H A Dslap.h2835 void *ob_controls[SLAP_MAX_CIDS]; member
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c197 op->o_controls = ((OperationBuffer *) op)->ob_controls; in slapi_int_connection_init_pb()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c1071 op->o_controls = opbuf.ob_controls; in syncprov_qtask()
1072 memset( op->o_controls, 0, sizeof(opbuf.ob_controls) ); in syncprov_qtask()