Searched defs:next_proto_neg_in (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Ds_client.c613 const char *next_proto_neg_in = NULL; local
884 next_proto_neg_in = *(++argv);
1014 if (next_proto_neg_in)
1016 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
H A Ds_server.c964 const char *next_proto_neg_in = NULL; local
1315 next_proto_neg_in = *(++argv);
1444 if (next_proto_neg_in)
1447 next_proto.data = next_protos_parse(&len, next_proto_neg_in);

Completed in 46 milliseconds