| 200 | } |
| 201 | |
| 202 | void |
| 203 | AuthRequestContext::destroy(AuthRequestContext *auth) |
| 204 | { |
| 205 | if (auth) { |
| 206 | auth->~AuthRequestContext(); |
| 207 | TSfree(auth); |
| 208 | } |
| 209 | } |
| 210 | |
| 211 | int |
| 212 | AuthRequestContext::dispatch(TSCont cont, TSEvent event, void *edata) |
nothing calls this directly
no test coverage detected