Searched refs:rwin (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_connection.h | 93 uint32_t rwin; member
|
H A D | shrpx_connection.cc | 1285 // TODO tcpi_rcv_space is considered as rwin, is that correct? in get_tcp_hint() 1286 hint->rwin = tcp_info.tcpi_rcv_space; in get_tcp_hint()
|
H A D | shrpx_http2_upstream.cc | 1202 static_cast<int32_t>(hint.rwin * 2)); in on_write()
|
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc.c | 212 int rwin = blk_len - CELT_OVERLAP, lap_dst = (wlen - blk_len - CELT_OVERLAP) >> 1; in celt_frame_mdct() local 222 memcpy(&win[lap_dst + CELT_OVERLAP], b->samples, rwin*sizeof(float)); in celt_frame_mdct() 225 s->dsp->vector_fmul_reverse(temp, b->samples + rwin, in celt_frame_mdct()
|
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 1412 size_t rwin = nghttp2_session_get_stream_remote_window_size( in cf_h2_proxy_send() local 1414 if(rwin == 0) { in cf_h2_proxy_send() 1431 nghttp2_session_get_remote_window_size(ctx->h2), rwin, in cf_h2_proxy_send()
|
H A D | http2.c | 2272 size_t rwin = nghttp2_session_get_stream_remote_window_size(ctx->h2, in cf_h2_send() local 2281 nghttp2_session_get_remote_window_size(ctx->h2), rwin, in cf_h2_send()
|
Completed in 12 milliseconds