Home | History | Annotate | Download | only in cups

Lines Matching full:tbytes

6792   ssize_t	tbytes,			/* Total bytes read */
6802 for (tbytes = 0, bytes = 0;
6803 tbytes < (int)length;
6804 tbytes += bytes, buffer += bytes)
6806 DEBUG_printf(("9ipp_read_http: tbytes=" CUPS_LLFMT ", http->state=%d", CUPS_LLCAST tbytes, http->state));
6844 if ((bytes = httpRead2(http, (char *)buffer, length - (size_t)tbytes)) < 0)
6863 if (tbytes == 0 && bytes < 0)
6864 tbytes = -1;
6866 DEBUG_printf(("8ipp_read_http: Returning " CUPS_LLFMT " bytes", CUPS_LLCAST tbytes));
6868 return (tbytes);