MCPcopy Create free account
hub / github.com/apache/httpd / ap_clear_method_list

Function ap_clear_method_list

modules/http/http_protocol.c:1672–1676  ·  view source on GitHub ↗

* Reset a method list to be completely empty. */

Source from the content-addressed store, hash-verified

1670 * Reset a method list to be completely empty.
1671 */
1672AP_DECLARE(void) ap_clear_method_list(ap_method_list_t *l)
1673{
1674 l->method_mask = 0;
1675 l->method_list->nelts = 0;
1676}
1677

Callers 3

ap_allow_methodsFunction · 0.85
http_protocol.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected