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

  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 50 #define LDAP_PVT_URL_PARSE_NOEMPTY_DN (0x04U)
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 1025 } else if ( !( flags & LDAP_PVT_URL_PARSE_NOEMPTY_DN ) ) {
1058 } else if ( !( flags & LDAP_PVT_URL_PARSE_NOEMPTY_DN ) ) {
request.c 1159 rc = ldap_url_parse_ext( refarray[i], &srv, LDAP_PVT_URL_PARSE_NOEMPTY_DN );
1427 rc = ldap_url_parse_ext( ref, &srv, LDAP_PVT_URL_PARSE_NOEMPTY_DN );
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.c 429 LDAP_PVT_URL_PARSE_NOEMPTY_HOST | LDAP_PVT_URL_PARSE_NOEMPTY_DN );

Completed in 21 milliseconds