Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Derrstring.c207 # ifdef LDAP_URL_ERR_PARAM
208 case E_LDAPURLBASE + LDAP_URL_ERR_PARAM:
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c191 return( LDAP_URL_ERR_PARAM ); in nsldapi_url_parse()
371 return( LDAP_URL_ERR_PARAM ); in nsldapi_url_parse()
/titanic_41/usr/src/head/
H A Dldap.h782 #define LDAP_URL_ERR_PARAM 5 /* bad parameter to an URL function */ macro