Lines Matching refs:RetVal
323 PyObject *RetVal;
390 RetVal = OutputBuffer_Finish(&buffer, zst.avail_out);
391 if (RetVal == NULL) {
394 return RetVal;
422 PyObject *RetVal;
517 RetVal = OutputBuffer_WindowFinish(&buffer, &window, zst.avail_out);
518 if (RetVal != NULL) {
519 return RetVal;
756 PyObject *RetVal;
794 RetVal = OutputBuffer_Finish(&buffer, self->zst.avail_out);
795 if (RetVal != NULL) {
801 RetVal = NULL;
804 return RetVal;
878 PyObject *RetVal;
956 RetVal = OutputBuffer_Finish(&buffer, self->zst.avail_out);
957 if (RetVal != NULL) {
963 RetVal = NULL;
966 return RetVal;
988 PyObject *RetVal;
1045 RetVal = OutputBuffer_Finish(&buffer, self->zst.avail_out);
1046 if (RetVal != NULL) {
1052 RetVal = NULL;
1055 return RetVal;
1255 PyObject *RetVal;
1339 RetVal = OutputBuffer_WindowFinish(&buffer, &window, self->zst.avail_out);
1340 if (RetVal != NULL) {
1346 RetVal = NULL;
1350 return RetVal;