HomeSort by: relevance | last modified time | path
    Searched refs:ldap_url_parse_ext (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
referral.c 148 rc = ldap_url_parse_ext( url, &lurl, LDAP_PVT_URL_PARSE_NONE );
227 rc = ldap_url_parse_ext( iv->bv_val, &url, LDAP_PVT_URL_PARSE_NONE );
slapcommon.c 428 rc = ldap_url_parse_ext( optarg, &ludp,
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 825 ldap_url_parse_ext( LDAP_CONST char *url_in, LDAPURLDesc **ludpp, unsigned flags ) function
850 Debug1( LDAP_DEBUG_TRACE, "ldap_url_parse_ext(%s)\n", url_in );
1215 return ldap_url_parse_ext( url_in, ludpp, LDAP_PVT_URL_PARSE_HISTORIC );
1338 rc = ldap_url_parse_ext( urls[i], &ludp, flags );
request.c 1159 rc = ldap_url_parse_ext( refarray[i], &srv, LDAP_PVT_URL_PARSE_NOEMPTY_DN );
1161 /* ldap_url_parse_ext() returns LDAP_URL_* errors
1427 rc = ldap_url_parse_ext( ref, &srv, LDAP_PVT_URL_PARSE_NOEMPTY_DN );
  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 57 ldap_url_parse_ext LDAP_P((
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 465 rc = ldap_url_parse_ext( ref->bv_val, &srv, LDAP_PVT_URL_PARSE_NONE );
737 rc = ldap_url_parse_ext( ref[0].bv_val, &srv, LDAP_PVT_URL_PARSE_NONE );
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 958 if ( ldap_url_parse_ext(
1164 rc = ldap_url_parse_ext( uri->bv_val, &lud, LDAP_PVT_URL_PARSE_DEF_PORT );
1644 if ( ldap_url_parse_ext( url, &lud, LDAP_PVT_URL_PARSE_DEF_PORT ) ) {
3627 ldap_url_parse_ext(
daemon.c 752 if ( ldap_url_parse_ext( u[n], &lud, LDAP_PVT_URL_PARSE_DEF_PORT ) ) {

Completed in 60 milliseconds