Searched defs:curl_version_info_data (Results 1 – 1 of 1) sorted by relevance
3061 struct curl_version_info_data { struct3062 CURLversion age; /* age of the returned struct */3063 const char *version; /* LIBCURL_VERSION */3064 unsigned int version_num; /* LIBCURL_VERSION_NUM */3065 const char *host; /* OS/host/cpu/machine when configured */3066 int features; /* bitmask, see defines below */3067 const char *ssl_version; /* human readable string */3068 long ssl_version_num; /* not used anymore, always 0 */3069 const char *libz_version; /* human readable string */3071 const char * const *protocols;[all …]