Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/
DTOutput.cpp103 std::string out = message + std::string(": ") + strerror_s(errno_copy); in perror()
107 std::string TOutput::strerror_s(int errno_copy) { in strerror_s() function in apache::thrift::TOutput
136 ::strerror_s(b_errbuf, sizeof(b_errbuf), errno_copy); in strerror_s()
DTOutput.h50 static std::string strerror_s(int errno_copy);
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTTransportException.h68 : apache::thrift::TException(message + ": " + TOutput::strerror_s(errno_copy)), type_(type) {} in TTransportException()
84 std::string strerror_s(int errno_copy);
DTSSLSocket.cpp1145 errors += TOutput::strerror_s(errno_copy); in buildErrors()