Home
last modified time | relevance | path

Searched refs:CURL_TRC_WRITE (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dcurl_trc.h80 #define CURL_TRC_WRITE(data, ...) \ macro
97 #define CURL_TRC_WRITE Curl_trc_write macro
H A Dcw-out.c225 CURL_TRC_WRITE(data, "cw_out, wrote %zu %s bytes -> %zu", in cw_out_ptr_flush()
239 CURL_TRC_WRITE(data, "cw_out, PAUSE requested by client"); in cw_out_ptr_flush()
434 CURL_TRC_WRITE(data, "cw-out is%spaused", ctx->paused? "" : " not"); in Curl_cw_out_is_paused()
466 CURL_TRC_WRITE(data, "cw-out unpause"); in Curl_cw_out_unpause()
472 CURL_TRC_WRITE(data, "cw-out done"); in Curl_cw_out_done()
H A Dhttp_chunks.c191 CURL_TRC_WRITE(data, "http_chunked, chunk start of %" in httpchunk_readwrite()
228 CURL_TRC_WRITE(data, "http_chunked, write %zu body bytes, %" in httpchunk_readwrite()
350 CURL_TRC_WRITE(data, "http_chunk, response complete"); in httpchunk_readwrite()
356 CURL_TRC_WRITE(data, "http_chunk error, expected 0x0a, seeing 0x%ux", in httpchunk_readwrite()
H A Dcontent_encoding.c997 CURL_TRC_WRITE(data, "looking for %s decoder: %.*s", in Curl_build_unencoding_stack()
1006 CURL_TRC_WRITE(data, "decoder not requested, ignored: %.*s", in Curl_build_unencoding_stack()
1025 CURL_TRC_WRITE(data, "ignoring duplicate 'chunked' decoder"); in Curl_build_unencoding_stack()
1048 CURL_TRC_WRITE(data, "added %s decoder %s -> %d", in Curl_build_unencoding_stack()
H A Dws.c117 CURL_TRC_WRITE(data, "websocket, decoded %s [%s%s]", msg, in ws_dec_info()
123 CURL_TRC_WRITE(data, "websocket, decoded %s [%s%s](%d/%d)", msg, in ws_dec_info()
129 CURL_TRC_WRITE(data, "websocket, decoded %s [%s%s payload=%" in ws_dec_info()
280 CURL_TRC_WRITE(data, "websocket, passed %zd bytes payload, %" in ws_dec_pass_payload()
459 CURL_TRC_WRITE(data, "websocket, buffered incomplete frame head"); in ws_cw_write()
H A Dsendf.c92 CURL_TRC_WRITE(data, "client_write(type=%x, len=%zu) -> %d", in Curl_client_write()
254 CURL_TRC_WRITE(data, "download_write header(type=%x, blen=%zu) -> %d", in cw_download_write()
268 CURL_TRC_WRITE(data, "download_write body(type=%x, blen=%zu), " in cw_download_write()
312 CURL_TRC_WRITE(data, "download_write body(type=%x, blen=%zu) -> %d", in cw_download_write()
H A Dheaders.c362 CURL_TRC_WRITE(data, "header_collect pushed(type=%x, len=%zu) -> %d", in hds_cw_collect_write()
H A Dtransfer.c1200 CURL_TRC_WRITE(data, "xfer_write_resp(len=%zu, eos=%d) -> %d", in Curl_xfer_write_resp()

Completed in 33 milliseconds