| 6961 | } |
| 6962 | |
| 6963 | void |
| 6964 | TSRecordDump(int rec_type, TSRecordDumpCb callback, void *edata) |
| 6965 | { |
| 6966 | RecDumpRecords(static_cast<RecT>(rec_type), reinterpret_cast<RecDumpEntryCb>(callback), edata); |
| 6967 | } |
| 6968 | |
| 6969 | /* ability to skip the remap phase of the State Machine |
| 6970 | this only really makes sense in TS_HTTP_READ_REQUEST_HDR_HOOK |
no test coverage detected