Home
last modified time | relevance | path

Searched refs:LDAP_CANNOT_CANCEL (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dcancel.c96 rc = LDAP_CANNOT_CANCEL; in cancel_extop()
115 rc = LDAP_CANNOT_CANCEL; in cancel_extop()
Dconfig.c1352 { BER_BVC("cannotCancel"), LDAP_CANNOT_CANCEL },
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Derror.c110 C(LDAP_CANNOT_CANCEL, N_("Cannot Cancel")); in ldap_err2string()
/netbsd/src/external/bsd/openldap/dist/include/
Dldap.h695 #define LDAP_CANNOT_CANCEL 0x79 macro