| 796 | } |
| 797 | |
| 798 | TSMBuffer |
| 799 | FetchSM::resp_hdr_bufp() |
| 800 | { |
| 801 | HdrHeapSDKHandle *heap; |
| 802 | heap = (HdrHeapSDKHandle *)&client_response_hdr; |
| 803 | |
| 804 | return (TSMBuffer)heap; |
| 805 | } |
| 806 | |
| 807 | TSMLoc |
| 808 | FetchSM::resp_hdr_mloc() |
no outgoing calls
no test coverage detected