OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALPN_HTTP_1_1
(Results
1 - 5
of
5
) sorted by null
/external/curl/lib/vtls/
vtls.h
46
#define
ALPN_HTTP_1_1
"http/1.1"
polarssl.c
368
protocols[cur++] =
ALPN_HTTP_1_1
;
369
infof(data, "ALPN, offering %s\n",
ALPN_HTTP_1_1
);
470
if(!strncmp(next_protocol,
ALPN_HTTP_1_1
, ALPN_HTTP_1_1_LENGTH)) {
gtls.c
648
protocols[cur].data = (unsigned char *)
ALPN_HTTP_1_1
;
651
infof(data, "ALPN, offering %s\n",
ALPN_HTTP_1_1
);
[
all
...]
openssl.c
[
all
...]
nss.c
722
!memcmp(
ALPN_HTTP_1_1
, buf, ALPN_HTTP_1_1_LENGTH)) {
[
all
...]
Completed in 678 milliseconds