Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dwolfssl.c480 strcpy(protocols + strlen(protocols), ALPN_HTTP_1_1); in wolfssl_connect_step1()
481 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in wolfssl_connect_step1()
714 !memcmp(protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH)) in wolfssl_connect_step2()
Dbearssl.c403 backend->protocols[cur++] = ALPN_HTTP_1_1; in bearssl_connect_step1()
404 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in bearssl_connect_step1()
551 if(!strcmp(protocol, ALPN_HTTP_1_1)) in bearssl_connect_step3()
Dvtls.h122 #define ALPN_HTTP_1_1 "http/1.1" macro
Dgtls.c633 protocols[cur].data = (unsigned char *)ALPN_HTTP_1_1; in gtls_connect_step1()
636 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in gtls_connect_step1()
1254 !memcmp(ALPN_HTTP_1_1, proto.data, ALPN_HTTP_1_1_LENGTH)) { in gtls_connect_step3()
Dmbedtls.c502 *p++ = ALPN_HTTP_1_1; in mbed_connect_step1()
696 if(!strncmp(next_protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH) && in mbed_connect_step2()
Dopenssl.c2184 if(!select_next_protocol(out, outlen, in, inlen, ALPN_HTTP_1_1, in select_next_proto_cb()
2192 *out = (unsigned char *)ALPN_HTTP_1_1; in select_next_proto_cb()
2716 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in ossl_connect_step1()
2718 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1); in ossl_connect_step1()
3341 !memcmp(ALPN_HTTP_1_1, neg_protocol, ALPN_HTTP_1_1_LENGTH)) { in ossl_connect_step2()
Dschannel.c870 memcpy(&alpn_buffer[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in schannel_connect_step1()
872 infof(data, "schannel: ALPN, offering %s\n", ALPN_HTTP_1_1); in schannel_connect_step1()
1396 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()
Dsectransp.c1624 CFArrayAppendValue(alpnArr, CFSTR(ALPN_HTTP_1_1));
1625 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
2690 !CFStringCompare(chosenProtocol, CFSTR(ALPN_HTTP_1_1), 0)) {
Dnss.c856 !memcmp(ALPN_HTTP_1_1, buf, ALPN_HTTP_1_1_LENGTH)) { in HandshakeCallback()
2097 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH); in nss_setup_connect()