Lines Matching refs:CUPS_LLFMT
1103 DEBUG_printf(("4httpGetLength2: content_length=" CUPS_LLFMT, in httpGetLength2()
1228 DEBUG_printf(("4httpGets: read " CUPS_LLFMT " bytes.", CUPS_LLCAST bytes)); in httpGets()
1649 …DEBUG_printf(("httpPeek(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffer,… in httpPeek()
1690 DEBUG_printf(("2httpPeek: data_remaining=" CUPS_LLFMT, in httpPeek()
1760 DEBUG_printf(("2httpPeek: Read " CUPS_LLFMT " bytes into buffer.", in httpPeek()
1918 DEBUG_printf(("3httpPrintf: (" CUPS_LLFMT " bytes) %s", CUPS_LLCAST bytes, buf)); in httpPrintf()
1983 …(("httpRead2(http=%p, buffer=%p, length=" CUPS_LLFMT ") coding=%d data_encoding=%d data_remaining=… in httpRead2()
1985 …rintf(("httpRead2(http=%p, buffer=%p, length=" CUPS_LLFMT ") data_encoding=%d data_remaining=" CUP… in httpRead2()
2065 DEBUG_printf(("1httpRead2: Adding " CUPS_LLFMT " bytes to " in httpRead2()
2196 …DEBUG_printf(("httpReadRequest(http=%p, uri=%p, urilen=" CUPS_LLFMT ")", (void *)http, (void *)uri… in httpReadRequest()
2706 DEBUG_printf(("httpSetLength(http=%p, length=" CUPS_LLFMT ")", (void *)http, CUPS_LLCAST length)); in httpSetLength()
2721 CUPS_LLFMT, CUPS_LLCAST length); in httpSetLength()
3212 …DEBUG_printf(("httpWrite2(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffe… in httpWrite2()
3290 CUPS_LLFMT ")", http->wused, CUPS_LLCAST length)); in httpWrite2()
3301 DEBUG_printf(("2httpWrite2: Copying " CUPS_LLFMT " bytes to wbuffer...", in httpWrite2()
3314 DEBUG_printf(("2httpWrite2: Writing " CUPS_LLFMT " bytes to socket...", in httpWrite2()
3322 DEBUG_printf(("2httpWrite2: Wrote " CUPS_LLFMT " bytes...", in httpWrite2()
3383 DEBUG_printf(("1httpWrite2: Returning " CUPS_LLFMT ".", CUPS_LLCAST bytes)); in httpWrite2()
4125 …DEBUG_printf(("http_read(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffer… in http_read()
4193 DEBUG_printf(("2http_read: Read " CUPS_LLFMT " bytes into buffer.", in http_read()
4238 …DEBUG_printf(("http_read_buffered(http=%p, buffer=%p, length=" CUPS_LLFMT ") used=%d", (void *)htt… in http_read_buffered()
4275 …DEBUG_printf(("http_read_chunk(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)… in http_read_chunk()
4302 CUPS_LLFMT ")", len, CUPS_LLCAST http->data_remaining)); in http_read_chunk()
4306 DEBUG_printf(("2http_read_chunk: Got chunk length \"%s\" (" CUPS_LLFMT ")", in http_read_chunk()
4319 DEBUG_printf(("2http_read_chunk: data_remaining=" CUPS_LLFMT, in http_read_chunk()
4555 DEBUG_printf(("1http_set_length: Setting data_remaining to " CUPS_LLFMT ".", in http_set_length()
4714 …DEBUG_printf(("2http_write(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buff… in http_write()
4786 DEBUG_printf(("3http_write: Write of " CUPS_LLFMT " bytes returned " in http_write()
4787 CUPS_LLFMT ".", CUPS_LLCAST length, CUPS_LLCAST bytes)); in http_write()
4842 DEBUG_printf(("3http_write: Returning " CUPS_LLFMT ".", CUPS_LLCAST tbytes)); in http_write()
4861 …DEBUG_printf(("7http_write_chunk(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void … in http_write_chunk()