Searched refs:read_ (Results 1 – 14 of 14) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_live_check.cc | 112 read_(&LiveCheck::noop), 154 read_ = write_ = &LiveCheck::noop; in disconnect() 190 int LiveCheck::do_read() { return read_(*this); } in do_read() 355 read_ = &LiveCheck::tls_handshake; in connected() 364 read_ = &LiveCheck::read_clear; in connected() 429 read_ = &LiveCheck::read_tls; in tls_handshake()
|
D | shrpx_live_check.h | 99 std::function<int(LiveCheck &)> read_, write_; variable
|
D | shrpx_client_handler.h | 220 std::function<int(ClientHandler &)> read_, write_; variable
|
D | shrpx_client_handler.cc | 236 read_ = &ClientHandler::read_tls; in tls_handshake() 478 read_ = &ClientHandler::proxy_protocol_peek_clear; in ClientHandler() 530 read_ = write_ = &ClientHandler::tls_handshake; in setup_upstream_io_callback() 539 read_ = &ClientHandler::read_clear; in setup_upstream_io_callback() 690 int ClientHandler::do_read() { return read_(*this); } in do_read()
|
D | shrpx_http2_session.h | 264 std::function<int(Http2Session &)> read_, write_; variable
|
D | shrpx_http2_session.cc | 204 read_ = write_ = &Http2Session::noop; 257 read_ = write_ = &Http2Session::noop; in disconnect() 1754 int Http2Session::do_read() { return read_(*this); } in do_read() 1998 read_ = &Http2Session::read_clear; in connected() 2006 read_ = &Http2Session::tls_handshake; in connected() 2111 read_ = &Http2Session::read_tls; in tls_handshake()
|
D | HttpServer.h | 219 std::function<int(Http2Handler &)> read_, write_; variable
|
D | HttpServer.cc | 559 read_ = &Http2Handler::tls_handshake; in Http2Handler() 562 read_ = &Http2Handler::read_clear; in Http2Handler() 736 read_ = &Http2Handler::read_tls; in tls_handshake() 839 int Http2Handler::on_read() { return read_(*this); } in on_read()
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_common.c | 77 static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSCommonContext *ps, \
|
/third_party/python/Doc/library/ |
D | telnetlib.rst | 42 This class has many :meth:`read_\*` methods. Note that some of them raise
|
/third_party/ffmpeg/libavfilter/ |
D | vf_readeia608.c | 325 static void read_##name(AVFrame *in, int nb_line, LineItem *line, int lp, int w) \
|
/third_party/elfutils/libdw/ |
D | ChangeLog | 1020 <DW_FORM_data2,4,8>: Use read_*sbyte_unaligned instead of 1021 read_*ubyte_unaligned. 2783 of read_*ubyte_unaligned. 3825 * dwarf_nextcu.c (dwarf_nextcu): Use read_*byte_unaligned_inc
|
/third_party/elfutils/libdwfl/ |
D | ChangeLog | 1120 (read_addrs): Use read_(4|8)ubyte_unaligned_noncvt or to read
|
/third_party/libabigail/ |
D | ChangeLog | 13188 (read_{function,variable}_suppression): Support the new
|