Searched refs:ALPN_HTTP_1_1 (Results 1 – 9 of 9) sorted by relevance
/external/curl/lib/vtls/ |
D | cyassl.c | 402 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()
|
D | polarssl.c | 431 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()
|
D | vtls.h | 128 #define ALPN_HTTP_1_1 "http/1.1" macro
|
D | gtls.c | 825 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()
|
D | mbedtls.c | 489 *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()
|
D | openssl.c | 2111 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()
|
D | schannel.c | 751 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()
|
D | sectransp.c | 1592 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)) {
|
D | nss.c | 843 !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()
|