Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dcyassl.c402 strcpy(protocols + strlen(protocols), ALPN_HTTP_1_1); in cyassl_connect_step1()
403 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in cyassl_connect_step1()
590 !memcmp(protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) in cyassl_connect_step2()
Dpolarssl.c431 protocols[cur++] = ALPN_HTTP_1_1; in polarssl_connect_step1()
432 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in polarssl_connect_step1()
590 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) { in polarssl_connect_step2()
Dvtls.h128 #define ALPN_HTTP_1_1 "http/1.1" macro
Dgtls.c825 protocols[cur].data = (unsigned char *)ALPN_HTTP_1_1; in gtls_connect_step1()
828 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in gtls_connect_step1()
1446 !memcmp(ALPN_HTTP_1_1, proto.data, ALPN_HTTP_1_1_LENGTH)) { in gtls_connect_step3()
Dmbedtls.c489 *p++ = ALPN_HTTP_1_1; in mbed_connect_step1()
679 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH) && in mbed_connect_step2()
Dopenssl.c2111 if(!select_next_protocol(out, outlen, in, inlen, ALPN_HTTP_1_1, in select_next_proto_cb()
2119 *out = (unsigned char *)ALPN_HTTP_1_1; in select_next_proto_cb()
2528 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in ossl_connect_step1()
2530 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in ossl_connect_step1()
2914 !memcmp(ALPN_HTTP_1_1, neg_protocol, ALPN_HTTP_1_1_LENGTH)) { in ossl_connect_step2()
Dschannel.c751 memcpy(&alpn_buffer[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in schannel_connect_step1()
753 infof(data, "schannel: ALPN, offering %s\n", ALPN_HTTP_1_1); in schannel_connect_step1()
1265 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()
Dsectransp.c1592 CFArrayAppendValue(alpnArr, CFSTR(ALPN_HTTP_1_1));
1593 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
2648 !CFStringCompare(chosenProtocol, CFSTR(ALPN_HTTP_1_1), 0)) {
Dnss.c843 !memcmp(ALPN_HTTP_1_1, buf, ALPN_HTTP_1_1_LENGTH)) { in HandshakeCallback()
2065 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in nss_setup_connect()