Home | History | Annotate | Download | only in vtls

Lines Matching refs:ALPN_HTTP_1_1

2111   if(!select_next_protocol(out, outlen, in, inlen, ALPN_HTTP_1_1,
2119 *out = (unsigned char *)ALPN_HTTP_1_1;
2528 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH);
2530 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
2914 !memcmp(ALPN_HTTP_1_1, neg_protocol, ALPN_HTTP_1_1_LENGTH)) {