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.h2820 struct curl_version_info_data { struct
2821 CURLversion age; /* age of the returned struct */
2822 const char *version; /* LIBCURL_VERSION */
2823 unsigned int version_num; /* LIBCURL_VERSION_NUM */
2824 const char *host; /* OS/host/cpu/machine when configured */
2825 int features; /* bitmask, see defines below */
2826 const char *ssl_version; /* human readable string */
2827 long ssl_version_num; /* not used anymore, always 0 */
2828 const char *libz_version; /* human readable string */
2830 const char * const *protocols;
[all …]
/external/google-breakpad/src/third_party/curl/
Dcurl.h1841 } curl_version_info_data; typedef