Searched refs:error_libraries (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/ssl/ |
D | make_ssl_data.py | 38 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()):
|
/external/python/cpython3/Tools/ssl/ |
D | make_ssl_data.py | 38 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()):
|