Searched refs:npn_proto_len (Results 1 – 1 of 1) sorted by relevance
312 unsigned int npn_proto_len; in WasSpdyNegotiated() local313 SSL_get0_next_proto_negotiated(ssl_, &npn_proto, &npn_proto_len); in WasSpdyNegotiated()314 if (npn_proto_len > 0) { in WasSpdyNegotiated()315 std::string npn_proto_str((const char *)npn_proto, npn_proto_len); in WasSpdyNegotiated()319 "spdy/2", npn_proto_len)) in WasSpdyNegotiated()