• Home
  • Raw
  • Download

Lines Matching refs:DEBUG_printf

54DEBUG_printf(("cupsDoFileRequest(http=%p, request=%p(%s), resource=\"%s\", filename=\"%s\")", (voi…  in cupsDoFileRequest()
115DEBUG_printf(("cupsDoIORequest(http=%p, request=%p(%s), resource=\"%s\", infile=%d, outfile=%d)", … in cupsDoIORequest()
185DEBUG_printf(("2cupsDoIORequest: Request length=%ld, total length=%ld", (long)ippLength(request), … in cupsDoIORequest()
208 DEBUG_printf(("2cupsDoIORequest: status=%d", status)); in cupsDoIORequest()
241 DEBUG_printf(("2cupsDoIORequest: status=%d", status)); in cupsDoIORequest()
294DEBUG_printf(("cupsDoRequest(http=%p, request=%p(%s), resource=\"%s\")", (void *)http, (void *)req… in cupsDoRequest()
320 DEBUG_printf(("cupsGetResponse(http=%p, resource=\"%s\")", (void *)http, resource)); in cupsGetResponse()
321 DEBUG_printf(("1cupsGetResponse: http->state=%d", http ? http->state : HTTP_STATE_ERROR)); in cupsGetResponse()
367 DEBUG_printf(("2cupsGetResponse: Update loop, http->status=%d...", in cupsGetResponse()
376 DEBUG_printf(("2cupsGetResponse: status=%d", status)); in cupsGetResponse()
455 DEBUG_printf(("1cupsGetResponse: status-code=%s, status-message=\"%s\"", in cupsGetResponse()
544DEBUG_printf(("cupsReadResponseData(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (vo… in cupsReadResponseData()
598DEBUG_printf(("cupsSendRequest(http=%p, request=%p(%s), resource=\"%s\", length=" CUPS_LLFMT ")", … in cupsSendRequest()
630 DEBUG_printf(("1cupsSendRequest: Unknown HTTP state (%d), " in cupsSendRequest()
712 DEBUG_printf(("2cupsSendRequest: authstring=\"%s\"", http->authstring)); in cupsSendRequest()
795 DEBUG_printf(("2cupsSendRequest: status=%d", status)); in cupsSendRequest()
822 DEBUG_printf(("1cupsSendRequest: Returning %d.", status)); in cupsSendRequest()
916DEBUG_printf(("cupsWriteRequestData(http=%p, buffer=%p, length=" CUPS_LLFMT ")", (void *)http, (vo… in cupsWriteRequestData()
974 DEBUG_printf(("1cupsWriteRequestData: Returning %d.\n", status)); in cupsWriteRequestData()
1120 DEBUG_printf(("4_cupsSetError: last_error=%s, last_status_message=\"%s\"", in _cupsSetError()
1179 DEBUG_printf(("4_cupsSetHTTPError: HTTP error %d mapped to " in _cupsSetHTTPError()