Lines Matching defs:capath
4044 capath: object = None
4052 PyObject *capath,
4063 if (capath == Py_None)
4064 capath = NULL;
4068 if (cafile == NULL && capath == NULL && cadata == NULL) {
4070 "cafile, capath and cadata cannot be all omitted");
4080 if (capath && !PyUnicode_FSConverter(capath, &capath_bytes)) {
4083 "capath should be a valid filesystem path");
4134 /* load cafile or capath */
4135 if (cafile || capath) {
4138 if (capath)
4586 NOTE: Certificates in a capath directory aren't loaded unless they have
4637 NOTE: Certificates in a capath directory aren't loaded unless they have