Home
last modified time | relevance | path

Searched refs:stream_write (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream.cc156 timeoutconf.stream_write); in Downstream()
160 timeoutconf.stream_write); in Downstream()
995 if (timeoutconf.stream_write != 0.) { in reset_upstream_wtimer()
1004 if (get_config()->http2.timeout.stream_write == 0.) { in ensure_upstream_wtimer()
1020 if (get_config()->http2.timeout.stream_write == 0.) { in disable_upstream_wtimer()
1039 if (timeoutconf.stream_write != 0.) { in reset_downstream_wtimer()
1048 if (get_config()->http2.timeout.stream_write == 0.) { in ensure_downstream_wtimer()
1064 if (get_config()->http2.timeout.stream_write == 0.) { in disable_downstream_wtimer()
Dshrpx_config.h925 ev_tstamp stream_write; member
Dshrpx.cc2052 http2conf.timeout.stream_write = 1_min; in fill_default_config()
2681 << util::duration_str(config->http2.timeout.stream_write) << R"( in print_help()
Dshrpx_config.cc3035 return parse_duration(&config->http2.timeout.stream_write, opt, optarg); in parse_config()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.h164 signature_I_PSCPVIL stream_write = nullptr; variable
DAAudioLoader.cpp87 stream_write = load_I_PSCPVIL("AAudioStream_write"); in open()
DAudioStreamAAudio.cpp425 int32_t result = mLibLoader->stream_write(mAAudioStream, buffer, in write()
/third_party/ffmpeg/libavcodec/
Dlibopenjpegenc.c69 static OPJ_SIZE_T stream_write(void *out_buffer, OPJ_SIZE_T nb_bytes, void *user_data) in stream_write() function
697 opj_stream_set_write_function(stream, stream_write); in libopenjpeg_encode_frame()