Searched refs:parse_protos (Results 1 – 2 of 2) sorted by relevance
341 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos() function592 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx()600 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx()609 if (!TEST_true(parse_protos(extra->client.npn_protocols, in configure_handshake_ctx()618 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()626 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()637 if (!TEST_true(parse_protos(extra->client.alpn_protocols, in configure_handshake_ctx()
277 parse_protos(char *protospec) in parse_protos() function1956 protos_defined = parse_protos(optarg); in main()