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

  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 51 #define LDAP_PVT_URL_PARSE_NODEF_SCOPE (0x08U)
52 #define LDAP_PVT_URL_PARSE_HISTORIC (LDAP_PVT_URL_PARSE_NODEF_SCOPE | \
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 902 ludp->lud_scope = ( flags & LDAP_PVT_URL_PARSE_NODEF_SCOPE ) ? LDAP_SCOPE_BASE : LDAP_SCOPE_DEFAULT;

Completed in 27 milliseconds