Home
last modified time | relevance | path

Searched refs:PyType_GetModuleState (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython3/Modules/
D_curses_panel.c192 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_bottom_impl()
210 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_hide_impl()
226 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_show_impl()
242 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_top_impl()
383 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_move_impl()
417 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_replace_impl()
463 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_set_userptr_impl()
480 _curses_panel_state *state = PyType_GetModuleState(cls); in _curses_panel_panel_userptr_impl()
D_gdbmmodule.c121 _gdbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in gdbm_length()
190 _gdbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in gdbm_subscript()
240 _gdbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in gdbm_ass_sub()
340 _gdbm_state *state = PyType_GetModuleState(cls); in _gdbm_gdbm_keys_impl()
381 _gdbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in gdbm_contains()
425 _gdbm_state *state = PyType_GetModuleState(cls); in _gdbm_gdbm_firstkey_impl()
465 _gdbm_state *state = PyType_GetModuleState(cls); in _gdbm_gdbm_nextkey_impl()
500 _gdbm_state *state = PyType_GetModuleState(cls); in _gdbm_gdbm_reorganize_impl()
529 _gdbm_state *state = PyType_GetModuleState(cls); in _gdbm_gdbm_sync_impl()
D_dbmmodule.c108 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in dbm_length()
132 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in dbm_subscript()
164 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in dbm_ass_sub()
240 _dbm_state *state = PyType_GetModuleState(cls); in _dbm_dbm_keys_impl()
271 _dbm_state *state = PyType_GetModuleState(Py_TYPE(dp)); in dbm_contains()
314 _dbm_state *state = PyType_GetModuleState(cls); in _dbm_dbm_get_impl()
348 _dbm_state *state = PyType_GetModuleState(cls); in _dbm_dbm_setdefault_impl()
D_ssl.h48 #define get_state_obj(o) ((_sslmodulestate *)PyType_GetModuleState(Py_TYPE(o)))
D_testmultiphase.c194 meth_state *m_state = PyType_GetModuleState(cls); in _testmultiphase_StateAccessType_increment_count_clinic_impl()
243 meth_state *m_state = PyType_GetModuleState(defining_class); in _StateAccessType_increment_count_noclinic()
262 meth_state *m_state = PyType_GetModuleState(cls); in _testmultiphase_StateAccessType_get_count_impl()
Dzlibmodule.c756 zlibstate *state = PyType_GetModuleState(cls); in zlib_Compress_compress_impl()
988 zlibstate *state = PyType_GetModuleState(cls); in zlib_Compress_flush_impl()
1069 zlibstate *state = PyType_GetModuleState(cls); in zlib_Compress_copy_impl()
1156 zlibstate *state = PyType_GetModuleState(cls); in zlib_Decompress_copy_impl()
D_lzmamodule.c550 _lzma_state *state = PyType_GetModuleState(Py_TYPE(c)); in compress()
776 _lzma_state *state = PyType_GetModuleState(Py_TYPE(self)); in Compressor_init()
934 _lzma_state *state = PyType_GetModuleState(Py_TYPE(d)); in decompress_buf()
1199 _lzma_state *state = PyType_GetModuleState(Py_TYPE(self)); in _lzma_LZMADecompressor___init___impl()
Dpyexpat.c730 pyexpat_state *state = PyType_GetModuleState(cls); in pyexpat_xmlparser_Parse_impl()
827 pyexpat_state *state = PyType_GetModuleState(cls); in pyexpat_xmlparser_ParseFile_impl()
944 pyexpat_state *state = PyType_GetModuleState(cls); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1047 pyexpat_state *state = PyType_GetModuleState(cls); in pyexpat_xmlparser_UseForeignDTD_impl()
D_operator.c977 _operator_state *state = PyType_GetModuleState(type); in itemgetter_new()
1248 _operator_state *state = PyType_GetModuleState(type); in attrgetter_new()
1503 _operator_state *state = PyType_GetModuleState(type); in methodcaller_new()
Dsha1module.c351 SHA1State *st = PyType_GetModuleState(cls); in SHA1Type_copy_impl()
Dmd5module.c373 MD5State *st = PyType_GetModuleState(cls); in MD5Type_copy_impl()
D_lsprof.c607 collect.state = PyType_GetModuleState(cls); in _lsprof_Profiler_getstats_impl()
D_abc.c85 state = PyType_GetModuleState(type); in abc_data_new()
Dsha256module.c433 _sha256_state *state = PyType_GetModuleState(cls); in SHA256Type_copy_impl()
Dsha512module.c487 SHA512State *st = PyType_GetModuleState(cls); in SHA512Type_copy_impl()
/external/python/cpython3/Modules/_sha3/
Dsha3module.c203 SHA3State *state = PyType_GetModuleState(type); in py_sha3_new_impl()
444 SHA3State *state = PyType_GetModuleState(type); in SHA3_get_name()
/external/python/cpython3/Include/
Dobject.h240 PyAPI_FUNC(void *) PyType_GetModuleState(struct _typeobject *);
/external/python/cpython3/Doc/c-api/
Dtype.rst142 .. c:function:: void* PyType_GetModuleState(PyTypeObject *type)
/external/python/cpython3/PC/
Dpython3dll.c598 EXPORT_FUNC(PyType_GetModuleState)
/external/python/cpython3/Doc/data/
Dstable_abi.dat645 function,PyType_GetModuleState,3.10,
/external/python/cpython3/Doc/howto/
Dclinic.rst1215 heap type with a module. You can now use :c:func:`PyType_GetModuleState` on
1240 The following code can now use ``PyType_GetModuleState(cls)`` to fetch the
1243 zlibstate *state = PyType_GetModuleState(cls);
/external/python/cpython3/Misc/
Dstable_abi.txt2089 function PyType_GetModuleState
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1472 :c:func:`PyType_GetModuleState` are added to the limited API on Windows.
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1280 :c:func:`PyType_GetModuleState` to retrieve the module and its state; and
/external/python/cpython3/Objects/
Dtypeobject.c3680 PyType_GetModuleState(PyTypeObject *type) in PyType_GetModuleState() function

12