• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-null/

Lines Matching refs:op

60 null_back_bind( Operation *op, SlapReply *rs )
62 struct null_info *ni = (struct null_info *) op->o_bd->be_private;
64 if ( ni->ni_bind_allowed || be_isroot_pw( op ) ) {
70 send_ldap_result( op, rs );
77 null_back_respond( Operation *op, SlapReply *rs, int rc )
91 if ( get_assert( op ) ) {
96 if ( op->o_preread ) {
99 switch ( op->o_tag ) {
103 e.e_name = op->o_req_dn;
104 e.e_nname = op->o_req_ndn;
109 if ( slap_read_controls( op, rs, &e,
118 if ( op->o_preread & SLAP_CONTROL_CRITICAL ) {
131 if ( op->o_postread ) {
134 switch ( op->o_tag ) {
138 if ( op->o_tag == LDAP_REQ_ADD ) {
139 e.e_name = op->ora_e->e_name;
140 e.e_nname = op->ora_e->e_nname;
143 e.e_name = op->o_req_dn;
144 e.e_nname = op->o_req_ndn;
150 if ( slap_read_controls( op, rs, &e,
159 if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
172 if ( op->o_noop ) {
173 switch ( op->o_tag ) {
184 if ( get_pagedresults( op ) > SLAP_CONTROL_IGNORED ) {
188 assert( op->o_tag == LDAP_REQ_SEARCH );
213 send_ldap_result( op, rs );
222 slap_sl_free( (*preread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
223 slap_sl_free( *preread_ctrl, op->o_tmpmemctx );
227 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
228 slap_sl_free( *postread_ctrl, op->o_tmpmemctx );
236 null_back_success( Operation *op, SlapReply *rs )
238 return null_back_respond( op, rs, LDAP_SUCCESS );
243 null_back_false( Operation *op, SlapReply *rs )
245 return null_back_respond( op, rs, LDAP_COMPARE_FALSE );
252 Operation *op,
318 if ( c->op == SLAP_CONFIG_EMIT ) {
321 } else if ( c->op == LDAP_MOD_DELETE ) {