HomeSort by relevance Sort by last modified time
    Searched refs:ALPN_HTTP_1_1 (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/vtls/
vtls.h 51 #define ALPN_HTTP_1_1 "http/1.1"
cyassl.c 367 strcpy(protocols + strlen(protocols), ALPN_HTTP_1_1);
368 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
547 !memcmp(protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH))
polarssl.c 384 protocols[cur++] = ALPN_HTTP_1_1;
385 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
541 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) {
mbedtls.c 408 *p++ = ALPN_HTTP_1_1;
575 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH) &&
gtls.c 655 protocols[cur].data = (unsigned char *)ALPN_HTTP_1_1;
658 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
    [all...]
schannel.c 289 memcpy(&alpn_buffer[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH);
291 infof(data, "schannel: ALPN, offering %s\n", ALPN_HTTP_1_1);
681 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId,
    [all...]
openssl.c     [all...]
nss.c 728 !memcmp(ALPN_HTTP_1_1, buf, ALPN_HTTP_1_1_LENGTH)) {
    [all...]

Completed in 105 milliseconds