Searched defs:curl_version_info_data (Results 1 – 1 of 1) sorted by relevance
3105 struct curl_version_info_data { struct3106 CURLversion age; /* age of the returned struct */3107 const char *version; /* LIBCURL_VERSION */3108 unsigned int version_num; /* LIBCURL_VERSION_NUM */3109 const char *host; /* OS/host/cpu/machine when configured */3110 int features; /* bitmask, see defines below */3111 const char *ssl_version; /* human readable string */3112 long ssl_version_num; /* not used anymore, always 0 */3113 const char *libz_version; /* human readable string */3115 const char * const *protocols;[all …]