Searched refs:next_protos_parse (Results 1 – 4 of 4) sorted by relevance
564 unsigned char *next_protos_parse(size_t *outlen, const char *in);
1654 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()1882 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); in s_client_main()
1712 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()1719 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
1966 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function