Searched defs:curl_version_info_data (Results 1 – 1 of 1) sorted by relevance
2898 struct curl_version_info_data { struct2899 CURLversion age; /* age of the returned struct */2900 const char *version; /* LIBCURL_VERSION */2901 unsigned int version_num; /* LIBCURL_VERSION_NUM */2902 const char *host; /* OS/host/cpu/machine when configured */2903 int features; /* bitmask, see defines below */2904 const char *ssl_version; /* human readable string */2905 long ssl_version_num; /* not used anymore, always 0 */2906 const char *libz_version; /* human readable string */2908 const char * const *protocols;[all …]