Searched refs:select_next_proto (Results 1 – 3 of 3) sorted by relevance
40 std::string select_next_proto; member
142 { "-select-next-proto", &TestConfig::select_next_proto },
742 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()746 *out = (uint8_t*)config->select_next_proto.data(); in NextProtoSelectCallback()747 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()1123 if (!config->select_next_proto.empty()) { in SetupCtx()