Searched refs:alpn_result (Results 1 – 1 of 1) sorted by relevance
1213 SecPkgContext_ApplicationProtocol alpn_result; in schannel_connect_step3() local1243 SECPKG_ATTR_APPLICATION_PROTOCOL, &alpn_result); in schannel_connect_step3()1250 if(alpn_result.ProtoNegoStatus == in schannel_connect_step3()1254 alpn_result.ProtocolIdSize, alpn_result.ProtocolId); in schannel_connect_step3()1257 if(alpn_result.ProtocolIdSize == NGHTTP2_PROTO_VERSION_ID_LEN && in schannel_connect_step3()1258 !memcmp(NGHTTP2_PROTO_VERSION_ID, alpn_result.ProtocolId, in schannel_connect_step3()1264 if(alpn_result.ProtocolIdSize == ALPN_HTTP_1_1_LENGTH && in schannel_connect_step3()1265 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()