Home
last modified time | relevance | path

Searched refs:ALPN_HTTP_1_1 (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/vtls/
Dpolarssl.c384 protocols[cur++] = ALPN_HTTP_1_1; in polarssl_connect_step1()
385 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in polarssl_connect_step1()
541 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) { in polarssl_connect_step2()
Dcyassl.c367 strcpy(protocols + strlen(protocols), ALPN_HTTP_1_1); in cyassl_connect_step1()
368 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in cyassl_connect_step1()
547 !memcmp(protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) in cyassl_connect_step2()
Dvtls.h51 #define ALPN_HTTP_1_1 "http/1.1" macro
Dmbedtls.c408 *p++ = ALPN_HTTP_1_1; in mbed_connect_step1()
575 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH) && in mbed_connect_step2()
Dgtls.c655 protocols[cur].data = (unsigned char *)ALPN_HTTP_1_1; in gtls_connect_step1()
658 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in gtls_connect_step1()
1260 !memcmp(ALPN_HTTP_1_1, proto.data, ALPN_HTTP_1_1_LENGTH)) { in gtls_connect_step3()
Dopenssl.c1637 if(!select_next_protocol(out, outlen, in, inlen, ALPN_HTTP_1_1, in select_next_proto_cb()
1645 *out = (unsigned char *)ALPN_HTTP_1_1; in select_next_proto_cb()
1914 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in ossl_connect_step1()
1916 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in ossl_connect_step1()
2241 !memcmp(ALPN_HTTP_1_1, neg_protocol, ALPN_HTTP_1_1_LENGTH)) { in ossl_connect_step2()
Dschannel.c289 memcpy(&alpn_buffer[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in schannel_connect_step1()
291 infof(data, "schannel: ALPN, offering %s\n", ALPN_HTTP_1_1); in schannel_connect_step1()
681 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()
Dnss.c728 !memcmp(ALPN_HTTP_1_1, buf, ALPN_HTTP_1_1_LENGTH)) { in HandshakeCallback()
1784 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in nss_setup_connect()