Searched refs:call_on_read (Results 1 – 3 of 3) sorted by relevance
60 generator_cb::result_type call_on_read(uint8_t *buf, std::size_t len,
73 generator_cb::result_type request_impl::call_on_read(uint8_t *buf, in call_on_read() function in nghttp2::asio_http2::client::request_impl
557 return strm->request().impl().call_on_read(buf, length, data_flags); in submit()