Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c2837 const char *cafile_buf = NULL, *capath_buf = NULL; in load_verify_locations() local
2931 cafile_buf = PyBytes_AS_STRING(cafile_bytes); in load_verify_locations()
2937 cafile_buf, in load_verify_locations()