HomeSort by relevance Sort by last modified time
    Searched defs:certinfo (Results 1 - 6 of 6) sorted by null

  /external/curl/docs/examples/
certinfo.c 59 struct curl_certinfo *certinfo; local
61 res = curl_easy_getinfo(curl, CURLINFO_CERTINFO, &certinfo);
63 if(!res && certinfo) {
66 printf("%d certs!\n", certinfo->num_of_certs);
68 for(i = 0; i < certinfo->num_of_certs; i++) {
71 for(slist = certinfo->certinfo[i]; slist; slist = slist->next)
  /external/ipsec-tools/src/racoon/
netdb_dnssec.h 61 struct certinfo { struct
68 struct certinfo *ci_next; /* next structure */
71 extern void freecertinfo __P((struct certinfo *));
72 extern int getcertsbyname __P((char *, struct certinfo **));
  /external/curl/tests/libtest/
lib1521.c 124 struct curl_certinfo *certinfo; local
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 1658 struct curl_slist **certinfo; \/* for each index in this array, there's a member in struct:curl_certinfo
    [all...]
  /external/curl/include/curl/
curl.h 2419 struct curl_slist **certinfo; \/* for each index in this array, there's a member in struct:curl_certinfo
    [all...]
  /external/curl/lib/
urldata.h 227 bool certinfo; /* gather lots of certificate info */ member in struct:ssl_config_data
    [all...]

Completed in 120 milliseconds