Home
last modified time | relevance | path

Searched defs:http2_stream (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h888 struct http2_stream { struct
890 struct http2_stream* next; argument
892 struct http2_stream* prev; argument
894 int32_t stream_id;
896 enum {
900 } http_method;
902 int invalid_content_type;
904 size_t content_length;
906 enum http_status status;
908 int invalid_endpoint;
[all …]
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Ddohclient.c73 struct http2_stream { struct
74 int32_t stream_id;
75 int res_status;
76 struct sldns_buffer* buf;
77 char* path;