| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | meta_result.c | 63 candidates[ i ].sr_type != REP_RESULT) { in asyncmeta_is_last_result() 662 bc->candidates[ candidate ].sr_type = REP_RESULT; in asyncmeta_send_all_pending_ops() 699 bc->candidates[ candidate ].sr_type = REP_RESULT; in asyncmeta_return_bind_errors() 777 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() 808 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() 866 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() 879 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() 910 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() 932 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() 1105 candidates[ i ].sr_type = REP_RESULT; in asyncmeta_handle_search_msg() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| H A D | rbacsess.c | 221 SlapReply rs2 = { REP_RESULT }; in rbac_session_add_role() 281 SlapReply rs2 = { REP_RESULT }; in rbac_session_drop_role() 352 SlapReply rs2 = { REP_RESULT }; in rbac_int_delete_session() 418 SlapReply rs2 = { REP_RESULT }; in rbac_register_session() 517 SlapReply rs2 = { REP_RESULT }; in rbac_register_session2() 662 SlapReply rs2 = { REP_RESULT }; in rbac_session_byid_fake() 736 SlapReply rs2 = { REP_RESULT }; in rbac_session_byid() 837 SlapReply rs2 = { REP_RESULT }; in rbac_int_session_permissions()
|
| H A D | rbacuser.c | 246 SlapReply rs2 = { REP_RESULT }; in rbac_authenticate_user() 361 SlapReply rs2 = { REP_RESULT }; in rbac_read_user()
|
| H A D | rbacaudit.c | 73 SlapReply rs2 = { REP_RESULT }; in rbac_audit()
|
| H A D | rbacperm.c | 118 SlapReply rs2 = { REP_RESULT }; in rbac_read_permission()
|
| H A D | init.c | 161 SlapReply rs2 = { REP_RESULT }; in initialize_tenant()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | pam.c | 158 SlapReply rs = {REP_RESULT}; in pam_do_bind() 386 SlapReply rs = {REP_RESULT}; in pam_authz() 393 SlapReply rs2 = {REP_RESULT}; in pam_authz() 415 rs_reinit(&rs2, REP_RESULT); in pam_authz() 454 SlapReply rs = {REP_RESULT}; in pam_authz() 578 SlapReply rs = {REP_RESULT}; in pam_sess() 804 SlapReply rs = {REP_RESULT}; in pam_pwmod()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_overlay.c | 242 assert( rs->sr_type == REP_RESULT || rs->sr_type == REP_SASL || rs->sr_type == REP_EXTENDED ); in slapi_over_result() 514 case REP_RESULT: in slapi_over_response() 545 case REP_RESULT: in slapi_over_cleanup() 737 SlapReply rs = { REP_RESULT }; in slapi_over_access_allowed() 775 SlapReply rs = { REP_RESULT }; in slapi_over_acl_group()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/ |
| H A D | noopsrch.c | 106 } else if ( rs->sr_type == REP_RESULT ) { in noopsrch_response() 154 if ( rs->sr_type == REP_RESULT || rs->sr_err == SLAPD_ABANDON ) { in noopsrch_cleanup()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| H A D | vernum.c | 216 case REP_RESULT: in vernum_repair_cb() 252 SlapReply rs = { REP_RESULT }; in vernum_repair() 312 SlapReply rs2 = { REP_RESULT }; in vernum_repair()
|
| H A D | pguid.c | 230 case REP_RESULT: in pguid_repair_cb() 293 SlapReply rs = { REP_RESULT }; in pguid_repair() 343 SlapReply rs2 = { REP_RESULT }; in pguid_repair()
|
| H A D | rdnval.c | 436 case REP_RESULT: in rdnval_repair_cb() 482 SlapReply rs = { REP_RESULT }; in rdnval_repair() 538 SlapReply rs2 = { REP_RESULT }; in rdnval_repair()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| H A D | config.c | 325 if ( rs->sr_type == REP_RESULT ) { in sock_over_response() 337 if ( rs->sr_type == REP_RESULT ) { in sock_over_response()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| H A D | autogroup.c | 117 SlapReply sreply = {REP_RESULT}; in autogroup_add_member_to_group() 183 SlapReply sreply = {REP_RESULT}; in autogroup_add_member_values_to_group() 237 SlapReply sreply = {REP_RESULT}; in autogroup_delete_member_from_group() 312 SlapReply sreply = {REP_RESULT}; in autogroup_delete_member_values_from_group() 554 rs_reinit( &rs, REP_RESULT ); in autogroup_add_members_from_filter() 1080 if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !oex ) { in autogroup_response() 1103 if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !oex ) { in autogroup_response() 1315 if ( rs->sr_type == REP_RESULT && rs->sr_err == LDAP_SUCCESS && !oex ) { in autogroup_response() 2111 SlapReply rs = { REP_RESULT }; in autogroup_db_open()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | accesslog.c | 685 SlapReply rs = {REP_RESULT}; in accesslog_purge() 768 rs_reinit( &rs, REP_RESULT ); in accesslog_purge() 1516 SlapReply rs2 = {REP_RESULT}; in accesslog_response() 1519 if ( rs->sr_type == REP_RESULT || rs->sr_type == REP_EXTENDED || in accesslog_response() 1526 if ( rs->sr_type != REP_RESULT && rs->sr_type != REP_EXTENDED ) in accesslog_response() 1991 rs_reinit( &rs2, REP_RESULT ); in accesslog_response() 2126 SlapReply rs2 = {REP_RESULT}; in accesslog_unbind() 2169 SlapReply rs2 = {REP_RESULT}; in accesslog_abandon() 2319 SlapReply rs = {REP_RESULT}; in accesslog_db_root() 2356 SlapReply rs = {REP_RESULT}; in accesslog_db_root()
|
| H A D | dds.c | 114 case REP_RESULT: in dds_expire_cb() 134 SlapReply rs = { REP_RESULT }; in dds_expire() 305 assert( rs->sr_type == REP_RESULT ); in dds_counter_cb() 1081 SlapReply rs2 = { REP_RESULT }; in dds_op_extended() 1687 case REP_RESULT: in dds_count_cb() 1708 SlapReply rs = { REP_RESULT }; in dds_count()
|
| H A D | deref.c | 275 if ( rs->sr_type == REP_RESULT || rs->sr_err == SLAPD_ABANDON ) { in deref_cleanup() 495 } else if ( rs->sr_type == REP_RESULT ) { in deref_response()
|
| H A D | syncprov.c | 504 SlapReply frs = { REP_RESULT }; in syncprov_findbase() 657 case REP_RESULT: in findpres_cb() 681 SlapReply frs = { REP_RESULT }; in syncprov_findcsn() 834 rs_reinit( &frs, REP_RESULT ); in syncprov_findcsn() 1390 SlapReply rs = {REP_RESULT}; in syncprov_matchops() 1565 SlapReply rsm = {REP_RESULT}; in syncprov_checkpoint() 1616 rs_reinit( &rsm, REP_RESULT ); in syncprov_checkpoint() 1769 SlapReply frs = { REP_RESULT }; in check_uuidlist_presence() 1806 rs_reinit( &frs, REP_RESULT ); in check_uuidlist_presence() 2226 SlapReply frs = { REP_RESULT }; in syncprov_play_accesslog() [all …]
|
| H A D | pcache.c | 852 SlapReply sreply = {REP_RESULT}; in merge_entry() 880 rs_reinit( &sreply, REP_RESULT ); in merge_entry() 1807 SlapReply sreply = {REP_RESULT}; in remove_query_data() 1843 rs_reinit( &sreply, REP_RESULT ); in remove_query_data() 2149 SlapReply rs = { REP_RESULT }; in pcache_remove_entries_from_cache() 2218 SlapReply rs = { REP_RESULT }; in pcache_remove_entry_queries_from_cache() 2359 if ( rs->sr_type == REP_RESULT || in pcache_op_cleanup() 2517 } else if ( rs->sr_type == REP_RESULT ) { in pcache_response() 2607 SlapReply sr = { REP_RESULT }; in pc_setpw() 3340 SlapReply rs2 = { REP_RESULT }; in refresh_merge() [all …]
|
| H A D | autoca.c | 412 SlapReply rs = {REP_RESULT}; in autoca_savecert() 476 SlapReply rs = {REP_RESULT}; in autoca_setca_task() 529 SlapReply rs = {REP_RESULT}; in autoca_setlocal()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | search.c | 1153 candidates[ i ].sr_type = REP_RESULT; in meta_back_search() 1234 candidates[ i ].sr_type = REP_RESULT; in meta_back_search() 1281 candidates[ i ].sr_type = REP_RESULT; in meta_back_search() 1340 candidates[ i ].sr_type = REP_RESULT; in meta_back_search() 1352 candidates[ i ].sr_type = REP_RESULT; in meta_back_search() 1381 candidates[ i ].sr_type = REP_RESULT; in meta_back_search() 1406 candidates[ i ].sr_type = REP_RESULT; in meta_back_search()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/trace/ |
| H A D | trace.c | 150 case REP_RESULT: in trace_response()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dupent/ |
| H A D | dupent.c | 474 case REP_RESULT: in dupent_response() 493 if ( rs->sr_type == REP_RESULT || rs->sr_err == SLAPD_ABANDON ) { in dupent_cleanup()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | syncrepl.c | 2900 SlapReply rs = { REP_RESULT }; in syncrepl_message_to_op() 3691 SlapReply rs_modify = {REP_RESULT}; in syncrepl_dirsync_cookie() 3938 SlapReply rs_search = {REP_RESULT}; in syncrepl_entry() 4088 SlapReply rs_add = {REP_RESULT}; in syncrepl_entry() 4143 SlapReply rs2 = { REP_RESULT }; in syncrepl_entry() 4196 SlapReply rs_modify = {REP_RESULT}; in syncrepl_entry() 4379 rs_reinit( &rs_modify, REP_RESULT ); in syncrepl_entry() 4410 SlapReply rs_modify = {REP_RESULT}; in syncrepl_entry() 4442 SlapReply rs_delete = {REP_RESULT}; in syncrepl_entry() 4467 rs_reinit( &rs_delete, REP_RESULT ); in syncrepl_entry() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/ |
| H A D | lastbind.c | 188 SlapReply r2 = { REP_RESULT }; in lastbind_bind_response()
|