* Reset a method list to be completely empty. */
| 1670 | * Reset a method list to be completely empty. |
| 1671 | */ |
| 1672 | AP_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 |
no outgoing calls
no test coverage detected