Home
last modified time | relevance | path

Searched refs:multibytecodec_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.h68 #define MultibyteCodec_Check(state, op) Py_IS_TYPE((op), state->multibytecodec_type)
Dmultibytecodec.c20 PyTypeObject *multibytecodec_type; member
1961 self = PyObject_GC_New(MultibyteCodecObject, state->multibytecodec_type); in _multibytecodec___create_codec()
1974 Py_VISIT(state->multibytecodec_type); in _multibytecodec_traverse()
1986 Py_CLEAR(state->multibytecodec_type); in _multibytecodec_clear()
2019 CREATE_TYPE(mod, state->multibytecodec_type, &multibytecodec_spec); in _multibytecodec_exec()