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

  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 32 ldap_pvt_url_scheme2proto LDAP_P((
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 59 int ldap_pvt_url_scheme2proto( const char *scheme ) function
863 proto = ldap_pvt_url_scheme2proto( scheme );
open.c 444 switch ( proto = ldap_pvt_url_scheme2proto( srv->lud_scheme ) ) {
cyrus.c 581 if ( ldap_pvt_url_scheme2proto(
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.c 436 if ( ldap_pvt_url_scheme2proto( ludp->lud_scheme ) != LDAP_PROTO_TCP ) {
daemon.c 1573 tmp = ldap_pvt_url_scheme2proto(lud->lud_scheme);
  /src/external/bsd/openldap/dist/servers/lloadd/
daemon.c 431 tmp = ldap_pvt_url_scheme2proto( lud->lud_scheme );
config.c 1186 proto = ldap_pvt_url_scheme2proto( lud->lud_scheme );

Completed in 73 milliseconds