Home
last modified time | relevance | path

Searched refs:nghttp2_session_want_write (Results 1 - 16 of 16) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_http2_session.cc282 nghttp2_session_want_write(session_) == 0 && client_->wb.rleft() == 0) { in on_read()
298 nghttp2_session_want_write(session_) == 0 && client_->wb.rleft() == 0) { in on_write()
H A Dshrpx_live_check.cc608 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in on_read()
647 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in on_write()
H A Dshrpx_http2_upstream.cc1170 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in on_read()
1238 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in on_write()
H A Dshrpx_http2_session.cc1774 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in downstream_read()
1805 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in downstream_write()
H A DHttpServer.cc701 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in write_clear()
832 nghttp2_session_want_write(session_) == 0 && wb_.rleft() == 0) { in write_tls()
H A Dnghttp.cc1278 nghttp2_session_want_write(session) == 0 && wb.rleft() == 0) { in on_read()
1309 nghttp2_session_want_write(session) == 0 && wb.rleft() == 0) { in on_write()
/third_party/nghttp2/examples/
H A Dclient.c86 nghttp2_session_want_write() but they do not take into account
469 if (nghttp2_session_want_write(connection->session) || in ctl_poll()
603 nghttp2_session_want_write(connection.session)) { in fetch_uri()
H A Dlibevent-server.c682 nghttp2_session_want_write(session_data->session) == 0) { in writecb()
H A Dlibevent-client.c487 nghttp2_session_want_write(session_data->session) == 0 && in writecb()
/third_party/curl/lib/
H A Dcf-h2-proxy.c404 !nghttp2_session_want_write(ctx->h2); in proxy_h2_should_close_session()
526 while(!rv && !ctx->nw_out_blocked && nghttp2_session_want_write(ctx->h2)) in proxy_h2_progress_egress()
1191 (!c_exhaust && nghttp2_session_want_write(ctx->h2)); in cf_h2_proxy_adjust_pollset()
H A Dhttp2.c533 !nghttp2_session_want_write(ctx->h2); in should_close_session()
1824 while(!rv && !ctx->nw_out_blocked && nghttp2_session_want_write(ctx->h2)) in h2_progress_egress()
2350 (!c_exhaust && nghttp2_session_want_write(ctx->h2)); in cf_h2_adjust_pollset()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3188 * `nghttp2_session_want_write()` return 0, the application should
3200 * `nghttp2_session_want_write()` return 0, the application should
3203 NGHTTP2_EXTERN int nghttp2_session_want_write(nghttp2_session *session);
3444 * `nghttp2_session_want_write()` return 0.
4545 * `nghttp2_session_want_read()` and `nghttp2_session_want_write()`
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3172 * `nghttp2_session_want_write()` return 0, the application should
3184 * `nghttp2_session_want_write()` return 0, the application should
3187 NGHTTP2_EXTERN int nghttp2_session_want_write(nghttp2_session *session);
3428 * `nghttp2_session_want_write()` return 0.
4529 * `nghttp2_session_want_read()` and `nghttp2_session_want_write()`
/third_party/node/src/
H A Dnode_http2.cc1629 if (nghttp2_session_want_write(session_.get())) { in MaybeScheduleWrite()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c1763 nghttp2_session_want_write(session) == 0); in session_is_closing()
7362 int nghttp2_session_want_write(nghttp2_session *session) { in nghttp2_session_want_write() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c1758 nghttp2_session_want_write(session) == 0); in session_is_closing()
7351 int nghttp2_session_want_write(nghttp2_session *session) { in nghttp2_session_want_write() function

Completed in 58 milliseconds