| 6719 | } |
| 6720 | |
| 6721 | TSMLoc |
| 6722 | TSFetchRespHdrMLocGet(TSFetchSM fetch_sm) |
| 6723 | { |
| 6724 | sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS); |
| 6725 | |
| 6726 | return (reinterpret_cast<FetchSM *>(fetch_sm))->resp_hdr_mloc(); |
| 6727 | } |
| 6728 | |
| 6729 | int |
| 6730 | TSHttpSsnIsInternal(TSHttpSsn ssnp) |
no test coverage detected