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

Function sdk_sanity_check_continuation

src/api/InkAPI.cc:458–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458TSReturnCode
459sdk_sanity_check_continuation(TSCont cont)
460{
461 if ((cont == nullptr) || (reinterpret_cast<INKContInternal *>(cont)->m_free_magic == INKCONT_INTERN_MAGIC_DEAD)) {
462 return TS_ERROR;
463 }
464
465 return TS_SUCCESS;
466}
467
468TSReturnCode
469sdk_sanity_check_fetch_sm(TSFetchSM fetch_sm)

Callers 13

TSHttpHookAddFunction · 0.85
TSLifecycleHookAddFunction · 0.85
TSHttpSsnHookAddFunction · 0.85
TSHttpTxnHookAddFunction · 0.85
TSHttpTxnServerInterceptFunction · 0.85
TSHttpTxnInterceptFunction · 0.85
TSNetConnectFunction · 0.85
TSNetConnectTransparentFunction · 0.85
TSNetAcceptFunction · 0.85
TSNetAcceptNamedProtocolFunction · 0.85
TSHostLookupFunction · 0.85
TSFetchUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected