Lines Matching refs:infof
122 DEBUGF(infof(conn->data, "HTTP/2 DISCONNECT starts now\n")); in http2_disconnect()
139 DEBUGF(infof(conn->data, "HTTP/2 DISCONNECT done\n")); in http2_disconnect()
376 DEBUGF(infof(data, "PUSH_PROMISE received, stream %u!\n", in push_promise()
388 infof(data, "failed to duplicate handle\n"); in push_promise()
396 DEBUGF(infof(data, "Got PUSH_PROMISE, ask application!\n")); in push_promise()
430 infof(data, "failed to add handle to multi\n"); in push_promise()
441 DEBUGF(infof(data, "Got PUSH_PROMISE, ignore it!\n")); in push_promise()
464 DEBUGF(infof(conn->data, "Got SETTINGS\n")); in on_frame_recv()
471 DEBUGF(infof(conn->data, "MAX_CONCURRENT_STREAMS == %d\n", in on_frame_recv()
473 DEBUGF(infof(conn->data, "ENABLE_PUSH == %s\n", in on_frame_recv()
477 infof(conn->data, in on_frame_recv()
489 DEBUGF(infof(conn->data, in on_frame_recv()
497 DEBUGF(infof(conn->data, "No proto pointer for stream: %x\n", in on_frame_recv()
502 DEBUGF(infof(data_s, "on_frame_recv() header %x stream %x\n", in on_frame_recv()
544 DEBUGF(infof(data_s, "Store %zu bytes headers from stream %u at %p\n", in on_frame_recv()
573 DEBUGF(infof(conn->data, "Got frame type %x for stream %u!\n", in on_frame_recv()
589 DEBUGF(infof(data_s, in on_invalid_frame_recv()
634 DEBUGF(infof(data_s, "%zu data received for stream %u " in on_data_chunk_recv()
643 DEBUGF(infof(data_s, "NGHTTP2_ERR_PAUSE - %zu bytes out of buffer" in on_data_chunk_recv()
671 DEBUGF(infof(data_s, "before_frame_send() was called\n")); in before_frame_send()
685 DEBUGF(infof(data_s, "on_frame_send() was called, length = %zd\n", in on_frame_send()
699 DEBUGF(infof(data_s, in on_frame_not_send()
723 DEBUGF(infof(data_s, "on_stream_close(), %s (err %d), stream %u\n", in on_stream_close()
736 DEBUGF(infof(data_s, "Removed stream %u hash!\n", stream_id)); in on_stream_close()
753 DEBUGF(infof(data_s, "on_begin_headers() was called\n")); in on_begin_headers()
765 DEBUGF(infof(data_s, "trailer field started\n")); in on_begin_headers()
866 DEBUGF(infof(data_s, "h2 trailer: %.*s: %.*s\n", namelen, name, valuelen, in on_header()
894 DEBUGF(infof(data_s, "h2 status: HTTP/2 %03d (easy %p)\n", in on_header()
910 DEBUGF(infof(data_s, "h2 header: %.*s: %.*s\n", namelen, name, valuelen, in on_header()
959 DEBUGF(infof(data_s, "data_source_read_callback: " in data_source_read_callback()
984 infof(conn->data, "http2 error: %.*s\n", len, msg); in error_callback()
996 DEBUGF(infof(data, "free header_recvbuf!!\n")); in Curl_http2_done()
1016 infof(data, "stopped the pause stream!\n"); in Curl_http2_done()
1174 DEBUGF(infof(data, in h2_process_pending_input()
1182 DEBUGF(infof(data, in h2_process_pending_input()
1195 DEBUGF(infof(data, in h2_process_pending_input()
1298 DEBUGF(infof(data, "http2_recv returns 0, http2_handle_stream_close\n")); in http2_handle_stream_close()
1339 DEBUGF(infof(data, "Queuing PRIORITY on stream %u (easy %p)\n", in h2_session_send()
1363 DEBUGF(infof(data, in http2_recv()
1389 DEBUGF(infof(data, "http2_recv: Got %d bytes from header_recvbuf\n", in http2_recv()
1394 DEBUGF(infof(data, "http2_recv: easy %p (stream %u)\n", in http2_recv()
1398 DEBUGF(infof(data, "http2_recv: DRAIN %zu bytes stream %u!! (%p => %p)\n", in http2_recv()
1426 infof(data, "%zu data bytes written\n", nread); in http2_recv()
1428 DEBUGF(infof(data, "Unpaused by stream %u\n", stream->stream_id)); in http2_recv()
1447 DEBUGF(infof(data, "http2_recv: returns unpaused %zd bytes on stream %u\n", in http2_recv()
1460 DEBUGF(infof(data, "stream %x is paused, pause id: %x\n", in http2_recv()
1494 DEBUGF(infof(data, "nread=%zd\n", nread)); in http2_recv()
1503 DEBUGF(infof(data, "Use data left in connection buffer, nread=%zd\n", in http2_recv()
1514 DEBUGF(infof(data, "nghttp2_session_mem_recv() returns %zd\n", rv)); in http2_recv()
1516 DEBUGF(infof(data, "All data in connection buffer processed\n")); in http2_recv()
1522 DEBUGF(infof(data, "%zu bytes left in connection buffer\n", in http2_recv()
1534 DEBUGF(infof(data, "http2_recv: nothing to do in this session\n")); in http2_recv()
1541 DEBUGF(infof(data, "http2_recv: returns %zd for stream %u\n", in http2_recv()
1548 DEBUGF(infof(data, "Data returned for PAUSED stream %u\n", in http2_recv()
1565 DEBUGF(infof(data, "http2_recv returns AGAIN for stream %u\n", in http2_recv()
1667 DEBUGF(infof(conn->data, "http2_send len=%zu\n", len)); in http2_send()
1671 infof(conn->data, "stream %d closed\n", stream->stream_id); in http2_send()
1696 DEBUGF(infof(conn->data, "http2_send: nothing to do in this session\n")); in http2_send()
1709 DEBUGF(infof(conn->data, "http2_send returns %zu for stream %u\n", len, in http2_send()
1874 DEBUGF(infof(conn->data, "h2 header: %.*s:%.*s\n", in http2_send()
1880 infof(conn->data, "http2_send: Warning: The cumulative length of all " in http2_send()
1911 DEBUGF(infof(conn->data, "http2_send() send error\n")); in http2_send()
1916 infof(conn->data, "Using Stream ID: %x (easy handle %p)\n", in http2_send()
1930 DEBUGF(infof(conn->data, "http2_send: nothing to do in this session\n")); in http2_send()
1979 infof(conn->data, "Using HTTP2, server supports multi-use\n"); in Curl_http2_setup()
1994 infof(conn->data, "Connection state changed (HTTP/2 confirmed)\n"); in Curl_http2_setup()
2066 infof(conn->data, "Copying HTTP/2 data in stream buffer to connection buffer" in Curl_http2_switched()
2083 DEBUGF(infof(data, "nghttp2_session_mem_recv() returns %zd\n", nproc)); in Curl_http2_switched()
2103 DEBUGF(infof(data, in Curl_http2_switched()