Searched refs:next_proto_neg_in (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/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);
/external/openssl/apps/
H A Ds_client.c614 const char *next_proto_neg_in = NULL; local
886 next_proto_neg_in = *(++argv);
1021 if (next_proto_neg_in)
1023 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 1534 milliseconds