Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/curl/
Dcurl.h513 struct curl_khkey { struct
514 const char *key; /* points to a zero-terminated string encoded with base64
516 size_t len;
517 enum type {
522 } keytype;
/external/curl/include/curl/
Dcurl.h819 struct curl_khkey { struct
820 const char *key; /* points to a null-terminated string encoded with base64
822 size_t len;
823 enum curl_khtype keytype;