Home
last modified time | relevance | path

Searched refs:LDAP_TOO_LATE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcancel.c126 rc = LDAP_TOO_LATE; in cancel_extop()
H A Dconnection.c1148 ? SLAP_CANCEL_ACK : LDAP_TOO_LATE; in connection_operation()
H A Dconfig.c1351 { BER_BVC("tooLate"), LDAP_TOO_LATE },
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Derror.c109 C(LDAP_TOO_LATE, N_("Too Late to Cancel")); in ldap_err2string()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h694 #define LDAP_TOO_LATE 0x78 macro