Home
last modified time | relevance | path

Searched refs:NGTCP2_ERR_WRITE_MORE (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_err.c93 case NGTCP2_ERR_WRITE_MORE: in ngtcp2_strerror()
Dngtcp2_conn.c4166 return NGTCP2_ERR_WRITE_MORE; in conn_write_pkt()
4174 return NGTCP2_ERR_WRITE_MORE; in conn_write_pkt()
10333 case NGTCP2_ERR_WRITE_MORE: in conn_client_write_handshake()
/third_party/nghttp2/src/
Dh2load_quic.cc701 case NGTCP2_ERR_WRITE_MORE: in write_quic()
Dshrpx_http3_upstream.cc855 case NGTCP2_ERR_WRITE_MORE: in write_streams()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h756 #define NGTCP2_ERR_WRITE_MORE -240 macro
/third_party/curl/lib/vquic/
Dcurl_ngtcp2.c1704 case NGTCP2_ERR_WRITE_MORE: in read_pkt_to_send()