• Home
  • Raw
  • Download

Lines Matching refs:DEBUG_printf

295   DEBUG_printf(("httpClearFields(http=%p)", (void *)http));  in httpClearFields()
356 DEBUG_printf(("httpClose(http=%p)", (void *)http)); in httpClose()
463DEBUG_printf(("httpConnect2(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=… in httpConnect2()
505 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encryption=%d)", in httpConnectEncrypt()
551 DEBUG_printf(("httpEncryption(http=%p, e=%d)", (void *)http, e)); in httpEncryption()
634 DEBUG_printf(("httpFlush(http=%p), state=%s", (void *)http, httpStateString(http->state))); in httpFlush()
704DEBUG_printf(("httpFlushWrite(http=%p) data_encoding=%d", (void *)http, http ? http->data_encoding… in httpFlushWrite()
720 DEBUG_printf(("1httpFlushWrite: Returning %d, errno=%d.", (int)bytes, errno)); in httpFlushWrite()
1060 DEBUG_printf(("2httpGetLength2(http=%p), state=%s", (void *)http, httpStateString(http->state))); in httpGetLength2()
1103 DEBUG_printf(("4httpGetLength2: content_length=" CUPS_LLFMT, in httpGetLength2()
1180 DEBUG_printf(("2httpGets(line=%p, length=%d, http=%p)", (void *)line, length, (void *)http)); in httpGets()
1228 DEBUG_printf(("4httpGets: read " CUPS_LLFMT " bytes.", CUPS_LLCAST bytes)); in httpGets()
1237 DEBUG_printf(("3httpGets: recv() error %d!", WSAGetLastError())); in httpGets()
1255 DEBUG_printf(("3httpGets: recv() error %d!", errno)); in httpGets()
1324 DEBUG_printf(("3httpGets: Returning \"%s\"", line)); in httpGets()
1394DEBUG_printf(("2httpGetSubField2(http=%p, field=%d, name=\"%s\", value=%p, valuelen=%d)", (void *)… in httpGetSubField2()
1428 DEBUG_printf(("4httpGetSubField2: name=\"%s\"", temp)); in httpGetSubField2()
1486 DEBUG_printf(("4httpGetSubField2: value=\"%s\"", value)); in httpGetSubField2()
1494 DEBUG_printf(("3httpGetSubField2: Returning \"%s\"", value)); in httpGetSubField2()
1526 DEBUG_printf(("httpHead(http=%p, uri=\"%s\")", (void *)http, uri)); in httpHead()
1649DEBUG_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()
1713 DEBUG_printf(("1httpPeek: 0-length chunk, set state to %s.", in httpPeek()
1757 DEBUG_printf(("2httpPeek: Reading %d bytes into buffer.", (int)buflen)); in httpPeek()
1760 DEBUG_printf(("2httpPeek: Read " CUPS_LLFMT " bytes into buffer.", in httpPeek()
1796 DEBUG_printf(("1httpPeek: Copying %d more bytes of data into " in httpPeek()
1808 DEBUG_printf(("2httpPeek: length=%d, avail_in=%d", (int)length, in httpPeek()
1826 DEBUG_printf(("2httpPeek: zerr=%d", zerr)); in httpPeek()
1852 DEBUG_printf(("2httpPeek: grabbing %d bytes from input buffer...", in httpPeek()
1912 DEBUG_printf(("2httpPrintf(http=%p, format=\"%s\", ...)", (void *)http, format)); in httpPrintf()
1918 DEBUG_printf(("3httpPrintf: (" CUPS_LLFMT " bytes) %s", CUPS_LLCAST bytes, buf)); in httpPrintf()
1945 DEBUG_printf(("httpPut(http=%p, uri=\"%s\")", (void *)http, uri)); in httpPut()
1983DEBUG_printf(("httpRead2(http=%p, buffer=%p, length=" CUPS_LLFMT ") coding=%d data_encoding=%d dat… in httpRead2()
1985DEBUG_printf(("httpRead2(http=%p, buffer=%p, length=" CUPS_LLFMT ") data_encoding=%d data_remainin… in httpRead2()
2006 DEBUG_printf(("2httpRead2: avail_in=%d, avail_out=%d", in httpRead2()
2014 DEBUG_printf(("2httpRead2: zerr=%d", zerr)); in httpRead2()
2025 DEBUG_printf(("2httpRead2: avail_in=%d, avail_out=%d, bytes=%d", in httpRead2()
2045 DEBUG_printf(("1httpRead2: Reading up to %d more bytes of data into " in httpRead2()
2065 DEBUG_printf(("1httpRead2: Adding " CUPS_LLFMT " bytes to " in httpRead2()
2121 DEBUG_printf(("1httpRead2: Reading up to %d bytes into buffer.", in httpRead2()
2167 DEBUG_printf(("1httpRead2: End of content, set state to %s.", in httpRead2()
2196DEBUG_printf(("httpReadRequest(http=%p, uri=%p, urilen=" CUPS_LLFMT ")", (void *)http, (void *)uri… in httpReadRequest()
2208 DEBUG_printf(("1httpReadRequest: Bad state %s, returning HTTP_STATE_ERROR.", in httpReadRequest()
2242 DEBUG_printf(("1httpReadRequest: %s", line)); in httpReadRequest()
2305 DEBUG_printf(("1httpReadRequest: Unknown method \"%s\".", req_method)); in httpReadRequest()
2310 DEBUG_printf(("1httpReadRequest: Set state to %s.", in httpReadRequest()
2325 DEBUG_printf(("1httpReadRequest: Unknown version \"%s\".", req_version)); in httpReadRequest()
2330 DEBUG_printf(("1httpReadRequest: URI is \"%s\".", req_uri)); in httpReadRequest()
2349 DEBUG_printf(("httpReconnect(http=%p)", (void *)http)); in httpReconnect()
2372 DEBUG_printf(("httpReconnect2(http=%p, msec=%d, cancel=%p)", (void *)http, msec, (void *)cancel)); in httpReconnect2()
2394 DEBUG_printf(("2httpReconnect2: Closing socket %d...", http->fd)); in httpReconnect2()
2422 DEBUG_printf(("2httpReconnect2: Address %s:%d", in httpReconnect2()
2440 DEBUG_printf(("1httpReconnect2: httpAddrConnect failed: %s", in httpReconnect2()
2446 DEBUG_printf(("2httpReconnect2: New socket=%d", http->fd)); in httpReconnect2()
2472 DEBUG_printf(("1httpReconnect2: Connected to %s:%d...", in httpReconnect2()
2603DEBUG_printf(("httpSetDefaultField(http=%p, field=%d(%s), value=\"%s\")", (void *)http, field, htt… in httpSetDefaultField()
2652 DEBUG_printf(("httpSetExpect(http=%p, expect=%d)", (void *)http, expect)); in httpSetExpect()
2668DEBUG_printf(("httpSetField(http=%p, field=%d(%s), value=\"%s\")", (void *)http, field, http_field… in httpSetField()
2706 DEBUG_printf(("httpSetLength(http=%p, length=" CUPS_LLFMT ")", (void *)http, CUPS_LLCAST length)); in httpSetLength()
2813DEBUG_printf(("_httpUpdate(http=%p, status=%p), state=%s", (void *)http, (void *)status, httpState… in _httpUpdate()
2825 DEBUG_printf(("2_httpUpdate: Got \"%s\"", line)); in _httpUpdate()
2879 DEBUG_printf(("1_httpUpdate: Set state to %s.", in _httpUpdate()
2931 DEBUG_printf(("1_httpUpdate: Header %s: %s", line, value)); in _httpUpdate()
2962 DEBUG_printf(("1_httpUpdate: unknown field %s seen!", line)); in _httpUpdate()
2967 DEBUG_printf(("1_httpUpdate: Bad response line \"%s\"!", line)); in _httpUpdate()
2987 DEBUG_printf(("httpUpdate(http=%p), state=%s", (void *)http, httpStateString(http->state))); in httpUpdate()
3020 DEBUG_printf(("1httpUpdate: Returning status %d...", http->status)); in httpUpdate()
3026 DEBUG_printf(("1httpUpdate: socket error %d - %s", http->error, in httpUpdate()
3058 DEBUG_printf(("4_httpWait(http=%p, msec=%d, usessl=%d)", (void *)http, msec, usessl)); in _httpWait()
3062 DEBUG_printf(("5_httpWait: Returning 0 since fd=%d", http->fd)); in _httpWait()
3098 DEBUG_printf(("6_httpWait: msec=%d, http->fd=%d", msec, http->fd)); in _httpWait()
3110 DEBUG_printf(("6_httpWait: select() returned %d...", nfds)); in _httpWait()
3120 DEBUG_printf(("5_httpWait: returning with nfds=%d, errno=%d...", nfds, in _httpWait()
3141 DEBUG_printf(("2httpWait(http=%p, msec=%d)", (void *)http, msec)); in httpWait()
3212DEBUG_printf(("httpWrite2(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffe… in httpWrite2()
3237 DEBUG_printf(("1httpWrite2: http->coding=%d", http->coding)); in httpWrite2()
3254 DEBUG_printf(("1httpWrite2: avail_out=%d", ((z_stream *)http->stream)->avail_out)); in httpWrite2()
3261 DEBUG_printf(("1httpWrite2: Writing intermediate chunk, len=%d", (int)slen)); in httpWrite2()
3289 DEBUG_printf(("2httpWrite2: Flushing buffer (wused=%d, 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()
3379 DEBUG_printf(("2httpWrite2: Changed state to %s.", in httpWrite2()
3383 DEBUG_printf(("1httpWrite2: Returning " CUPS_LLFMT ".", CUPS_LLCAST bytes)); in httpWrite2()
3407 DEBUG_printf(("httpWriteResponse(http=%p, status=%d)", (void *)http, status)); in httpWriteResponse()
3573 DEBUG_printf(("1httpWriteResponse: Resetting state to HTTP_STATE_WAITING, " in httpWriteResponse()
3588 DEBUG_printf(("1httpWriteResponse: Resetting state to HTTP_STATE_WAITING, " in httpWriteResponse()
3746 DEBUG_printf(("http_content_coding_finish(http=%p)", (void *)http)); in http_content_coding_finish()
3747 DEBUG_printf(("1http_content_coding_finishing: http->coding=%d", http->coding)); in http_content_coding_finish()
3763 DEBUG_printf(("1http_content_coding_finish: Writing trailing chunk, len=%d", (int)bytes)); in http_content_coding_finish()
3820 DEBUG_printf(("http_content_coding_start(http=%p, value=\"%s\")", (void *)http, value)); in http_content_coding_start()
3824 DEBUG_printf(("1http_content_coding_start: http->coding already %d.", in http_content_coding_start()
3958 DEBUG_printf(("1http_content_coding_start: http->coding now %d.", in http_content_coding_start()
3983DEBUG_printf(("4http_create(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=… in http_create()
4073 DEBUG_printf(("6%s: %d bytes:", prefix, bytes)); in http_debug_hex()
4125DEBUG_printf(("http_read(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buffer… in http_read()
4139 DEBUG_printf(("2http_read: Reading %d bytes into buffer.", (int)length)); in http_read()
4168 DEBUG_printf(("2http_read: %s", strerror(errno))); in http_read()
4193 DEBUG_printf(("2http_read: Read " CUPS_LLFMT " bytes into buffer.", in http_read()
4238DEBUG_printf(("http_read_buffered(http=%p, buffer=%p, length=" CUPS_LLFMT ") used=%d", (void *)htt… in http_read_buffered()
4247 DEBUG_printf(("2http_read: Grabbing %d bytes from input buffer.", in http_read_buffered()
4275DEBUG_printf(("http_read_chunk(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)… in http_read_chunk()
4301 DEBUG_printf(("1http_read_chunk: Negative chunk length \"%s\" (" 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()
4363DEBUG_printf(("4http_send(http=%p, request=HTTP_%s, uri=\"%s\")", (void *)http, codes[request], ur… in http_send()
4401 DEBUG_printf(("5http_send: Reconnecting, fd=%d, status=%d, tls_upgrade=%d", in http_send()
4448 DEBUG_printf(("5http_send: %s: %s", http_fields[i], value)); in http_send()
4473 DEBUG_printf(("5http_send: expect=%d, mode=%d, state=%d", http->expect, in http_send()
4527DEBUG_printf(("http_set_length(http=%p) mode=%d state=%s", (void *)http, http->mode, httpStateStri… in http_set_length()
4555 DEBUG_printf(("1http_set_length: Setting data_remaining to " CUPS_LLFMT ".", in http_set_length()
4626 DEBUG_printf(("7http_tls_upgrade(%p)", (void *)http)); in http_tls_upgrade()
4714DEBUG_printf(("2http_write(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void *)buff… in http_write()
4720 DEBUG_printf(("3http_write: About to write %d bytes.", (int)length)); in http_write()
4786 DEBUG_printf(("3http_write: Write of " CUPS_LLFMT " bytes returned " in http_write()
4827 DEBUG_printf(("3http_write: error writing data (%s).", in http_write()
4842 DEBUG_printf(("3http_write: Returning " CUPS_LLFMT ".", CUPS_LLCAST tbytes)); in http_write()
4861DEBUG_printf(("7http_write_chunk(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (void … in http_write_chunk()