Searched refs:user_method (Results 1 – 2 of 2) sorted by relevance
488 uint32_t user_method; in handle_http1_dynamic_resource() local495 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http1_dynamic_resource()497 if (!(BIT(client->method) & user_method)) { in handle_http1_dynamic_resource()516 if (user_method & BIT(HTTP_HEAD)) { in handle_http1_dynamic_resource()533 if (user_method & BIT(client->method)) { in handle_http1_dynamic_resource()542 if (user_method & BIT(client->method)) { in handle_http1_dynamic_resource()
712 uint32_t user_method; in handle_http2_dynamic_resource() local719 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http2_dynamic_resource()721 if (!(BIT(client->method) & user_method)) { in handle_http2_dynamic_resource()739 if (user_method & BIT(client->method)) { in handle_http2_dynamic_resource()751 if (user_method & BIT(client->method)) { in handle_http2_dynamic_resource()