Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Diterators.py59 def _structure(msg, fp=None, level=0, include_default=False): function
71 _structure(subpart, fp, level+1, include_default)
/third_party/python/Lib/test/test_email/
Dtorture_test.py19 from email.iterators import _structure
59 _structure(msg, fp=fp)
Dtest_email.py2048 iterators._structure(msg, sfp)
2066 iterators._structure(msg, sfp)
3357 iterators._structure(msg, sfp)
/third_party/python/Doc/library/
Demail.iterators.rst46 .. function:: _structure(msg, fp=None, level=0, include_default=False)
54 from email.iterators import _structure
60 >>> _structure(msg)
Demail.message.rst506 can see this in our example by making use of the ``_structure`` debug
511 >>> from email.iterators import _structure
522 >>> _structure(msg)
Demail.compat32-message.rst671 from email.iterators import _structure
688 can see this in our example by making use of the ``_structure`` debug
703 >>> _structure(msg)
/third_party/node/deps/openssl/openssl/providers/
Ddecoders.inc32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \
35 ",structure=" DECODER_STRUCTURE_##_structure, \
36 (ossl_##_structure##_##_input##_to_##_output##_decoder_functions) }
Dencoders.inc40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \
43 ",structure=" ENCODER_STRUCTURE_##_structure, \
44 (ossl_##_sym##_to_##_structure##_##_output##_encoder_functions) }
/third_party/openssl/providers/
Ddecoders.inc32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \
35 ",structure=" DECODER_STRUCTURE_##_structure, \
36 (ossl_##_structure##_##_input##_to_##_output##_decoder_functions) }
Dencoders.inc40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \
43 ",structure=" ENCODER_STRUCTURE_##_structure, \
44 (ossl_##_sym##_to_##_structure##_##_output##_encoder_functions) }