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

/opensolaris-onvv-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 );
H A Dldap-int.h804 int nsldapi_url_parse( const char *inurl, LDAPURLDesc **ludpp,
H A Drequest.c959 if ( nsldapi_url_parse( refurl, &ludp, 0 ) != 0 ) {

Completed in 107 milliseconds