Searched refs:ldap_url_parse_ext (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | referral.c | 148 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 D | slapcommon.c | 430 rc = ldap_url_parse_ext( optarg, &ludp, in slap_tool_init()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | url.c | 825 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 D | request.c | 1158 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 D | ldap_pvt.h | 57 ldap_url_parse_ext LDAP_P((
|
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | config.c | 870 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 D | daemon.c | 746 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 D | chain.c | 465 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()
|