/third_party/boost/libs/beast/example/http/server/coro/ |
D | http_server_coro.cpp | 216 struct send_lambda struct 223 send_lambda( in send_lambda() argument 237 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/coro-ssl/ |
D | http_server_coro_ssl.cpp | 239 struct send_lambda struct 246 send_lambda( in send_lambda() argument 260 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/sync/ |
D | http_server_sync.cpp | 216 struct send_lambda struct 223 send_lambda( in send_lambda() argument 235 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/sync-ssl/ |
D | http_server_sync_ssl.cpp | 219 struct send_lambda struct 226 send_lambda( in send_lambda() argument 238 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/websocket/server/chat-multi/ |
D | http_session.cpp | 191 struct http_session::send_lambda struct in http_session 193 http_session& self_; 196 send_lambda(http_session& self) in send_lambda() argument 203 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/stackless/ |
D | http_server_stackless.cpp | 223 struct send_lambda struct in session 225 session& self_; 226 std::shared_ptr<void> res_; 229 send_lambda(session& self) in send_lambda() argument 236 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/async/ |
D | http_server_async.cpp | 220 struct send_lambda struct in session 222 session& self_; 225 send_lambda(session& self) in send_lambda() function 232 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/stackless-ssl/ |
D | http_server_stackless_ssl.cpp | 247 struct send_lambda struct in session 249 session& self_; 252 send_lambda(session& self) in send_lambda() argument 259 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/async-ssl/ |
D | http_server_async_ssl.cpp | 244 struct send_lambda struct in session 246 session& self_; 249 send_lambda(session& self) in send_lambda() function 256 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|
/third_party/boost/libs/beast/example/http/server/flex/ |
D | http_server_flex.cpp | 254 struct send_lambda struct in session 256 session& self_; 259 send_lambda(session& self) in send_lambda() argument 266 operator()(http::message<isRequest, Body, Fields>&& msg) const in operator ()()
|