Searched refs:alpn_protos (Results 1 – 1 of 1) sorted by relevance
324 const std::string &alpn_protos = args_map["-alpn-protos"]; in Client() local327 while (i <= alpn_protos.size()) { in Client()328 size_t j = alpn_protos.find(',', i); in Client()330 j = alpn_protos.size(); in Client()334 fprintf(stderr, "Invalid ALPN protocols: '%s'\n", alpn_protos.c_str()); in Client()339 OPENSSL_memcpy(wire.data() + wire.size() - len, alpn_protos.data() + i, in Client()