Searched refs:input_headers (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h81 struct evkeyvalq *input_headers; member in struct:evhttp_request
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dhttp_struct.h81 struct evkeyvalq *input_headers; member in struct:evhttp_request
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c115 req->input_headers, "X-Hook");
335 req->input_headers, "X-Pool-Hook");
402 evhttp_add_header(req->input_headers, "X-Hook", hook_type);
426 const char *header = evhttp_find_header(req->input_headers, "X-Hook");
433 evhttp_remove_header(req->input_headers, "X-Hook");
434 evhttp_add_header(req->input_headers, "X-Pool-Hook", "ran");
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_rpc.c115 req->input_headers, "X-Hook");
335 req->input_headers, "X-Pool-Hook");
402 evhttp_add_header(req->input_headers, "X-Hook", hook_type);
426 const char *header = evhttp_find_header(req->input_headers, "X-Hook");
433 evhttp_remove_header(req->input_headers, "X-Hook");
434 evhttp_add_header(req->input_headers, "X-Pool-Hook", "ran");
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c521 int is_keepalive = evhttp_is_connection_keepalive(req->input_headers);
564 if (evhttp_is_connection_close(req->flags, req->input_headers)) {
783 evhttp_is_connection_close(req->flags, req->input_headers)||
1962 struct evkeyvalq* headers = req->input_headers;
2021 struct evkeyvalq *headers = req->input_headers;
2091 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding");
2113 expect = evhttp_find_header(req->input_headers, "Expect");
2602 !evhttp_is_connection_keepalive(req->input_headers))||
2603 evhttp_is_connection_close(req->flags, req->input_headers) ||
3774 req->input_headers
[all...]
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c474 evhttp_is_connection_close(req->flags, req->input_headers) ||
522 int is_keepalive = evhttp_is_connection_keepalive(req->input_headers);
565 if (evhttp_is_connection_close(req->flags, req->input_headers)) {
577 struct evkeyvalq *h = input ? req->input_headers : req->output_headers;
2056 struct evkeyvalq* headers = req->input_headers;
2115 struct evkeyvalq *headers = req->input_headers;
2185 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding");
2731 !evhttp_is_connection_keepalive(req->input_headers)) ||
3937 req->input_headers = mm_calloc(1, sizeof(struct evkeyvalq));
3938 if (req->input_headers
[all...]

Completed in 177 milliseconds