| 7953 | } |
| 7954 | |
| 7955 | int |
| 7956 | TSVConnFdGet(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 | |
| 7963 | const char * |
| 7964 | TSVConnSslSniGet(TSVConn sslp, int *length) |
no test coverage detected