Lines Matching refs:_Pickle_FastCall
370 _Pickle_FastCall(PyObject *func, PyObject *obj)
1029 result = _Pickle_FastCall(self->write, output);
1299 data = _Pickle_FastCall(self->peek, len);
1318 data = _Pickle_FastCall(self->read, len);
1402 PyObject* data = _Pickle_FastCall(self->read, len);
1428 PyObject *read_size_obj = _Pickle_FastCall(self->readinto, buf_obj);
4421 reduce_value = _Pickle_FastCall(reduce_func, obj);
4444 reduce_value = _Pickle_FastCall(reduce_func, proto);
6482 result = _Pickle_FastCall(extend_func, slice);
6499 result = _Pickle_FastCall(append_func, value);
6626 result = _Pickle_FastCall(add_func, item);
6667 result = _Pickle_FastCall(setstate, state);