Home
last modified time | relevance | path

Searched refs:AWS_HTTP_HEADER_CONTENT_LENGTH (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dhttp_impl.h41 AWS_HTTP_HEADER_CONTENT_LENGTH, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dhttp.c284 …s_header_enum_to_str[AWS_HTTP_HEADER_CONTENT_LENGTH] = aws_byte_cursor_from_c_str("content-length"… in s_headers_init()
H A Dh1_decoder.c451 case AWS_HTTP_HEADER_CONTENT_LENGTH: in s_linestate_header()
H A Dh1_encoder.c69 case AWS_HTTP_HEADER_CONTENT_LENGTH: { in s_scan_outgoing_headers()