| 2545 | } |
| 2546 | |
| 2547 | AP_DECLARE(void) ap_destroy_sub_req(request_rec *r) |
| 2548 | { |
| 2549 | /* Reclaim the space */ |
| 2550 | apr_pool_destroy(r->pool); |
| 2551 | } |
| 2552 | |
| 2553 | /* |
| 2554 | * Function to set the r->mtime field to the specified value if it's later |
no outgoing calls
no test coverage detected