Home
last modified time | relevance | path

Searched refs:aws_h2err_from_last_error (Results 1 – 5 of 5) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_stream.c509 return aws_h2err_from_last_error(); in s_send_rst_and_close_stream()
517 return aws_h2err_from_last_error(); in s_send_rst_and_close_stream()
630 …struct aws_h2err returned_h2err = s_send_rst_and_close_stream(stream, aws_h2err_from_last_error()); in aws_h2_stream_encode_data_frame()
746 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_headers_i()
793 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_headers_end()
813 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_push_promise()
863 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_data_begin()
883 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_data_i()
943 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_end_stream()
1002 return aws_h2err_from_last_error(); in aws_h2_stream_on_decoder_rst_stream()
H A Dh2_decoder.c916 return aws_h2err_from_last_error(); in s_state_fn_frame_settings_i()
1287 return aws_h2err_from_last_error(); in s_process_header_field()
1328 return aws_h2err_from_last_error(); in s_process_header_field()
1332 return aws_h2err_from_last_error(); in s_process_header_field()
1459 return aws_h2err_from_last_error(); in s_state_fn_header_block_entry()
H A Dh2_connection.c948 return aws_h2err_from_last_error(); in s_get_active_stream_for_incoming_frame()
995 return aws_h2err_from_last_error(); in s_get_active_stream_for_incoming_frame()
1188 return aws_h2err_from_last_error(); in s_decoder_on_data_begin()
1280 err = aws_h2err_from_last_error(); in s_decoder_on_ping_ack()
1290 err = aws_h2err_from_last_error(); in s_decoder_on_ping_ack()
1316 return aws_h2err_from_last_error(); in s_decoder_on_ping()
1336 return aws_h2err_from_last_error(); in s_decoder_on_settings()
1346 return aws_h2err_from_last_error(); in s_decoder_on_settings()
2586 err = aws_h2err_from_last_error(); in s_handler_process_read_message()
H A Dh2_frames.c153 struct aws_h2err aws_h2err_from_last_error(void) { in aws_h2err_from_last_error() function
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dh2_frames.h157 struct aws_h2err aws_h2err_from_last_error(void);