/netbsd/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | neoXldap.c | 859 deref = LDAP_DEREF_NEVER; 862 deref = LDAP_DEREF_NEVER; 982 deref = LDAP_DEREF_NEVER; 1432 ldap->ld_deref = LDAP_DEREF_NEVER; /* Turn off alias dereferencing */
|
/netbsd/external/bsd/openldap/dist/libraries/libldap/ |
H A D | init.c | 74 {"never", LDAP_DEREF_NEVER}, 591 gopts->ldo_deref = LDAP_DEREF_NEVER; in ldap_int_initialize_global_options()
|
/netbsd/external/bsd/openldap/dist/clients/tools/ |
H A D | ldapdelete.c | 165 int deref = LDAP_DEREF_NEVER; in private_conn_setup()
|
H A D | ldapsearch.c | 381 deref = LDAP_DEREF_NEVER; in handle_private_option()
|
/netbsd/external/bsd/openldap/dist/servers/slapd/ |
H A D | search.c | 108 case LDAP_DEREF_NEVER: in do_search()
|
H A D | saslauthz.c | 1928 op.ors_deref = LDAP_DEREF_NEVER; in slap_sasl_match() 2091 op.ors_deref = LDAP_DEREF_NEVER; in slap_sasl2dn()
|
H A D | sasl.c | 456 op->ors_deref = LDAP_DEREF_NEVER; in slap_auxprop_lookup() 1166 op->ors_deref = LDAP_DEREF_NEVER; in slapd_rw_apply()
|
H A D | syncrepl.c | 967 rc = LDAP_DEREF_NEVER; /* actually could allow DEREF_FINDING */ in do_syncrep1() 2787 op2.ors_deref = LDAP_DEREF_NEVER; in syncrepl_op_modify() 4007 op->ors_deref = LDAP_DEREF_NEVER; in syncrepl_entry() 4151 op2.ors_deref = LDAP_DEREF_NEVER; in syncrepl_entry() 4546 op->ors_deref = LDAP_DEREF_NEVER; in syncrepl_del_nonpresent()
|
/netbsd/external/bsd/openldap/dist/servers/slapd/back-sql/ |
H A D | delete.c | 366 op2.ors_deref = LDAP_DEREF_NEVER; in backsql_tree_delete()
|
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
H A D | rdnval.c | 120 op2.ors_deref = LDAP_DEREF_NEVER; in rdnval_unique_check()
|
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | pcache.c | 1826 op->ors_deref = LDAP_DEREF_NEVER; in remove_query_data() 2122 op->ors_deref = LDAP_DEREF_NEVER; in pcache_remove_entries_from_cache() 2240 op->ors_deref = LDAP_DEREF_NEVER; in pcache_remove_entry_queries_from_cache() 2895 op2.ors_deref = LDAP_DEREF_NEVER; in pcache_op_bind() 3435 op->ors_deref = LDAP_DEREF_NEVER; in refresh_query() 3458 op->ors_deref = LDAP_DEREF_NEVER; in refresh_query() 4692 op->ors_deref = LDAP_DEREF_NEVER; in pcache_db_open2()
|
H A D | dynlist.c | 353 o.ors_deref = LDAP_DEREF_NEVER; in dynlist_urlmembers() 552 o.ors_deref = LDAP_DEREF_NEVER; in dynlist_prepare_entry() 964 o.ors_deref = LDAP_DEREF_NEVER; in dynlist_compare()
|
H A D | refint.c | 842 op->ors_deref = LDAP_DEREF_NEVER; in refint_qtask()
|
H A D | constraint.c | 657 nop.ors_deref = LDAP_DEREF_NEVER; in constraint_violation()
|
H A D | retcode.c | 255 op2.ors_deref = LDAP_DEREF_NEVER; in retcode_op_internal()
|
H A D | unique.c | 998 nop->ors_deref = LDAP_DEREF_NEVER; in unique_search()
|
H A D | memberof.c | 288 op2.ors_deref = LDAP_DEREF_NEVER; in memberof_isGroupOrMember()
|
H A D | accesslog.c | 716 op->ors_deref = LDAP_DEREF_NEVER; in accesslog_purge()
|
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/adremap/ |
H A D | adremap.c | 459 op2.ors_deref = LDAP_DEREF_NEVER; in adremap_filter()
|
/netbsd/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | search.c | 997 attrp, LDAP_DEREF_NEVER, ctrls, NULL, in ldap_back_entry_get()
|
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/ |
H A D | slapi_ops.c | 696 int deref = LDAP_DEREF_NEVER; in slapi_search_internal_set_pb()
|
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
H A D | autogroup.c | 522 o.ors_deref = LDAP_DEREF_NEVER; in autogroup_add_members_from_filter() 2092 op->ors_deref = LDAP_DEREF_NEVER; in autogroup_db_open()
|
/netbsd/external/bsd/openldap/dist/servers/slapd/back-meta/ |
H A D | conn.c | 931 op2.ors_deref = LDAP_DEREF_NEVER; in meta_back_get_candidate()
|
/netbsd/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 801 #define LDAP_DEREF_NEVER 0x00 macro
|
/netbsd/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
H A D | init.c | 931 op->ors_deref = LDAP_DEREF_NEVER; in monitor_search2ndn()
|