Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/ssl/
Dmake_ssl_data.py38 error_libraries = { variable
47 for libcode, prefix, h_file in sorted(error_libraries.values()):
56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
71 for mnemo, (libcode, _, _) in sorted(error_libraries.items()):