Lines Matching refs:alpn_protocols
68 OPENSSL_free(ctx_data->alpn_protocols);
69 ctx_data->alpn_protocols = NULL;
441 * The result points either to |in| or to |ctx_data->alpn_protocols|.
446 ctx_data->alpn_protocols,
617 if (extra->server.alpn_protocols != NULL) {
618 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
619 &server_ctx_data->alpn_protocols,
624 if (extra->server2.alpn_protocols != NULL) {
626 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
627 &server2_ctx_data->alpn_protocols,
634 if (extra->client.alpn_protocols != NULL) {
638 if (!TEST_true(parse_protos(extra->client.alpn_protocols,