Searched defs:nsldapi_url_parse (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c130 if (( rc = nsldapi_url_parse( url, ludpp, 1 )) == 0 ) {
155 if ((rc = nsldapi_url_parse(url, ludpp, 0)) == 0) {
181 nsldapi_url_parse( const char *url, LDAPURLDesc **ludpp, int dn_required ) function
188 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_url_parse(%s)\n", url, 0, 0 );

Completed in 45 milliseconds