Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Derrstring.c205 # ifdef LDAP_URL_ERR_PARAM
206 case E_LDAPURLBASE + LDAP_URL_ERR_PARAM:
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c188 return( LDAP_URL_ERR_PARAM ); in nsldapi_url_parse()
368 return( LDAP_URL_ERR_PARAM ); in nsldapi_url_parse()
/illumos-gate/usr/src/head/
H A Dldap.h782 #define LDAP_URL_ERR_PARAM 5 /* bad parameter to an URL function */ macro