Searched refs:alpn_result (Results 1 – 1 of 1) sorted by relevance
654 SecPkgContext_ApplicationProtocol alpn_result; in schannel_connect_step3() local683 SECPKG_ATTR_APPLICATION_PROTOCOL, &alpn_result); in schannel_connect_step3()690 if(alpn_result.ProtoNegoStatus == in schannel_connect_step3()694 alpn_result.ProtocolIdSize, alpn_result.ProtocolId); in schannel_connect_step3()697 if(alpn_result.ProtocolIdSize == NGHTTP2_PROTO_VERSION_ID_LEN && in schannel_connect_step3()698 !memcmp(NGHTTP2_PROTO_VERSION_ID, alpn_result.ProtocolId, in schannel_connect_step3()704 if(alpn_result.ProtocolIdSize == ALPN_HTTP_1_1_LENGTH && in schannel_connect_step3()705 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()