MCPcopy Create free account
hub / github.com/apache/trafficserver / TSHttpParserDestroy

Function TSHttpParserDestroy

src/api/InkAPI.cc:2501–2507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2499}
2500
2501void
2502TSHttpParserDestroy(TSHttpParser parser)
2503{
2504 sdk_assert(sdk_sanity_check_http_parser(parser) == TS_SUCCESS);
2505 http_parser_clear(reinterpret_cast<HTTPParser *>(parser));
2506 ats_free(parser);
2507}
2508
2509/***********/
2510/* HttpHdr */

Callers 15

handleFetchEventsFunction · 0.85
~StateMethod · 0.85
~GeneratorHttpHeaderMethod · 0.85
~SContDataMethod · 0.85
~InterceptDataMethod · 0.85
~HttpDataFetcherImplMethod · 0.85
~DataMethod · 0.85
destroyParserMethod · 0.85
~StaticHitHttpHeaderMethod · 0.85
handleFetchEventsFunction · 0.85
~AuthRequestContextMethod · 0.85

Calls 3

http_parser_clearFunction · 0.85
ats_freeFunction · 0.85

Tested by 1