Searched refs:select_next_proto (Results 1 – 3 of 3) sorted by relevance
39 std::string select_next_proto; member
144 { "-select-next-proto", &TestConfig::select_next_proto },
766 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()770 *out = (uint8_t*)config->select_next_proto.data(); in NextProtoSelectCallback()771 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()1233 if (!config->select_next_proto.empty()) { in SetupCtx()