Searched defs:on_data (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
D | asio_client_response.cc | 41 void response::on_data(data_cb cb) const { impl_->on_data(std::move(cb)); } in on_data() function in nghttp2::asio_http2::client::response
|
D | asio_server_request.cc | 47 void request::on_data(data_cb cb) const { in on_data() function in nghttp2::asio_http2::server::request
|
D | asio_client_response_impl.cc | 36 void response_impl::on_data(data_cb cb) { data_cb_ = std::move(cb); } in on_data() function in nghttp2::asio_http2::client::response_impl
|
D | asio_server_request_impl.cc | 47 void request_impl::on_data(data_cb cb) { on_data_cb_ = std::move(cb); } in on_data() function in nghttp2::asio_http2::server::request_impl
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_sslproto.py | 240 def __init__(self, on_data, on_eof): argument 303 def __init__(self, on_data, on_eof): argument 375 def __init__(self, on_data): argument 391 def __init__(self, on_data, on_eof): argument 461 def __init__(self, on_data, on_eof): argument
|
/third_party/nghttp2/python/ |
D | wsgi.py | 49 def on_data(self, chunk): member in WSGIContainer
|
D | nghttp2.pyx | 1147 def on_data(self, data): member in BaseRequestHandler 1472 def on_data(self, data): member in BaseResponseHandler
|