OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_proto_neg
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
3156
const unsigned char *
next_proto_neg
;
local
3200
SSL_get0_next_proto_negotiated(con, &
next_proto_neg
, &next_proto_neg_len);
3201
if (
next_proto_neg
) {
3203
BIO_write(bio_s_out,
next_proto_neg
, next_proto_neg_len);
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
2954
const unsigned char *
next_proto_neg
;
local
2985
SSL_get0_next_proto_negotiated(con, &
next_proto_neg
, &next_proto_neg_len);
2986
if (
next_proto_neg
) {
2988
BIO_write(bio_s_out,
next_proto_neg
, next_proto_neg_len);
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
2901
const unsigned char *
next_proto_neg
;
local
2933
SSL_get0_next_proto_negotiated(con, &
next_proto_neg
, &next_proto_neg_len);
2934
if (
next_proto_neg
) {
2936
BIO_write(bio_s_out,
next_proto_neg
, next_proto_neg_len);
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026