Lines Matching refs:npn_protocols
66 OPENSSL_free(ctx_data->npn_protocols);
67 ctx_data->npn_protocols = NULL;
401 ctx_data->npn_protocols,
412 *data = ctx_data->npn_protocols;
585 if (extra->server.npn_protocols != NULL) {
586 if (!TEST_true(parse_protos(extra->server.npn_protocols,
587 &server_ctx_data->npn_protocols,
593 if (extra->server2.npn_protocols != NULL) {
594 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
595 &server2_ctx_data->npn_protocols,
602 if (extra->client.npn_protocols != NULL) {
603 if (!TEST_true(parse_protos(extra->client.npn_protocols,
604 &client_ctx_data->npn_protocols,