Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/ssl/
Dmake_ssl_data.py41 error_libraries = {} variable
55 error_libraries[mnemonic] = (f'ERR_LIB_{mnemonic}', f'{mnemonic}_R_', error_header)
59 for libcode, prefix, h_file in sorted(error_libraries.values()):
67 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
82 for mnemo, (libcode, _, _) in sorted(error_libraries.items()):
/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()):