Lines Matching refs:CUPS_LLFMT
1089 DEBUG_printf(("4httpGetLength2: content_length=" CUPS_LLFMT, in httpGetLength2()
1214 DEBUG_printf(("4httpGets: read " CUPS_LLFMT " bytes.", CUPS_LLCAST bytes)); in httpGets()
1635 …DEBUG_printf(("httpPeek(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffer,… in httpPeek()
1676 DEBUG_printf(("2httpPeek: data_remaining=" CUPS_LLFMT, in httpPeek()
1746 DEBUG_printf(("2httpPeek: Read " CUPS_LLFMT " bytes into buffer.", in httpPeek()
1904 DEBUG_printf(("3httpPrintf: (" CUPS_LLFMT " bytes) %s", CUPS_LLCAST bytes, buf)); in httpPrintf()
1969 …(("httpRead2(http=%p, buffer=%p, length=" CUPS_LLFMT ") coding=%d data_encoding=%d data_remaining=… in httpRead2()
1971 …rintf(("httpRead2(http=%p, buffer=%p, length=" CUPS_LLFMT ") data_encoding=%d data_remaining=" CUP… in httpRead2()
2051 DEBUG_printf(("1httpRead2: Adding " CUPS_LLFMT " bytes to " in httpRead2()
2182 …DEBUG_printf(("httpReadRequest(http=%p, uri=%p, urilen=" CUPS_LLFMT ")", (void *)http, (void *)uri… in httpReadRequest()
2789 DEBUG_printf(("httpSetLength(http=%p, length=" CUPS_LLFMT ")", (void *)http, CUPS_LLCAST length)); in httpSetLength()
2804 CUPS_LLFMT, CUPS_LLCAST length); in httpSetLength()
3288 …DEBUG_printf(("httpWrite2(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffe… in httpWrite2()
3366 CUPS_LLFMT ")", http->wused, CUPS_LLCAST length)); in httpWrite2()
3377 DEBUG_printf(("2httpWrite2: Copying " CUPS_LLFMT " bytes to wbuffer...", in httpWrite2()
3390 DEBUG_printf(("2httpWrite2: Writing " CUPS_LLFMT " bytes to socket...", in httpWrite2()
3398 DEBUG_printf(("2httpWrite2: Wrote " CUPS_LLFMT " bytes...", in httpWrite2()
3459 DEBUG_printf(("1httpWrite2: Returning " CUPS_LLFMT ".", CUPS_LLCAST bytes)); in httpWrite2()
4054 …DEBUG_printf(("http_read(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffer… in http_read()
4122 DEBUG_printf(("2http_read: Read " CUPS_LLFMT " bytes into buffer.", in http_read()
4167 …DEBUG_printf(("http_read_buffered(http=%p, buffer=%p, length=" CUPS_LLFMT ") used=%d", (void *)htt… in http_read_buffered()
4204 …DEBUG_printf(("http_read_chunk(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)… in http_read_chunk()
4231 CUPS_LLFMT ")", len, CUPS_LLCAST http->data_remaining)); in http_read_chunk()
4235 DEBUG_printf(("2http_read_chunk: Got chunk length \"%s\" (" CUPS_LLFMT ")", in http_read_chunk()
4248 DEBUG_printf(("2http_read_chunk: data_remaining=" CUPS_LLFMT, in http_read_chunk()
4484 DEBUG_printf(("1http_set_length: Setting data_remaining to " CUPS_LLFMT ".", in http_set_length()
4643 …DEBUG_printf(("2http_write(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buff… in http_write()
4715 DEBUG_printf(("3http_write: Write of " CUPS_LLFMT " bytes returned " in http_write()
4716 CUPS_LLFMT ".", CUPS_LLCAST length, CUPS_LLCAST bytes)); in http_write()
4771 DEBUG_printf(("3http_write: Returning " CUPS_LLFMT ".", CUPS_LLCAST tbytes)); in http_write()
4790 …DEBUG_printf(("7http_write_chunk(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void … in http_write_chunk()