Home
last modified time | relevance | path

Searched refs:chosenProtocol (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dsectransp.c2675 CFStringRef chosenProtocol = NULL; local
2679 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)) {