Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dh2_frames.h70 extern const struct aws_byte_cursor aws_h2_connection_preface_client_string;
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dh2_test_helper.c612 …SS(testing_channel_push_read_data(peer->testing_channel, aws_h2_connection_preface_client_string)); in h2_fake_peer_send_connection_preface()
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_frames.c26 const struct aws_byte_cursor aws_h2_connection_preface_client_string = variable
H A Dh2_decoder.c320 decoder->connection_preface_cursor = aws_h2_connection_preface_client_string; in aws_h2_decoder_new()
H A Dh2_connection.c1617 aws_h2_connection_preface_client_string.len); in s_send_connection_preface_client_string()
1622 …aws_byte_buf_write_from_whole_cursor(&msg->message_data, aws_h2_connection_preface_client_string))… in s_send_connection_preface_client_string()