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

Function TSHttpParserClear

src/api/InkAPI.cc:2494–2499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2492}
2493
2494void
2495TSHttpParserClear(TSHttpParser parser)
2496{
2497 sdk_assert(sdk_sanity_check_http_parser(parser) == TS_SUCCESS);
2498 http_parser_clear(reinterpret_cast<HTTPParser *>(parser));
2499}
2500
2501void
2502TSHttpParserDestroy(TSHttpParser parser)

Callers 5

handleFetchEventMethod · 0.85
request_blockFunction · 0.85
destroyParserMethod · 0.85
destroyParserMethod · 0.85

Calls 2

http_parser_clearFunction · 0.85

Tested by 1