Home
last modified time | relevance | path

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

/external/chromium/net/tools/flip_server/
Dsm_connection.cc312 unsigned int npn_proto_len; in WasSpdyNegotiated() local
313 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()