Searched refs:select_next_proto (Results 1 – 2 of 2) sorted by relevance
45 std::string select_next_proto; member
162 { "-select-next-proto", &TestConfig::select_next_proto },419 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()423 *out = (uint8_t *)config->select_next_proto.data(); in NextProtoSelectCallback()424 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()1195 if (!select_next_proto.empty()) { in SetupCtx()