nsldapi_url_parse
int nsldapi_url_parse( const char *inurl, LDAPURLDesc **ludpp,
if ( nsldapi_url_parse( refurl, &ludp, 0 ) != 0 ) {
if (( rc = nsldapi_url_parse( url, ludpp, 1 )) == 0 ) {
if ((rc = nsldapi_url_parse(url, ludpp, 0)) == 0) {