Searched defs:BadState (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DClientException.cs31 BadState = -2, enumerator in enum:Avahi.ErrorCode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DClientException.cs31 BadState = -2, enumerator in enum:Avahi.ErrorCode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h642 class BadState : public Exception class in class:AuthenticatedSymmetricCipher
645 explicit BadState(const std::string &name, const char *message) : Exception(OTHER_ERROR, name + ": " + message) {} function in class:AuthenticatedSymmetricCipher::BadState
646 explicit BadState(const std::string &name, const char *function, const char *state) : Exception(OTHER_ERROR, name + ": " + function + " was called before " + state) {} function in class:AuthenticatedSymmetricCipher::BadState

Completed in 64 milliseconds