Home
last modified time | relevance | path

Searched refs:o_callback (Results 1 – 25 of 73) sorted by relevance

123

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
H A Dauthzid.c219 op->o_callback->sc_private = rs->sr_ctrls; in authzid_response()
267 if ( op->o_callback->sc_private != NULL ) { in authzid_cleanup()
268 rs->sr_ctrls = (LDAPControl **)op->o_callback->sc_private; in authzid_cleanup()
269 op->o_callback->sc_private = NULL; in authzid_cleanup()
273 op->o_tmpfree( op->o_callback, op->o_tmpmemctx ); in authzid_cleanup()
274 op->o_callback = NULL; in authzid_cleanup()
295 sc = op->o_callback; in authzid_op_bind()
296 op->o_callback = op->o_tmpalloc( sizeof( slap_callback ), op->o_tmpmemctx ); in authzid_op_bind()
297 op->o_callback->sc_response = authzid_response; in authzid_op_bind()
298 op->o_callback->sc_cleanup = authzid_cleanup; in authzid_op_bind()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c86 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; in noopsrch_response()
155 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; in noopsrch_cleanup()
161 op->o_tmpfree( op->o_callback, op->o_tmpmemctx ); in noopsrch_cleanup()
162 op->o_callback = NULL; in noopsrch_cleanup()
190 sc->sc_next = op->o_callback->sc_next; in noopsrch_op_search()
191 op->o_callback->sc_next = sc; in noopsrch_op_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dresult.c76 assert( op->o_callback != NULL ); in slap_freeself_cb()
78 op->o_tmpfree( op->o_callback, op->o_tmpmemctx ); in slap_freeself_cb()
79 op->o_callback = NULL; in slap_freeself_cb()
331 slap_callback *sc = op->o_callback; in slap_writewait_play()
564 slap_callback *sc = op->o_callback, **scp; in slap_response_play()
570 op->o_callback = *scp; in slap_response_play()
571 if ( op->o_callback->sc_response ) { in slap_response_play()
572 rc = op->o_callback->sc_response( op, rs ); in slap_response_play()
573 if ( op->o_callback == NULL ) { in slap_response_play()
579 } else if ( op->o_callback != *scp ) { in slap_response_play()
[all …]
H A Dbackover.c238 slap_overinfo *oi = op->o_callback->sc_private; in over_back_response()
642 for ( scp = &op->o_callback; *scp != NULL; scp = &(*scp)->sc_next ) { in overlay_callback_after_backover()
724 for ( ; op->o_callback && op->o_callback->sc_response != in overlay_op_walk()
725 over_back_response; op->o_callback = sc_next ) { in overlay_op_walk()
726 sc_next = op->o_callback->sc_next; in overlay_op_walk()
727 if ( op->o_callback->sc_cleanup ) { in overlay_op_walk()
728 op->o_callback->sc_cleanup( op, rs ); in overlay_op_walk()
766 cb->sc_next = op->o_callback; in over_op_func()
768 op->o_callback = cb; in over_op_func()
773 for ( sc = &op->o_callback; *sc; sc = &(*sc)->sc_next ) { in over_op_func()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/
H A Dop.c86 op->o_bd = ((relay_callback *) op->o_callback)->rcb_bd; in relay_back_cleanup_cb()
93 relay_callback *rcb = (relay_callback *) op->o_callback; in relay_back_response_cb()
97 op->o_bd = op->o_callback->sc_private; in relay_back_response_cb()
102 (rcb)->rcb_sc.sc_next = (op)->o_callback; \
107 (op)->o_callback = (slap_callback *) (rcb); \
111 slap_callback **sc = &(op)->o_callback; \
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
H A Dlastbind.c138 lastbind_info *lbi = (lastbind_info *) op->o_callback->sc_private; in lastbind_bind_response()
191 lastbind_info *lbi = (lastbind_info *) op->o_callback->sc_private; in lastbind_bind_response()
195 op2.o_callback = &cb; in lastbind_bind_response()
251 cb->sc_next = op->o_callback->sc_next; in lastbind_bind()
253 op->o_callback->sc_next = cb; in lastbind_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dseqmod.c61 slap_callback *sc = op->o_callback; in seqmod_op_cleanup()
82 op->o_callback = sc->sc_next; in seqmod_op_cleanup()
130 cb->sc_next = op->o_callback; in seqmod_op_mod()
131 op->o_callback = cb; in seqmod_op_mod()
H A Dmemberof.c219 mc = (memberof_cookie_t *)op->o_callback->sc_private; in memberof_isGroupOrMember_cb()
237 mc = (memberof_cookie_t *)op->o_callback->sc_private; in memberof_saveMember_cb()
283 op2.o_callback = &cb; in memberof_isGroupOrMember()
360 memberof_cbinfo_t *mci = op->o_callback->sc_private; in memberof_value_modify()
383 op2.o_callback = &cb; in memberof_value_modify()
512 slap_callback *sc = op->o_callback; in memberof_cleanup()
515 op->o_callback = sc->sc_next; in memberof_cleanup()
757 sc->sc_next = op->o_callback; in memberof_op_add()
758 op->o_callback = sc; in memberof_op_add()
799 sc->sc_next = op->o_callback; in memberof_op_delete()
[all …]
H A Dtranslucent.c390 op->orm_modlist = op->o_callback->sc_private; in translucent_tag_cb()
587 cb.sc_next = op->o_callback; in translucent_modify()
588 op->o_callback = &cb; in translucent_modify()
592 op->o_callback = cb.sc_next; in translucent_modify()
724 nop.o_callback = &cb; in translucent_pwmod()
797 tc = op->o_callback->sc_private; in translucent_search_cb()
1088 trans_ctx *tc = op->o_callback->sc_private; in translucent_search_cleanup()
1149 op2.o_callback = &cb; in translucent_search()
1168 cb.sc_next = op->o_callback; in translucent_search()
1169 op->o_callback = &cb; in translucent_search()
[all …]
H A Dpcache.c869 op->o_callback = &cb; in merge_entry()
1790 qi->next = op->o_callback->sc_private; in remove_func()
1791 op->o_callback->sc_private = qi; in remove_func()
1819 op->o_callback = &cb; in remove_query_data()
2067 if ( op->o_callback->sc_private != NULL ) { in fetch_queryId_cb()
2079 op->o_callback->sc_private = (void *)vals; in fetch_queryId_cb()
2145 op->o_callback = ≻ in pcache_remove_entries_from_cache()
2161 vals = (BerVarray)op->o_callback->sc_private; in pcache_remove_entries_from_cache()
2176 op->o_callback->sc_private = NULL; in pcache_remove_entries_from_cache()
2274 op->o_callback = ≻ in pcache_remove_entry_queries_from_cache()
[all …]
H A Dderef.c276 op->o_tmpfree( op->o_callback, op->o_tmpmemctx ); in deref_cleanup()
277 op->o_callback = NULL; in deref_cleanup()
294 deref_cb_t *dc = (deref_cb_t *)op->o_callback->sc_private; in deref_response()
519 sc->sc_next = op->o_callback->sc_next; in deref_op_search()
520 op->o_callback->sc_next = sc; in deref_op_search()
H A Ddds.c93 dds_cb_t *dc = (dds_cb_t *)op->o_callback->sc_private; in dds_expire_cb()
186 op->o_callback = ≻ in dds_expire()
215 op->o_callback = ≻ in dds_expire()
295 op->o_tmpfree( op->o_callback, op->o_tmpmemctx ); in dds_freeit_cb()
296 op->o_callback = NULL; in dds_freeit_cb()
308 dds_info_t *di = op->o_callback->sc_private; in dds_counter_cb()
450 sc->sc_next = op->o_callback; in dds_op_add()
453 op->o_callback = sc; in dds_op_add()
487 sc->sc_next = op->o_callback; in dds_op_delete()
489 op->o_callback = sc; in dds_op_delete()
[all …]
H A Dretcode.c143 ch_free( op->o_callback ); in retcode_cleanup_cb()
144 op->o_callback = NULL; in retcode_cleanup_cb()
211 retcode_cb_t *rdc = (retcode_cb_t *)op->o_callback->sc_private; in retcode_cb_response()
281 op2.o_callback = ≻ in retcode_op_internal()
473 op->o_callback = cb; in retcode_op_func()
628 void *o_callback = op->o_callback; in retcode_entry_response() local
650 op->o_callback = NULL; in retcode_entry_response()
711 op->o_callback = o_callback; in retcode_entry_response()
H A Dsyncprov.c465 slap_callback *sc = op->o_callback; in findbase_cb()
523 fop.o_callback = &cb; in syncprov_findbase()
596 struct berval *maxcsn = op->o_callback->sc_private; in findmax_cb()
612 slap_callback *sc = op->o_callback; in findcsn_cb()
637 slap_callback *sc = op->o_callback; in findpres_cb()
716 fop.o_callback = &cb; in syncprov_findcsn()
1086 op->o_callback = NULL; in syncprov_qtask()
1236 slap_callback *sc = op->o_callback; in syncprov_ab_cleanup()
1237 op->o_callback = sc->sc_next; in syncprov_ab_cleanup()
1270 cb->sc_next = op->o_callback; in syncprov_op_abandon()
[all …]
H A Drefint.c445 refint_q *rq = op->o_callback->sc_private; in refint_search_cb()
593 op->o_callback->sc_response = refint_search_cb; in refint_repair()
613 if ( op->o_callback->sc_private == NULL ) { in refint_repair()
620 op->o_callback->sc_response = &slap_null_cb; in refint_repair()
839 op->o_callback = &cb; in refint_qtask()
955 rp = op->o_callback->sc_private; in refint_response()
1048 sc->sc_next = op->o_callback; in refint_preop()
1049 op->o_callback = sc; in refint_preop()
H A Dunique.c856 uc = op->o_callback->sc_private; in count_attr_cb()
995 nop->o_callback = &cb; in unique_search()
1044 slap_callback *sc = op->o_callback; in unique_unlock()
1048 op->o_callback = sc->sc_next; in unique_unlock()
1191 cb->sc_next = op->o_callback; in unique_add()
1192 op->o_callback = cb; in unique_add()
1333 cb->sc_next = op->o_callback; in unique_modify()
1334 op->o_callback = cb; in unique_modify()
1501 cb->sc_next = op->o_callback; in unique_modrdn()
1502 op->o_callback = cb; in unique_modrdn()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nops/
H A Dnops.c150 slap_callback *cb = op->o_callback; in nops_modify()
153 op->o_callback = NULL; in nops_modify()
155 op->o_callback = cb; in nops_modify()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c464 for (sc = op->o_callback; sc; sc = sc->sc_next) { in chk_totp()
816 cb = op->o_callback; in totp_op_cleanup()
817 op->o_callback = cb->sc_next; in totp_op_cleanup()
873 if ((a = attr_find( e->e_attrs, ad_authTimestamp)) != NULL && op->o_callback->sc_private) { in totp_bind_response()
874 struct berval *bv = op->o_callback->sc_private; in totp_bind_response()
901 op2.o_callback = &cb; in totp_bind_response()
916 op2.o_callback = NULL; in totp_bind_response()
942 cb->sc_next = op->o_callback; in totp_op_bind()
943 op->o_callback = cb; in totp_op_bind()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/
H A Ddupent.c377 dupent_cb_t *dc = (dupent_cb_t *)op->o_callback->sc_private; in dupent_response_entry()
467 dupent_cb_t *dc = (dupent_cb_t *)op->o_callback->sc_private; in dupent_response()
494 op->o_tmpfree( op->o_callback, op->o_tmpmemctx ); in dupent_cleanup()
495 op->o_callback = NULL; in dupent_cleanup()
522 sc->sc_next = op->o_callback->sc_next; in dupent_op_search()
523 op->o_callback->sc_next = sc; in dupent_op_search()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/cloak/
H A Dcloak.c192 assert( op && op->o_callback && rs ); in cloak_search_response_cb()
198 sc = op->o_callback; in cloak_search_response_cb()
283 sc->sc_next = op->o_callback; in cloak_search()
285 op->o_callback = sc; in cloak_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c73 for ( pcb = op->o_callback; pcb != NULL; pcb = pcb->sc_next ) { in slapi_op_internal_p()
91 cb->sc_next = op->o_callback; in slapi_op_internal_p()
92 op->o_callback = cb; in slapi_op_internal_p()
669 op->o_callback = cb.sc_next; in slapi_op_func()
718 op->o_callback = cb.sc_next; in slapi_over_extended()
756 op->o_callback = cb.sc_next; in slapi_over_access_allowed()
835 op->o_callback = cb.sc_next; in slapi_over_acl_group()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacsess.c106 session_perm_req_t *sess_perm_reqp = op->o_callback->sc_private; in rbac_session_permissions_cb()
154 rbac_session_t *sessp = op->o_callback->sc_private; in rbac_read_session_cb()
255 op2.o_callback = &cb; in rbac_session_add_role()
325 op2.o_callback = &cb; in rbac_session_drop_role()
368 op2.o_callback = &cb; in rbac_int_delete_session()
495 op->o_callback = &nullsc; in rbac_register_session()
602 op2.o_callback = &cb; in rbac_register_session2()
698 op2.o_callback = &cb; in rbac_session_byid_fake()
769 op2.o_callback = &cb; in rbac_session_byid()
885 op2->o_callback = &cb; in rbac_int_session_permissions()
H A Drbacuser.c58 rbac_callback_info_t *cbp = op->o_callback->sc_private; in rbac_read_user_cb()
123 rbac_user_t *ui = op->o_callback->sc_private; in rbac_bind_cb()
262 op2.o_callback = &cb; in rbac_authenticate_user()
405 op2.o_callback = &cb; in rbac_read_user()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c267 nop.o_callback = &nullcb; in addpartial_add()
323 op->o_callback = NULL; in addpartial_add()
336 op->o_callback->sc_private = (void *) ch_strdup(rs->sr_text); in collect_error_msg_cb()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c46 struct paminfo *pi = op->o_callback->sc_private; in pam_bindcb()
189 op->o_callback = &cb; in pam_do_bind()
340 op->o_callback->sc_private = (void *)1; in pam_compare_cb()
399 op->o_callback = &cb; in pam_authz()
455 op->o_callback = &cb; in pam_authz()
669 op->o_callback = &cb; in pam_sess()
834 op->o_callback = &cb; in pam_pwmod()

123