Home
last modified time | relevance | path

Searched refs:http_header_field (Results 1 – 11 of 11) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-header.c9 ARRAY_TYPE(http_header_field) fields;
24 const struct http_header_field *
28 struct http_header_field *hfield; in http_header_field_add()
45 ARRAY_TYPE(http_header_field) *hfields = &header->fields; in http_header_field_delete()
46 const struct http_header_field *hfield; in http_header_field_delete()
55 const ARRAY_TYPE(http_header_field) * in ARRAY_TYPE() argument
61 const struct http_header_field *
64 const struct http_header_field *hfield; in http_header_field_find()
77 const struct http_header_field *hfield = in http_header_field_get()
83 const char *name, const struct http_header_field **hfield_r) in http_header_field_find_unique()
[all …]
H A Dhttp-header.h12 struct http_header_field { struct
17 ARRAY_DEFINE_TYPE(http_header_field, struct http_header_field); argument
19 static inline bool http_header_field_is(const struct http_header_field *hfield, in http_header_field_is()
28 const struct http_header_field *
33 const ARRAY_TYPE(http_header_field) *
36 const struct http_header_field *
43 const char *name, const struct http_header_field **hfield_r);
H A Dhttp-request.h61 static inline const struct http_header_field *
73 static inline const ARRAY_TYPE(http_header_field) * in ARRAY_TYPE() argument
H A Dhttp-response.h50 static inline const struct http_header_field *
66 static inline const ARRAY_TYPE(http_header_field) * in ARRAY_TYPE() argument
H A Dhttp-request-parser.c368 struct http_request *request, const struct http_header_field *hdr) in http_request_parse_expect_header()
489 const ARRAY_TYPE(http_header_field) *hdrs; in http_request_parse_headers()
490 const struct http_header_field *hdr; in http_request_parse_headers()
531 const struct http_header_field *hdr; in http_request_parse_next()
H A Dhttp-message-parser.c185 const struct http_header_field *hdr) in http_message_parse_hdr_content_length()
237 const struct http_header_field *hdr) in http_message_parse_hdr_location()
371 const struct http_header_field *hdr; in http_message_parse_header()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dsimple-http-server.c234 http_header_field(output_stream *os, const char *name, size_t name_len, const char *value, size_t v… in http_header_field() function
264 ya_result ret = http_header_field(os, "Host", 4, host, host_len); in http_header_host()
281 ya_result ret = http_header_field(os, "Content-Type", 12, content_type, content_type_len); in http_header_content_type()
343 …ya_result ret = http_header_field(os, "Transfer-Encoding", 17, transfer_encoding, transfer_encodin… in http_header_transfer_encoding()
376 ya_result ret = http_header_field(os, "Content-Length", 14, length_as_text, n); in http_header_content_length()
393 ya_result ret = http_header_field(os, "Date", 4, date, date_len); in http_header_date()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/
H A Dmessage_builders.hpp122 append_header( http_header_field_t http_header_field ) & in append_header() argument
124 m_header.add_field( std::move( http_header_field ) ); in append_header()
130 append_header( http_header_field_t http_header_field ) && in append_header() argument
133 std::move( http_header_field ) ) ); in append_header()
H A Dhttp_headers.hpp773 set_field( http_header_field_t http_header_field ) in set_field() argument
776 if( http_field_t::field_unspecified != http_header_field.field_id() ) in set_field()
780 it = find( http_header_field.field_id() ); in set_field()
786 it = find( http_header_field.name() ); in set_field()
791 *it = std::move( http_header_field ); in set_field()
795 m_fields.emplace_back( std::move( http_header_field ) ); in set_field()
901 add_field( http_header_field_t http_header_field ) in add_field() argument
903 m_fields.push_back( std::move(http_header_field) ); in add_field()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsimple-http-server.h106 ya_result http_header_field(output_stream *os, const char *name, size_t name_len, const char *value…
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog88958 lib-http: rename http_header_field.key to name
88966 lib-http: remove http_header_field from http_response
132245 http_response_header to struct http_header_field, encapsulated the array in