Home
last modified time | relevance | path

Searched defs:curl_version_info_data (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/include/curl/
Dcurl.h3120 struct curl_version_info_data { struct
3121 CURLversion age; /* age of the returned struct */
3122 const char *version; /* LIBCURL_VERSION */
3123 unsigned int version_num; /* LIBCURL_VERSION_NUM */
3124 const char *host; /* OS/host/cpu/machine when configured */
3125 int features; /* bitmask, see defines below */
3126 const char *ssl_version; /* human readable string */
3127 long ssl_version_num; /* not used anymore, always 0 */
3128 const char *libz_version; /* human readable string */
3130 const char * const *protocols;
[all …]