Searched refs:writer_type (Results 1 – 3 of 3) sorted by relevance
40 typedef void (*writer_type)(stream_type &output,void const *ptr); typedef97 writer_type writer_;
23 PyTypeObject *writer_type; member45 Py_CLEAR(module_state->writer_type); in _csv_clear()57 Py_VISIT(module_state->writer_type); in _csv_traverse()1438 WriterObj * self = PyObject_GC_New(WriterObj, module_state->writer_type); in csv_writer()1718 module_state->writer_type = (PyTypeObject *)temp; in csv_exec()
19 PyTypeObject *writer_type; member1978 Py_VISIT(state->writer_type); in _multibytecodec_traverse()1990 Py_CLEAR(state->writer_type); in _multibytecodec_clear()2023 CREATE_TYPE(mod, state->writer_type, &writer_spec); in _multibytecodec_exec()2028 ADD_TYPE(mod, state->writer_type); in _multibytecodec_exec()