Searched refs:PyType_GetModuleState (Results 1 – 25 of 26) sorted by relevance
12
192 _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()
121 _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()
108 _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()
48 #define get_state_obj(o) ((_sslmodulestate *)PyType_GetModuleState(Py_TYPE(o)))
194 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()
756 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()
550 _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()
730 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()
977 _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()
351 SHA1State *st = PyType_GetModuleState(cls); in SHA1Type_copy_impl()
373 MD5State *st = PyType_GetModuleState(cls); in MD5Type_copy_impl()
607 collect.state = PyType_GetModuleState(cls); in _lsprof_Profiler_getstats_impl()
85 state = PyType_GetModuleState(type); in abc_data_new()
433 _sha256_state *state = PyType_GetModuleState(cls); in SHA256Type_copy_impl()
487 SHA512State *st = PyType_GetModuleState(cls); in SHA512Type_copy_impl()
203 SHA3State *state = PyType_GetModuleState(type); in py_sha3_new_impl()444 SHA3State *state = PyType_GetModuleState(type); in SHA3_get_name()
240 PyAPI_FUNC(void *) PyType_GetModuleState(struct _typeobject *);
142 .. c:function:: void* PyType_GetModuleState(PyTypeObject *type)
598 EXPORT_FUNC(PyType_GetModuleState)
645 function,PyType_GetModuleState,3.10,
1215 heap type with a module. You can now use :c:func:`PyType_GetModuleState` on1240 The following code can now use ``PyType_GetModuleState(cls)`` to fetch the1243 zlibstate *state = PyType_GetModuleState(cls);
2089 function PyType_GetModuleState
1472 :c:func:`PyType_GetModuleState` are added to the limited API on Windows.
1280 :c:func:`PyType_GetModuleState` to retrieve the module and its state; and
3680 PyType_GetModuleState(PyTypeObject *type) in PyType_GetModuleState() function