| 6703 | } |
| 6704 | |
| 6705 | void * |
| 6706 | TSFetchUserDataGet(TSFetchSM fetch_sm) |
| 6707 | { |
| 6708 | sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS); |
| 6709 | |
| 6710 | return (reinterpret_cast<FetchSM *>(fetch_sm))->ext_get_user_data(); |
| 6711 | } |
| 6712 | |
| 6713 | TSMBuffer |
| 6714 | TSFetchRespHdrMBufGet(TSFetchSM fetch_sm) |
nothing calls this directly
no test coverage detected