Home
last modified time | relevance | path

Searched refs:capath_bytes (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c2836 PyObject *cafile_bytes = NULL, *capath_bytes = NULL; in load_verify_locations() local
2877 capath_bytes = capath; in load_verify_locations()
2882 capath_bytes = PyUnicode_AsEncodedString( in load_verify_locations()
2885 if (!capath_bytes) in load_verify_locations()
2929 if (cafile_bytes || capath_bytes) { in load_verify_locations()
2933 capath_buf = PyBytes_AS_STRING(capath_bytes); in load_verify_locations()
2958 Py_XDECREF(capath_bytes); in load_verify_locations()