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.h3063 struct curl_version_info_data { struct
3064 CURLversion age; /* age of the returned struct */
3065 const char *version; /* LIBCURL_VERSION */
3066 unsigned int version_num; /* LIBCURL_VERSION_NUM */
3067 const char *host; /* OS/host/cpu/machine when configured */
3068 int features; /* bitmask, see defines below */
3069 const char *ssl_version; /* human readable string */
3070 long ssl_version_num; /* not used anymore, always 0 */
3071 const char *libz_version; /* human readable string */
3073 const char * const *protocols;
[all …]
/external/google-breakpad/src/third_party/curl/
Dcurl.h1841 } curl_version_info_data; typedef