Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.c4056 PyObject *cafile_bytes = NULL, *capath_bytes = NULL; in _ssl__SSLContext_load_verify_locations_impl() local
4080 if (capath && !PyUnicode_FSConverter(capath, &capath_bytes)) { in _ssl__SSLContext_load_verify_locations_impl()
4139 capath_buf = PyBytes_AS_STRING(capath_bytes); in _ssl__SSLContext_load_verify_locations_impl()
4160 Py_XDECREF(capath_bytes); in _ssl__SSLContext_load_verify_locations_impl()

Completed in 10 milliseconds