Searched refs:OS_Error (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtrdlocal.h24 class Err : public OS_Error
H A Dtrdlocal.cpp17 : OS_Error(OTHER_ERROR, "ThreadLocalStorage: " + operation + " operation failed with error 0x" + IntToString(error, 16), operation, error)
H A Dwinpipes.h43 class Err : public OS_Error
H A Dwinpipes.cpp73 : OS_Error(IO_ERROR, "WindowsPipe: " + operation + " operation failed with error 0x" + IntToString(error, 16), operation, error)
H A Dsocketft.h47 class Err : public OS_Error
H A Dcryptlib.h180 class CRYPTOPP_DLL OS_Error : public Exception class in inherits:Exception
183 OS_Error(ErrorType errorType, const std::string &s, const std::string& operation, int errorCode) function in class:OS_Error
185 ~OS_Error() throw() {}
H A Dsocketft.cpp31 : OS_Error(IO_ERROR, "Socket: " + operation + " operation failed with error " + IntToString(error), operation, error)

Completed in 68 milliseconds