Home
last modified time | relevance | path

Searched defs:on_data (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dasio_client_response.cc41 void response::on_data(data_cb cb) const { impl_->on_data(std::move(cb)); } in on_data() function in nghttp2::asio_http2::client::response
Dasio_server_request.cc47 void request::on_data(data_cb cb) const { in on_data() function in nghttp2::asio_http2::server::request
Dasio_client_response_impl.cc36 void response_impl::on_data(data_cb cb) { data_cb_ = std::move(cb); } in on_data() function in nghttp2::asio_http2::client::response_impl
Dasio_server_request_impl.cc47 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/
Dtest_sslproto.py240 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/
Dwsgi.py49 def on_data(self, chunk): member in WSGIContainer
Dnghttp2.pyx1147 def on_data(self, data): member in BaseRequestHandler
1472 def on_data(self, data): member in BaseResponseHandler