| 95 | CURLCPP_DEFINE_INFO(CURLINFO_SSL_VERIFYRESULT,long); |
| 96 | // A list of OpenSSL crypto engines. |
| 97 | CURLCPP_DEFINE_INFO(CURLINFO_SSL_ENGINES,struct curl_slist *); |
| 98 | // Content length from the Content-Length header. |
| 99 | CURLCPP_DEFINE_INFO(CURLINFO_CONTENT_LENGTH_DOWNLOAD,long); |
| 100 | // Upload size. |
nothing calls this directly
no outgoing calls
no test coverage detected