Symbol: http_method
sbin/unwind/libunbound/services/listen_dnsport.c
2854
if(h2_stream->http_method != HTTP_METHOD_GET &&
sbin/unwind/libunbound/services/listen_dnsport.c
2855
h2_stream->http_method != HTTP_METHOD_POST) {
sbin/unwind/libunbound/services/listen_dnsport.c
2861
if(h2_stream->http_method == HTTP_METHOD_POST)
sbin/unwind/libunbound/services/listen_dnsport.c
2957
if(h2_stream->http_method == HTTP_METHOD_POST)
sbin/unwind/libunbound/services/listen_dnsport.c
3059
if(h2_stream->http_method == HTTP_METHOD_UNSUPPORTED ||
sbin/unwind/libunbound/services/listen_dnsport.c
3071
if(!h2_stream->http_method && namelen == 7 &&
sbin/unwind/libunbound/services/listen_dnsport.c
3077
h2_stream->http_method = HTTP_METHOD_GET;
sbin/unwind/libunbound/services/listen_dnsport.c
3080
h2_stream->http_method = HTTP_METHOD_POST;
sbin/unwind/libunbound/services/listen_dnsport.c
3091
h2_stream->http_method = HTTP_METHOD_UNSUPPORTED;
sbin/unwind/libunbound/services/listen_dnsport.c
3139
if((!h2_stream->http_method ||
sbin/unwind/libunbound/services/listen_dnsport.c
3140
h2_stream->http_method == HTTP_METHOD_POST) &&
sbin/unwind/libunbound/util/netevent.h
977
} http_method;
usr.sbin/httpd/http.h
242
enum httpmethod http_method;
usr.sbin/httpd/server_fcgi.c
299
server_httpmethod_byid(desc->http_method), clt) == -1) {
usr.sbin/httpd/server_fcgi.c
509
if (desc->http_method != HTTP_METHOD_HEAD && clt->clt_fcgi.chunked &&
usr.sbin/httpd/server_fcgi.c
596
clt->clt_descreq->http_method
usr.sbin/httpd/server_fcgi.c
677
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
1079
desc->http_method == HTTP_METHOD_HEAD || clenheader == NULL ?
usr.sbin/httpd/server_http.c
119
desc->http_method = 0;
usr.sbin/httpd/server_http.c
1412
resp->http_method = desc->http_method;
usr.sbin/httpd/server_http.c
1642
if (size <= 0 || resp->http_method == HTTP_METHOD_HEAD) {
usr.sbin/httpd/server_http.c
1721
struct http_method method, *res = NULL;
usr.sbin/httpd/server_http.c
1753
const struct http_method *ma = a;
usr.sbin/httpd/server_http.c
1754
const struct http_method *mb = b;
usr.sbin/httpd/server_http.c
1911
server_httpmethod_byid(desc->http_method),
usr.sbin/httpd/server_http.c
1964
server_httpmethod_byid(desc->http_method),
usr.sbin/httpd/server_http.c
326
if ((desc->http_method = server_httpmethod_byname(key))
usr.sbin/httpd/server_http.c
381
} else if (desc->http_method != HTTP_METHOD_NONE &&
usr.sbin/httpd/server_http.c
413
if (desc->http_method == HTTP_METHOD_NONE) {
usr.sbin/httpd/server_http.c
418
switch (desc->http_method) {
usr.sbin/httpd/server_http.c
59
static struct http_method http_methods[] = HTTP_METHODS;
usr.sbin/relayd/http.h
243
enum httpmethod http_method;
usr.sbin/relayd/relay_http.c
1255
if ((name = relay_httpmethod_byid(desc->http_method)) == NULL)
usr.sbin/relayd/relay_http.c
1341
struct http_method method, *res = NULL;
usr.sbin/relayd/relay_http.c
1373
const struct http_method *ma = a;
usr.sbin/relayd/relay_http.c
1374
const struct http_method *mb = b;
usr.sbin/relayd/relay_http.c
1813
((meth = relay_httpmethod_byid(desc->http_method)) != NULL) &&
usr.sbin/relayd/relay_http.c
1870
(desc->http_method == HTTP_METHOD_RESPONSE ||
usr.sbin/relayd/relay_http.c
1871
desc->http_method != r->rule_method))
usr.sbin/relayd/relay_http.c
2032
desc->http_method = HTTP_METHOD_RESPONSE;
usr.sbin/relayd/relay_http.c
2085
desc->http_method = relay_httpmethod_byname(key);
usr.sbin/relayd/relay_http.c
2087
if (desc->http_method == HTTP_METHOD_NONE)
usr.sbin/relayd/relay_http.c
2092
hmn->hmn_method = desc->http_method;
usr.sbin/relayd/relay_http.c
291
if (desc->http_method != HTTP_METHOD_NONE &&
usr.sbin/relayd/relay_http.c
293
switch (desc->http_method) {
usr.sbin/relayd/relay_http.c
349
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
462
} else if (desc->http_method != HTTP_METHOD_GET) {
usr.sbin/relayd/relay_http.c
484
switch (desc->http_method) {
usr.sbin/relayd/relay_http.c
809
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
2854
if(h2_stream->http_method != HTTP_METHOD_GET &&
usr.sbin/unbound/services/listen_dnsport.c
2855
h2_stream->http_method != HTTP_METHOD_POST) {
usr.sbin/unbound/services/listen_dnsport.c
2861
if(h2_stream->http_method == HTTP_METHOD_POST)
usr.sbin/unbound/services/listen_dnsport.c
2957
if(h2_stream->http_method == HTTP_METHOD_POST)
usr.sbin/unbound/services/listen_dnsport.c
3059
if(h2_stream->http_method == HTTP_METHOD_UNSUPPORTED ||
usr.sbin/unbound/services/listen_dnsport.c
3071
if(!h2_stream->http_method && namelen == 7 &&
usr.sbin/unbound/services/listen_dnsport.c
3077
h2_stream->http_method = HTTP_METHOD_GET;
usr.sbin/unbound/services/listen_dnsport.c
3080
h2_stream->http_method = HTTP_METHOD_POST;
usr.sbin/unbound/services/listen_dnsport.c
3091
h2_stream->http_method = HTTP_METHOD_UNSUPPORTED;
usr.sbin/unbound/services/listen_dnsport.c
3139
if((!h2_stream->http_method ||
usr.sbin/unbound/services/listen_dnsport.c
3140
h2_stream->http_method == HTTP_METHOD_POST) &&
usr.sbin/unbound/util/netevent.h
977
} http_method;