Symbol: http_method
sbin/unwind/libunbound/services/listen_dnsport.c
2841
if(h2_stream->http_method != HTTP_METHOD_GET &&
sbin/unwind/libunbound/services/listen_dnsport.c
2842
h2_stream->http_method != HTTP_METHOD_POST) {
sbin/unwind/libunbound/services/listen_dnsport.c
2848
if(h2_stream->http_method == HTTP_METHOD_POST)
sbin/unwind/libunbound/services/listen_dnsport.c
2943
if(h2_stream->http_method == HTTP_METHOD_POST)
sbin/unwind/libunbound/services/listen_dnsport.c
3045
if(h2_stream->http_method == HTTP_METHOD_UNSUPPORTED ||
sbin/unwind/libunbound/services/listen_dnsport.c
3057
if(!h2_stream->http_method && namelen == 7 &&
sbin/unwind/libunbound/services/listen_dnsport.c
3063
h2_stream->http_method = HTTP_METHOD_GET;
sbin/unwind/libunbound/services/listen_dnsport.c
3066
h2_stream->http_method = HTTP_METHOD_POST;
sbin/unwind/libunbound/services/listen_dnsport.c
3077
h2_stream->http_method = HTTP_METHOD_UNSUPPORTED;
sbin/unwind/libunbound/services/listen_dnsport.c
3125
if((!h2_stream->http_method ||
sbin/unwind/libunbound/services/listen_dnsport.c
3126
h2_stream->http_method == HTTP_METHOD_POST) &&
sbin/unwind/libunbound/util/netevent.h
979
} http_method;
usr.sbin/httpd/http.h
242
enum httpmethod http_method;
usr.sbin/httpd/server_fcgi.c
298
server_httpmethod_byid(desc->http_method), clt) == -1) {
usr.sbin/httpd/server_fcgi.c
508
if (desc->http_method != HTTP_METHOD_HEAD && clt->clt_fcgi.chunked &&
usr.sbin/httpd/server_fcgi.c
595
clt->clt_descreq->http_method ==
usr.sbin/httpd/server_fcgi.c
676
if (desc->http_method != HTTP_METHOD_HEAD) {
usr.sbin/httpd/server_file.c
163
if (desc->http_method == HTTP_METHOD_GET) {
usr.sbin/httpd/server_file.c
258
switch (desc->http_method) {
usr.sbin/httpd/server_http.c
1039
desc->http_method == HTTP_METHOD_HEAD || !has_body ? "" : body)) ==
usr.sbin/httpd/server_http.c
125
desc->http_method = 0;
usr.sbin/httpd/server_http.c
1458
resp->http_method = desc->http_method;
usr.sbin/httpd/server_http.c
1779
if (size <= 0 || resp->http_method == HTTP_METHOD_HEAD) {
usr.sbin/httpd/server_http.c
1858
struct http_method method, *res = NULL;
usr.sbin/httpd/server_http.c
1890
const struct http_method *ma = a;
usr.sbin/httpd/server_http.c
1891
const struct http_method *mb = b;
usr.sbin/httpd/server_http.c
2048
server_httpmethod_byid(desc->http_method),
usr.sbin/httpd/server_http.c
2101
server_httpmethod_byid(desc->http_method),
usr.sbin/httpd/server_http.c
329
if ((desc->http_method = server_httpmethod_byname(
usr.sbin/httpd/server_http.c
383
} else if (desc->http_method != HTTP_METHOD_NONE &&
usr.sbin/httpd/server_http.c
416
if (desc->http_method == HTTP_METHOD_NONE) {
usr.sbin/httpd/server_http.c
432
switch (desc->http_method) {
usr.sbin/httpd/server_http.c
65
static struct http_method http_methods[] = HTTP_METHODS;
usr.sbin/relayd/http.h
247
enum httpmethod http_method;
usr.sbin/relayd/relay_http.c
1279
if ((name = relay_httpmethod_byid(desc->http_method)) == NULL)
usr.sbin/relayd/relay_http.c
1364
struct http_method method, *res = NULL;
usr.sbin/relayd/relay_http.c
1396
const struct http_method *ma = a;
usr.sbin/relayd/relay_http.c
1397
const struct http_method *mb = b;
usr.sbin/relayd/relay_http.c
1839
((meth = relay_httpmethod_byid(desc->http_method)) != NULL) &&
usr.sbin/relayd/relay_http.c
1896
(desc->http_method == HTTP_METHOD_RESPONSE ||
usr.sbin/relayd/relay_http.c
1897
desc->http_method != r->rule_method))
usr.sbin/relayd/relay_http.c
2058
desc->http_method = HTTP_METHOD_RESPONSE;
usr.sbin/relayd/relay_http.c
2111
desc->http_method = relay_httpmethod_byname(key);
usr.sbin/relayd/relay_http.c
2113
if (desc->http_method == HTTP_METHOD_NONE)
usr.sbin/relayd/relay_http.c
2118
hmn->hmn_method = desc->http_method;
usr.sbin/relayd/relay_http.c
286
if (desc->http_method != HTTP_METHOD_NONE &&
usr.sbin/relayd/relay_http.c
288
switch (desc->http_method) {
usr.sbin/relayd/relay_http.c
348
if (desc->http_method == HTTP_METHOD_RESPONSE &&
usr.sbin/relayd/relay_http.c
420
if (desc->http_method == HTTP_METHOD_NONE) {
usr.sbin/relayd/relay_http.c
474
} else if (desc->http_method != HTTP_METHOD_GET) {
usr.sbin/relayd/relay_http.c
506
switch (desc->http_method) {
usr.sbin/relayd/relay_http.c
832
desc->http_method = 0;
usr.sbin/relayd/relay_http.c
87
static struct http_method http_methods[] = HTTP_METHODS;
usr.sbin/unbound/services/listen_dnsport.c
2841
if(h2_stream->http_method != HTTP_METHOD_GET &&
usr.sbin/unbound/services/listen_dnsport.c
2842
h2_stream->http_method != HTTP_METHOD_POST) {
usr.sbin/unbound/services/listen_dnsport.c
2848
if(h2_stream->http_method == HTTP_METHOD_POST)
usr.sbin/unbound/services/listen_dnsport.c
2943
if(h2_stream->http_method == HTTP_METHOD_POST)
usr.sbin/unbound/services/listen_dnsport.c
3045
if(h2_stream->http_method == HTTP_METHOD_UNSUPPORTED ||
usr.sbin/unbound/services/listen_dnsport.c
3057
if(!h2_stream->http_method && namelen == 7 &&
usr.sbin/unbound/services/listen_dnsport.c
3063
h2_stream->http_method = HTTP_METHOD_GET;
usr.sbin/unbound/services/listen_dnsport.c
3066
h2_stream->http_method = HTTP_METHOD_POST;
usr.sbin/unbound/services/listen_dnsport.c
3077
h2_stream->http_method = HTTP_METHOD_UNSUPPORTED;
usr.sbin/unbound/services/listen_dnsport.c
3125
if((!h2_stream->http_method ||
usr.sbin/unbound/services/listen_dnsport.c
3126
h2_stream->http_method == HTTP_METHOD_POST) &&
usr.sbin/unbound/util/netevent.h
979
} http_method;