Searched refs:CURLE_HTTP3 (Results 1 – 12 of 12) sorted by relevance
504 return CURLE_HTTP3; in cf_poll_events()735 *err = stream->resp_got_header? CURLE_PARTIAL_FILE : CURLE_HTTP3; in recv_closed_stream()745 *err = CURLE_HTTP3; in recv_closed_stream()808 *err = CURLE_HTTP3; in cf_quiche_recv()995 *err = CURLE_HTTP3; in cf_quiche_send()1019 *err = CURLE_HTTP3; in cf_quiche_send()
1813 *err = CURLE_HTTP3; in cf_osslq_send()1835 *err = CURLE_HTTP3; in cf_osslq_send()1888 *err = stream->resp_hds_complete? CURLE_PARTIAL_FILE : CURLE_HTTP3; in recv_closed_stream()1896 *err = CURLE_HTTP3; in recv_closed_stream()
1095 *err = stream->resp_hds_complete? CURLE_PARTIAL_FILE : CURLE_HTTP3; in recv_closed_stream()1103 *err = CURLE_HTTP3; in recv_closed_stream()1466 *err = CURLE_HTTP3; in cf_ngtcp2_send()1488 *err = CURLE_HTTP3; in cf_ngtcp2_send()
488 *err = CURLE_HTTP3; in recv_closed_stream()
307 case CURLE_HTTP3: in curl_easy_strerror()
269 CURLE_HTTP3 7.68.0
461 ## CURLE_HTTP3 (95)
791 ## CURLE_HTTP3 section in libcurl symbols
124 o quiche: return CURLE_HTTP3 on send to invalid stream [65]
1573 - quiche: return CURLE_HTTP3 on send to invalid stream1579 We already have similar code for ngtcp2 to return CURLE_HTTP3 in this
629 CURLE_HTTP3, /* 95 - An HTTP/3 layer problem */ enumerator
662 d CURLE_HTTP3 c 95