Lines Matching full:protocols
1774 unsigned char protocols[128];
1778 protocols[cur++] = NGHTTP2_PROTO_VERSION_ID_LEN;
1779 memcpy(&protocols[cur], NGHTTP2_PROTO_VERSION_ID,
1784 protocols[cur++] = ALPN_HTTP_1_1_LENGTH;
1785 memcpy(&protocols[cur], ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH);
1788 if(SSL_SetNextProtoNego(connssl->handle, protocols, cur) != SECSuccess)