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

Function sdk_sanity_check_http_parser

src/api/InkAPI.cc:506–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506TSReturnCode
507sdk_sanity_check_http_parser(TSHttpParser parser)
508{
509 if (parser == nullptr) {
510 return TS_ERROR;
511 }
512 return TS_SUCCESS;
513}
514
515TSReturnCode
516sdk_sanity_check_alt_info(TSHttpAltInfo info)

Callers 2

TSHttpParserClearFunction · 0.85
TSHttpParserDestroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected