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

Function TSHttpParserCreate

src/api/InkAPI.cc:2485–2492  ·  view source on GitHub ↗

/ HttpParser */ /

Source from the content-addressed store, hash-verified

2483/* HttpParser */
2484/**************/
2485TSHttpParser
2486TSHttpParserCreate()
2487{
2488 TSHttpParser parser = reinterpret_cast<TSHttpParser>(ats_malloc(sizeof(HTTPParser)));
2489 http_parser_init(reinterpret_cast<HTTPParser *>(parser));
2490
2491 return parser;
2492}
2493
2494void
2495TSHttpParserClear(TSHttpParser parser)

Callers 15

handleFetchEventsFunction · 0.85
StateMethod · 0.85
GeneratorHttpHeaderMethod · 0.85
SContDataMethod · 0.85
InterceptDataMethod · 0.85
HttpDataFetcherImplMethod · 0.85
handle_client_reqFunction · 0.85
HttpParserMethod · 0.85
StaticHitHttpHeaderMethod · 0.85
handleFetchEventsFunction · 0.85
AuthRequestContextMethod · 0.85

Calls 2

ats_mallocFunction · 0.85
http_parser_initFunction · 0.85

Tested by 1