Lines Matching refs:result
535 PyObject *peek, *buffer, *result;
628 result = PyBytes_FromStringAndSize(PyByteArray_AS_STRING(buffer),
632 return result;
683 PyObject *result, *it = NULL;
685 result = PyList_New(0);
686 if (result == NULL)
693 PyObject *ret = PyObject_CallMethodObjArgs(result, &_Py_ID(extend),
699 return result;
718 if (PyList_Append(result, line) < 0) {
733 return result;
737 Py_DECREF(result);
953 PyObject *result;
996 result = _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks);
998 return result;