Searched refs:app_error_code (Results 1 – 1 of 1) sorted by relevance
| /external/curl/lib/vquic/ |
| D | curl_ngtcp2.c | 694 int64_t stream3_id, uint64_t app_error_code, in cb_stream_close() argument 707 app_error_code = NGHTTP3_H3_NO_ERROR; in cb_stream_close() 711 app_error_code); in cb_stream_close() 713 PRIu64 ") -> %d", stream3_id, app_error_code, rv)); in cb_stream_close() 724 uint64_t final_size, uint64_t app_error_code, in cb_stream_reset() argument 733 (void)app_error_code; in cb_stream_reset() 746 uint64_t app_error_code, void *user_data, in cb_stream_stop_sending() argument 753 (void)app_error_code; in cb_stream_stop_sending() 931 uint64_t app_error_code, void *user_data, in cb_h3_stream_close() argument 939 (void)app_error_code; in cb_h3_stream_close() [all …]
|