Searched refs:nsldapi_url_parse (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | url.c | 127 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 D | ldap-int.h | 802 int nsldapi_url_parse( const char *inurl, LDAPURLDesc **ludpp,
|
H A D | request.c | 957 if ( nsldapi_url_parse( refurl, &ludp, 0 ) != 0 ) { in chase_one_referral()
|