Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c218 if ( err == -1 || err == LDAP_USER_CANCELLED ) { in ldap_ufn_search_ctx()
478 *err = LDAP_USER_CANCELLED; in ldap_ufn_expand()
483 if ( *err == LDAP_USER_CANCELLED || *err < 0 || in ldap_ufn_expand()
H A Derror.c91 { LDAP_USER_CANCELLED, 0 },
162 { LDAP_USER_CANCELLED, "User cancelled operation" },
/titanic_50/usr/src/head/
H A Dldap.h309 #define LDAP_USER_CANCELLED 0x58 /* 88 */ macro