Lines Matching refs:_multibytecodec_state
22 } _multibytecodec_state;
24 static _multibytecodec_state *
27 _multibytecodec_state *state = PyModule_GetState(module);
33 static _multibytecodec_state *
1049 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type);
1324 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type);
1641 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type);
1747 _multibytecodec_state *state = PyType_GetModuleState(cls);
1778 _multibytecodec_state *state = PyType_GetModuleState(cls);
1829 _multibytecodec_state *state = PyType_GetModuleState(cls);
1865 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type);
1976 _multibytecodec_state *state = _multibytecodec_get_state(module);
1989 _multibytecodec_state *state = _multibytecodec_get_state(mod);
2001 _multibytecodec_state *state = _multibytecodec_get_state(mod);
2035 _multibytecodec_state *state = _multibytecodec_get_state(mod);
2069 .m_size = sizeof(_multibytecodec_state),