| 6711 | } |
| 6712 | |
| 6713 | TSMBuffer |
| 6714 | TSFetchRespHdrMBufGet(TSFetchSM fetch_sm) |
| 6715 | { |
| 6716 | sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS); |
| 6717 | |
| 6718 | return (reinterpret_cast<FetchSM *>(fetch_sm))->resp_hdr_bufp(); |
| 6719 | } |
| 6720 | |
| 6721 | TSMLoc |
| 6722 | TSFetchRespHdrMLocGet(TSFetchSM fetch_sm) |
no test coverage detected