/third_party/boost/libs/asio/example/cpp11/http/server/ |
D | reply.cpp | 47 const std::string bad_gateway = variable 84 case reply::bad_gateway: in to_buffer() 85 return boost::asio::buffer(bad_gateway); in to_buffer() 187 const char bad_gateway[] = variable 230 case reply::bad_gateway: in to_string() 231 return bad_gateway; in to_string()
|
D | reply.hpp | 42 bad_gateway = 502, enumerator
|
/third_party/boost/libs/asio/example/cpp03/http/server4/ |
D | reply.cpp | 48 const std::string bad_gateway = variable 85 case reply::bad_gateway: in to_buffer() 86 return boost::asio::buffer(bad_gateway); in to_buffer() 188 const char bad_gateway[] = variable 231 case reply::bad_gateway: in to_string() 232 return bad_gateway; in to_string()
|
D | reply.hpp | 42 bad_gateway = 502, enumerator
|
/third_party/boost/libs/asio/example/cpp03/http/server2/ |
D | reply.cpp | 48 const std::string bad_gateway = variable 85 case reply::bad_gateway: in to_buffer() 86 return boost::asio::buffer(bad_gateway); in to_buffer() 188 const char bad_gateway[] = variable 231 case reply::bad_gateway: in to_string() 232 return bad_gateway; in to_string()
|
D | reply.hpp | 42 bad_gateway = 502, enumerator
|
/third_party/boost/libs/asio/example/cpp03/http/server3/ |
D | reply.cpp | 48 const std::string bad_gateway = variable 85 case reply::bad_gateway: in to_buffer() 86 return boost::asio::buffer(bad_gateway); in to_buffer() 188 const char bad_gateway[] = variable 231 case reply::bad_gateway: in to_string() 232 return bad_gateway; in to_string()
|
D | reply.hpp | 42 bad_gateway = 502, enumerator
|
/third_party/boost/libs/asio/example/cpp03/http/server/ |
D | reply.cpp | 48 const std::string bad_gateway = variable 85 case reply::bad_gateway: in to_buffer() 86 return boost::asio::buffer(bad_gateway); in to_buffer() 188 const char bad_gateway[] = variable 231 case reply::bad_gateway: in to_string() 232 return bad_gateway; in to_string()
|
D | reply.hpp | 42 bad_gateway = 502, enumerator
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | status.hpp | 97 bad_gateway = 502, enumerator
|
/third_party/boost/boost/beast/http/ |
D | status.hpp | 97 bad_gateway = 502, enumerator
|
/third_party/boost/libs/beast/test/beast/http/ |
D | status.cpp | 88 check(status::bad_gateway ,502, status_class::server_error); in testStatus() 157 good(status::bad_gateway); in testStatus()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | status.ipp | 90 case status::bad_gateway: 195 case status::bad_gateway: return "Bad Gateway";
|
/third_party/boost/boost/beast/http/impl/ |
D | status.ipp | 90 case status::bad_gateway: 195 case status::bad_gateway: return "Bad Gateway";
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 45450 [`bad_gateway`
|