Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c216 if ( err == -1 || err == LDAP_USER_CANCELLED ) { in ldap_ufn_search_ctx()
476 *err = LDAP_USER_CANCELLED; in ldap_ufn_expand()
481 if ( *err == LDAP_USER_CANCELLED || *err < 0 || in ldap_ufn_expand()
H A Derror.c89 { LDAP_USER_CANCELLED, 0 },
160 { LDAP_USER_CANCELLED, "User cancelled operation" },
/illumos-gate/usr/src/head/
H A Dldap.h309 #define LDAP_USER_CANCELLED 0x58 /* 88 */ macro