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 | 130 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 D | ldap-int.h | 804 int nsldapi_url_parse( const char *inurl, LDAPURLDesc **ludpp,
|
H A D | request.c | 959 if ( nsldapi_url_parse( refurl, &ludp, 0 ) != 0 ) {
|
Completed in 78 milliseconds