Searched refs:next_protos_parse (Results 1 – 5 of 5) sorted by relevance
276 unsigned char *next_protos_parse(size_t *outlen, const char *in);
256 static unsigned char *next_protos_parse(size_t *outlen, in next_protos_parse() function295 protos = next_protos_parse(&protos_len, alpn_str); in cb_server_alpn()1731 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_client); in main()
1720 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()1971 unsigned char *alpn = next_protos_parse(&alpn_len, alpn_in); in s_client_main()
1840 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()1847 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in); in s_server_main()
2154 unsigned char *next_protos_parse(size_t *outlen, const char *in) in next_protos_parse() function
Completed in 40 milliseconds