Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c325 static const struct Curl_handler Curl_handler_http2_ssl = { variable
1411 if((conn->handler == &Curl_handler_http2_ssl) || in Curl_http2_done_sending()
2169 if((conn->handler == &Curl_handler_http2_ssl) || in Curl_http2_setup()
2174 conn->handler = &Curl_handler_http2_ssl; in Curl_http2_setup()