Home
last modified time | relevance | path

Searched refs:LDAP_URL_ERR_NOTLDAP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Derrstring.c251 # ifdef LDAP_URL_ERR_NOTLDAP
252 case E_LDAPURLBASE + LDAP_URL_ERR_NOTLDAP:
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c194 return( LDAP_URL_ERR_NOTLDAP ); in nsldapi_url_parse()
/illumos-gate/usr/src/head/
H A Dldap.h778 #define LDAP_URL_ERR_NOTLDAP 1 /* URL doesn't begin with "ldap://" */ macro