Home
last modified time | relevance | path

Searched refs:ldap_url_parse_ext (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dreferral.c148 rc = ldap_url_parse_ext( url, &lurl, LDAP_PVT_URL_PARSE_NONE ); in validate_global_referral()
227 rc = ldap_url_parse_ext( iv->bv_val, &url, LDAP_PVT_URL_PARSE_NONE ); in referral_rewrite()
H A Dslapcommon.c430 rc = ldap_url_parse_ext( optarg, &ludp, in slap_tool_init()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Durl.c825 ldap_url_parse_ext( LDAP_CONST char *url_in, LDAPURLDesc **ludpp, unsigned flags ) in ldap_url_parse_ext() function
1211 return ldap_url_parse_ext( url_in, ludpp, LDAP_PVT_URL_PARSE_HISTORIC ); in ldap_url_parse()
1334 rc = ldap_url_parse_ext( urls[i], &ludp, flags ); in ldap_url_parselist_int()
H A Drequest.c1158 rc = ldap_url_parse_ext( refarray[i], &srv, LDAP_PVT_URL_PARSE_NOEMPTY_DN ); in ldap_chase_v3referrals()
1426 rc = ldap_url_parse_ext( ref, &srv, LDAP_PVT_URL_PARSE_NOEMPTY_DN ); in ldap_chase_referrals()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_pvt.h57 ldap_url_parse_ext LDAP_P((
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c870 if ( ldap_url_parse_ext( in config_generic()
1085 rc = ldap_url_parse_ext( uri->bv_val, &lud, LDAP_PVT_URL_PARSE_DEF_PORT ); in backend_config_url()
1321 if ( ldap_url_parse_ext( url, &lud, LDAP_PVT_URL_PARSE_DEF_PORT ) ) { in tcp_buffer_parse()
3552 ldap_url_parse_ext( in lload_config_check_my_url()
H A Ddaemon.c746 if ( ldap_url_parse_ext( u[n], &lud, LDAP_PVT_URL_PARSE_DEF_PORT ) ) { in lloadd_listeners_init()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c465 rc = ldap_url_parse_ext( ref->bv_val, &srv, LDAP_PVT_URL_PARSE_NONE ); in ldap_chain_op()
737 rc = ldap_url_parse_ext( ref[0].bv_val, &srv, LDAP_PVT_URL_PARSE_NONE ); in ldap_chain_search()