Home
last modified time | relevance | path

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

/external/curl/include/curl/
Dcurl.h2924 struct curl_version_info_data { struct
2925 CURLversion age; /* age of the returned struct */
2926 const char *version; /* LIBCURL_VERSION */
2927 unsigned int version_num; /* LIBCURL_VERSION_NUM */
2928 const char *host; /* OS/host/cpu/machine when configured */
2929 int features; /* bitmask, see defines below */
2930 const char *ssl_version; /* human readable string */
2931 long ssl_version_num; /* not used anymore, always 0 */
2932 const char *libz_version; /* human readable string */
2934 const char * const *protocols;
[all …]
/external/google-breakpad/src/third_party/curl/
Dcurl.h1841 } curl_version_info_data; typedef