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

Function TSVConnFdGet

src/api/InkAPI.cc:7955–7961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7953}
7954
7955int
7956TSVConnFdGet(TSVConn vconnp)
7957{
7958 sdk_assert(sdk_sanity_check_null_ptr(vconnp) == TS_SUCCESS);
7959 NetVConnection *vc = reinterpret_cast<NetVConnection *>(vconnp);
7960 return vc->get_socket();
7961}
7962
7963const char *
7964TSVConnSslSniGet(TSVConn sslp, int *length)

Callers 3

handle_start_hookFunction · 0.85
handle_close_hookFunction · 0.85
ts_lua_vconn_get_fdFunction · 0.85

Calls 2

get_socketMethod · 0.45

Tested by

no test coverage detected