Searched defs:curl_version_info_data (Results 1 – 1 of 1) sorted by relevance
3120 struct curl_version_info_data { struct3121 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 …]