Searched refs:chosenProtocol (Results 1 – 1 of 1) sorted by relevance
2675 CFStringRef chosenProtocol = NULL; local2679 chosenProtocol = CFArrayGetValueAtIndex(alpnArr, 0);2682 if(chosenProtocol &&2683 !CFStringCompare(chosenProtocol, CFSTR(NGHTTP2_PROTO_VERSION_ID),2689 if(chosenProtocol &&2690 !CFStringCompare(chosenProtocol, CFSTR(ALPN_HTTP_1_1), 0)) {