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.h3035 struct curl_version_info_data { struct
3036 CURLversion age; /* age of the returned struct */
3037 const char *version; /* LIBCURL_VERSION */
3038 unsigned int version_num; /* LIBCURL_VERSION_NUM */
3039 const char *host; /* OS/host/cpu/machine when configured */
3040 int features; /* bitmask, see defines below */
3041 const char *ssl_version; /* human readable string */
3042 long ssl_version_num; /* not used anymore, always 0 */
3043 const char *libz_version; /* human readable string */
3045 const char * const *protocols;
[all …]
/external/google-breakpad/src/third_party/curl/
Dcurl.h1841 } curl_version_info_data; typedef