Home
last modified time | relevance | path

Searched refs:aws_marshal_http_headers_to_dynamic_buffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dhttp_request_utils.h36 int aws_marshal_http_headers_to_dynamic_buffer(struct aws_byte_buf *buf, const struct aws_http_head…
H A Dhttp_request_utils.c246 int aws_marshal_http_headers_to_dynamic_buffer(struct aws_byte_buf *buf, const struct aws_http_head… in aws_marshal_http_headers_to_dynamic_buffer() function
H A Ds3_client.c662 if (aws_marshal_http_headers_to_dynamic_buffer(out_headers_buf, headers)) { in s_marshal_http_headers_to_buf()