| 7894 | } |
| 7895 | |
| 7896 | const char * |
| 7897 | TSHttpHookNameLookup(TSHttpHookID hook) |
| 7898 | { |
| 7899 | return HttpDebugNames::get_api_hook_name(static_cast<TSHttpHookID>(hook)); |
| 7900 | } |
| 7901 | |
| 7902 | const char * |
| 7903 | TSHttpEventNameLookup(TSEvent event) |
no outgoing calls