Home
last modified time | relevance | path

Searched refs:read_ (Results 1 - 11 of 11) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_live_check.cc112 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()
H A Dshrpx_live_check.h99 std::function<int(LiveCheck &)> read_, write_; member in shrpx::LiveCheck
H A Dshrpx_client_handler.h220 std::function<int(ClientHandler &)> read_, write_; member in shrpx::ClientHandler
H A Dshrpx_client_handler.cc236 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()
H A Dshrpx_http2_session.h264 std::function<int(Http2Session &)> read_, write_; member in shrpx::Http2Session
H A Dshrpx_http2_session.cc204 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()
H A DHttpServer.h219 std::function<int(Http2Handler &)> read_, write_; member in nghttp2::Http2Handler
H A DHttpServer.cc559 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/
H A Daacps_common.c77 static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSCommonContext *ps, \
/third_party/ffmpeg/libavfilter/
H A Dvf_readeia608.c318 static void read_##name(AVFrame *in, int nb_line, LineItem *line, int lp, int w) \
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js37 var read_, readAsync, readBinary, setWindowTitle;
55 read_ = (filename, binary) => {
64 var ret = read_(filename, true);
121 read_ = (url) => {
[all...]

Completed in 27 milliseconds