Home
last modified time | relevance | path

Searched refs:npnsz (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DALPNSupport.cc34 npnsz = 0; in clear()
62 npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz); in disableProtocol()
72 npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz); in enableProtocol()
81 npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz); in registerNextProtocolSet()
H A DP_ALPNSupport.h50 if (this->npn && this->npnsz) { in getNPN()
52 *outlen = this->npnsz; in getNPN()
72 size_t npnsz = 0; variable