Home
last modified time | relevance | path

Searched refs:nsldapi_url_parse (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c127 if (( rc = nsldapi_url_parse( url, ludpp, 1 )) == 0 ) { in ldap_url_parse()
152 if ((rc = nsldapi_url_parse(url, ludpp, 0)) == 0) { in ldap_url_parse_nodn()
178 nsldapi_url_parse( const char *url, LDAPURLDesc **ludpp, int dn_required ) in nsldapi_url_parse() function
H A Dldap-int.h802 int nsldapi_url_parse( const char *inurl, LDAPURLDesc **ludpp,
H A Drequest.c957 if ( nsldapi_url_parse( refurl, &ludp, 0 ) != 0 ) { in chase_one_referral()