Home
last modified time | relevance | path

Searched refs:allowed_methods (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h167 ev_uint16_t allowed_methods; member
H A Dhttp.c3275 if ((http->allowed_methods & req->type) == 0) { in evhttp_handle_request()
3277 (unsigned)req->type, (unsigned)http->allowed_methods)); in evhttp_handle_request()
3687 http->allowed_methods = methods; in evhttp_set_allowed_methods()
/freebsd-13.1/contrib/libevent/
H A Dhttp-internal.h165 ev_uint16_t allowed_methods; member
H A Dhttp.c3424 if ((http->allowed_methods & req->type) == 0) { in evhttp_handle_request()
3426 (unsigned)req->type, (unsigned)http->allowed_methods)); in evhttp_handle_request()
3850 http->allowed_methods = methods; in evhttp_set_allowed_methods()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c3957 HTTP(allowed_methods),
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c4588 HTTP(allowed_methods),