Home
last modified time | relevance | path

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

/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Drequest_response.c115 aws_byte_buf_append_and_update(&strbuf, &header_copy.name); in aws_http_headers_add_header()
116 aws_byte_buf_append_and_update(&strbuf, &header_copy.value); in aws_http_headers_add_header()
H A Dhpack.c712 aws_byte_buf_append_and_update(&buf, &table_header->name); in aws_hpack_insert_header()
713 aws_byte_buf_append_and_update(&buf, &table_header->value); in aws_hpack_insert_header()
/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dbyte_buf_test.c953 ASSERT_FAILS(aws_byte_buf_append_and_update(&buffer, &test_cursor)); in AWS_TEST_CASE()
972 ASSERT_SUCCESS(aws_byte_buf_append_and_update(&buffer, &test_cursor)); in AWS_TEST_CASE()
979 ASSERT_SUCCESS(aws_byte_buf_append_and_update(&buffer, &test_cursor2)); in AWS_TEST_CASE()
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dbyte_buf.h421 int aws_byte_buf_append_and_update(struct aws_byte_buf *to, struct aws_byte_cursor *from_and_update…
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dbyte_buf.c189 aws_byte_buf_append_and_update(dest, cursor_i); in aws_byte_buf_init_cache_and_update_cursors()
1590 int aws_byte_buf_append_and_update(struct aws_byte_buf *to, struct aws_byte_cursor *from_and_update… in aws_byte_buf_append_and_update() function
/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Daws_imds_client.c507 if (aws_byte_buf_append_and_update(&user_data->imds_token, &cursor)) { in s_client_on_token_response()