Lines Matching refs:result
284 PyObject *result;
297 result = PyBytes_FromStringAndSize(start, (eol - start));
299 return result;
307 PyObject *result;
318 result = PyBytes_FromStringAndSize(&self->data[self->pos], num_bytes);
320 return result;
1001 PyObject *result;
1010 result = PyBytes_FromStringAndSize(result_buf,
1013 return result;
1483 (LPHANDLE)&m_obj->file_handle, /* result */