Searched refs:select_next_proto (Results 1 – 3 of 3) sorted by relevance
35 std::string select_next_proto; member
218 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()222 *out = (uint8_t*)config->select_next_proto.data(); in NextProtoSelectCallback()223 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()432 if (!config->select_next_proto.empty()) { in SetupCtx()
93 { "-select-next-proto", &TestConfig::select_next_proto },