OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_file
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Tools/ssl/
make_ssl_data.py
20
def parse_error_codes(
h_file
, prefix, libcode):
23
with open(
h_file
, "r", encoding="latin1") as f:
47
for libcode, prefix,
h_file
in sorted(error_libraries.values()):
48
new_codes += parse_error_codes(os.path.join(openssl_inc,
h_file
),
/external/python/cpython3/Tools/ssl/
make_ssl_data.py
20
def parse_error_codes(
h_file
, prefix, libcode):
23
with open(
h_file
, "r", encoding="latin1") as f:
47
for libcode, prefix,
h_file
in sorted(error_libraries.values()):
48
new_codes += parse_error_codes(os.path.join(openssl_inc,
h_file
),
Completed in 70 milliseconds