Searched refs:user_method (Results 1 – 2 of 2) sorted by relevance
585 uint32_t user_method; in handle_http1_dynamic_resource() local592 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http1_dynamic_resource()594 if (!(BIT(client->method) & user_method)) { in handle_http1_dynamic_resource()611 if (user_method & BIT(HTTP_HEAD)) { in handle_http1_dynamic_resource()629 if (user_method & BIT(client->method)) { in handle_http1_dynamic_resource()638 if (user_method & BIT(client->method)) { in handle_http1_dynamic_resource()
772 uint32_t user_method; in handle_http2_dynamic_resource() local779 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http2_dynamic_resource()781 if (!(BIT(client->method) & user_method)) { in handle_http2_dynamic_resource()799 if (user_method & BIT(client->method)) { in handle_http2_dynamic_resource()811 if (user_method & BIT(client->method)) { in handle_http2_dynamic_resource()