Lines Matching refs:alpn_protocols
68 OPENSSL_free(ctx_data->alpn_protocols);
69 ctx_data->alpn_protocols = NULL;
435 * The result points either to |in| or to |ctx_data->alpn_protocols|.
440 ctx_data->alpn_protocols,
611 if (extra->server.alpn_protocols != NULL) {
612 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
613 &server_ctx_data->alpn_protocols,
618 if (extra->server2.alpn_protocols != NULL) {
620 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
621 &server2_ctx_data->alpn_protocols,
628 if (extra->client.alpn_protocols != NULL) {
632 if (!TEST_true(parse_protos(extra->client.alpn_protocols,