Lines Matching defs:list
1492 failf(data, "cannot add certificate to client CA list");
1766 /* Free engine list */
1858 /* Return list of OpenSSL crypto engine names.
1862 struct curl_slist *list = NULL;
1868 beg = curl_slist_append(list, ENGINE_get_id(e));
1870 curl_slist_free_all(list);
1873 list = beg;
1877 return list;
2167 /* get a "list" of alternative names */
3095 failf(data, "SSL: Out of memory allocating for OID list");
3663 failf(data, "failed setting cipher list: %s", ciphers);
3692 failf(data, "failed setting curves list: '%s'", curves);
3714 infof(data, "Setting cipher list SRP");
3717 failf(data, "failed setting SRP cipher list");
4053 /* Thanks to Viktor Dukhovni on the OpenSSL mailing list */