Searched refs:next_protos_parse (Results 1 – 5 of 5) sorted by relevance
268 unsigned char *next_protos_parse(size_t *outlen, const char *in);
255 static unsigned char *next_protos_parse(size_t *outlen, in next_protos_parse() function294 protos = next_protos_parse(&protos_len, alpn_str); in cb_server_alpn()1716 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
1600 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()1847 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); in s_client_main()
1756 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()1763 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
2082 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function