Lines Matching refs:PyObject_CallMethodObjArgs
275 output = PyObject_CallMethodObjArgs(self->decoder, in _PyIncrementalNewlineDecoder_decode()
492 PyObject *state = PyObject_CallMethodObjArgs(self->decoder, in incrementalnewlinedecoder_getstate()
538 return PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in incrementalnewlinedecoder_reset()
1049 cookieObj = PyObject_CallMethodObjArgs(buffer, _PyIO_str_tell, NULL); in textiowrapper_init()
1061 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in textiowrapper_init()
1196 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in textiowrapper_detach()
1239 ret = PyObject_CallMethodObjArgs(self->buffer, in _textiowrapper_writeflush()
1302 b = PyObject_CallMethodObjArgs(self->encoder, in textiowrapper_write()
1328 ret = PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_flush, NULL); in textiowrapper_write()
1416 PyObject *state = PyObject_CallMethodObjArgs(self->decoder, in textiowrapper_read_chunk()
1436 input_chunk = PyObject_CallMethodObjArgs(self->buffer, in textiowrapper_read_chunk()
1455 decoded_chars = PyObject_CallMethodObjArgs(self->decoder, in textiowrapper_read_chunk()
1521 decoded = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_decode, in textiowrapper_read()
1978 res = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in _textiowrapper_decoder_setstate()
1994 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_reset, NULL); in _textiowrapper_encoder_setstate()
1998 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_setstate()
2103 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in textiowrapper_seek()
2118 res = PyObject_CallMethodObjArgs(self->buffer, in textiowrapper_seek()
2260 saved_state = PyObject_CallMethodObjArgs(self->decoder, in textiowrapper_tell()
2292 state = PyObject_CallMethodObjArgs(self->decoder, in textiowrapper_tell()
2368 res = PyObject_CallMethodObjArgs((PyObject *) self, _PyIO_str_flush, NULL); in textiowrapper_truncate()
2373 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in textiowrapper_truncate()
2509 line = PyObject_CallMethodObjArgs((PyObject *)self, in textiowrapper_iternext()