Lines Matching refs:server2
113 if (strcmp(servername, "server2") == 0) {
177 if (len == strlen("server2") && strncmp(servername, "server2", len) == 0) {
593 if (extra->server2.npn_protocols != NULL) {
594 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
618 if (extra->server2.alpn_protocols != NULL) {
620 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
647 if (extra->server2.session_ticket_app_data != NULL) {
651 OPENSSL_strdup(extra->server2.session_ticket_app_data);
658 * one CTX in another CTX. Don't address server2 for the moment.