Lines Matching defs:cafile
4043 cafile: object = None
4051 PyObject *cafile,
4061 if (cafile == Py_None)
4062 cafile = NULL;
4068 if (cafile == NULL && capath == NULL && cadata == NULL) {
4070 "cafile, capath and cadata cannot be all omitted");
4073 if (cafile && !PyUnicode_FSConverter(cafile, &cafile_bytes)) {
4076 "cafile should be a valid filesystem path");
4134 /* load cafile or capath */
4135 if (cafile || capath) {
4136 if (cafile)