• Home
  • Raw
  • Download

Lines Matching refs:DEBUGF

190     DEBUGF("error_callback: vsnprintf failed. The template was %s\n", fmt);  in session_call_error_callback()
392 DEBUGF("send: reset nghttp2_active_outbound_item\n"); in active_outbound_item_reset()
393 DEBUGF("send: aob->item = %p\n", aob->item); in active_outbound_item_reset()
808 DEBUGF("stream: cycle detected, dep_stream(%p)=%d stream(%p)=%d\n", in nghttp2_session_reprioritize_stream()
1176 DEBUGF("stream: stream(%p)=%d close\n", stream, stream->stream_id); in nghttp2_session_close_stream()
1255 DEBUGF("stream: destroy closed stream(%p)=%d\n", stream, stream->stream_id); in nghttp2_session_destroy_stream()
1275 DEBUGF("stream: keep closed stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_closed_stream()
1291 DEBUGF("stream: keep idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_idle_stream()
1309 DEBUGF("stream: detach idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_detach_idle_stream()
1344 DEBUGF("stream: adjusting kept closed streams num_closed_streams=%zu, " in nghttp2_session_adjust_closed_stream()
1393 DEBUGF("stream: adjusting kept idle streams num_idle_streams=%zu, max=%zu\n", in nghttp2_session_adjust_idle_stream()
1793 DEBUGF("send: remote windowsize connection=%d, remote maxframsize=%u, " in nghttp2_session_enforce_flow_control_limits()
1817 DEBUGF("send: available window=%zd\n", window_size); in nghttp2_session_next_data_read()
1924 DEBUGF("send: padding selected: payloadlen=%zd, padlen=%zu\n", in session_headers_add_pad()
2165 DEBUGF("send: before padding, HEADERS serialized in %zd bytes\n", in session_prep_frame()
2174 DEBUGF("send: HEADERS finally serialized in %zd bytes\n", in session_prep_frame()
2603 DEBUGF("send: CONTINUATION exists, just return\n"); in session_after_frame_sent1()
2820 DEBUGF("send: next CONTINUATION frame, %zu bytes\n", in session_after_frame_sent2()
2937 DEBUGF("send: frame transmission deferred\n"); in nghttp2_session_mem_send_internal()
2944 DEBUGF("send: frame preparation failed with %s\n", in nghttp2_session_mem_send_internal()
3019 DEBUGF("send: next frame: payloadlen=%zu, type=%u, flags=0x%02x, " in nghttp2_session_mem_send_internal()
3074 DEBUGF("send: next frame: DATA\n"); in nghttp2_session_mem_send_internal()
3082 DEBUGF("send: start transmitting frame type=%u, length=%zd\n", in nghttp2_session_mem_send_internal()
3097 DEBUGF("send: end transmission of a frame\n"); in nghttp2_session_mem_send_internal()
3134 DEBUGF("send: no copy DATA\n"); in nghttp2_session_mem_send_internal()
3140 DEBUGF("send: no copy DATA cancelled because stream was closed\n"); in nghttp2_session_mem_send_internal()
3202 DEBUGF("send: end transmission of client magic\n"); in nghttp2_session_mem_send_internal()
3322 DEBUGF("recv: call on_begin_headers callback stream_id=%d\n", in session_call_on_begin_headers()
3599 DEBUGF("recv: decoding header block %zu bytes\n", inlen); in inflate_header_block()
3633 DEBUGF("recv: proclen=%zd\n", proclen); in inflate_header_block()
3655 DEBUGF("recv: HTTP ignored: type=%u, id=%d, header %.*s: %.*s\n", in inflate_header_block()
3673 DEBUGF("recv: HTTP error: type=%u, id=%d, header %.*s: %.*s\n", in inflate_header_block()
5276 DEBUGF("recv: unknown settings id=0x%02x\n", iv.settings_id); in inbound_frame_set_settings_entry()
5318 DEBUGF("recv: no padding in payload\n"); in inbound_frame_handle_pad()
5332 DEBUGF("recv: padlen=%zu\n", padlen); in inbound_frame_compute_pad()
5390 DEBUGF("recv: connection recv_window_size=%d, local_window=%d\n", in nghttp2_session_mem_recv()
5428 DEBUGF("recv: [IB_READ_FIRST_SETTINGS]\n"); in nghttp2_session_mem_recv()
5465 DEBUGF("recv: [IB_READ_HEAD]\n"); in nghttp2_session_mem_recv()
5477 DEBUGF("recv: payloadlen=%zu, type=%u, flags=0x%02x, stream_id=%d\n", in nghttp2_session_mem_recv()
5482 DEBUGF("recv: length is too large %zu > %u\n", iframe->frame.hd.length, in nghttp2_session_mem_recv()
5497 DEBUGF("recv: DATA\n"); in nghttp2_session_mem_recv()
5510 DEBUGF("recv: DATA not allowed stream_id=%d\n", in nghttp2_session_mem_recv()
5542 DEBUGF("recv: HEADERS\n"); in nghttp2_session_mem_recv()
5621 DEBUGF("recv: PRIORITY\n"); in nghttp2_session_mem_recv()
5643 DEBUGF("recv: RST_STREAM\n"); in nghttp2_session_mem_recv()
5646 DEBUGF("recv: WINDOW_UPDATE\n"); in nghttp2_session_mem_recv()
5665 DEBUGF("recv: SETTINGS\n"); in nghttp2_session_mem_recv()
5725 DEBUGF("recv: PUSH_PROMISE\n"); in nghttp2_session_mem_recv()
5758 DEBUGF("recv: PING\n"); in nghttp2_session_mem_recv()
5773 DEBUGF("recv: GOAWAY\n"); in nghttp2_session_mem_recv()
5788 DEBUGF("recv: unexpected CONTINUATION\n"); in nghttp2_session_mem_recv()
5800 DEBUGF("recv: extension frame\n"); in nghttp2_session_mem_recv()
5829 DEBUGF("recv: ALTSVC\n"); in nghttp2_session_mem_recv()
5859 DEBUGF("recv: ORIGIN\n"); in nghttp2_session_mem_recv()
5918 DEBUGF("recv: [IB_READ_NBYTE]\n"); in nghttp2_session_mem_recv()
5924 DEBUGF("recv: readlen=%zu, payloadleft=%zu, left=%zd\n", readlen, in nghttp2_session_mem_recv()
6131 DEBUGF("recv: origin_len=%zu\n", origin_len); in nghttp2_session_mem_recv()
6171 DEBUGF("recv: [IB_READ_HEADER_BLOCK]\n"); in nghttp2_session_mem_recv()
6173 DEBUGF("recv: [IB_IGN_HEADER_BLOCK]\n"); in nghttp2_session_mem_recv()
6179 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6198 DEBUGF("recv: block final=%d\n", final); in nghttp2_session_mem_recv()
6287 DEBUGF("recv: [IB_IGN_PAYLOAD]\n"); in nghttp2_session_mem_recv()
6293 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6315 DEBUGF("recv: [IB_FRAME_SIZE_ERROR]\n"); in nghttp2_session_mem_recv()
6326 DEBUGF("recv: [IB_READ_SETTINGS]\n"); in nghttp2_session_mem_recv()
6332 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6361 DEBUGF("recv: [IB_READ_GOAWAY_DEBUG]\n"); in nghttp2_session_mem_recv()
6372 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6414 DEBUGF("recv: payloadlen=%zu, type=%u, flags=0x%02x, stream_id=%d\n", in nghttp2_session_mem_recv()
6419 DEBUGF("recv: expected stream_id=%d, type=%d, but got stream_id=%d, " in nghttp2_session_mem_recv()
6455 DEBUGF("recv: [IB_READ_PAD_DATA]\n"); in nghttp2_session_mem_recv()
6461 DEBUGF("recv: readlen=%zu, payloadleft=%zu, left=%zu\n", readlen, in nghttp2_session_mem_recv()
6527 DEBUGF("recv: [IB_READ_DATA]\n"); in nghttp2_session_mem_recv()
6533 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6581 DEBUGF("recv: data_readlen=%zd\n", data_readlen); in nghttp2_session_mem_recv()
6638 DEBUGF("recv: [IB_IGN_DATA]\n"); in nghttp2_session_mem_recv()
6644 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6685 DEBUGF("recv: [IB_READ_EXTENSION_PAYLOAD]\n"); in nghttp2_session_mem_recv()
6691 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6723 DEBUGF("recv: [IB_READ_ALTSVC_PAYLOAD]\n"); in nghttp2_session_mem_recv()
6733 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
6751 DEBUGF("recv: [IB_READ_ORIGIN_PAYLOAD]\n"); in nghttp2_session_mem_recv()
6762 DEBUGF("recv: readlen=%zu, payloadleft=%zu\n", readlen, in nghttp2_session_mem_recv()
7136 DEBUGF("send: read_length_callback=%zd\n", payloadlen); in nghttp2_session_pack_data()
7141 DEBUGF("send: read_length_callback after flow control=%zd\n", payloadlen); in nghttp2_session_pack_data()
7154 DEBUGF("send: realloc buffer failed rv=%d", rv); in nghttp2_session_pack_data()
7159 DEBUGF("send: use safe limit payloadlen=%zd", payloadlen); in nghttp2_session_pack_data()
7180 DEBUGF("send: DATA postponed due to %s\n", in nghttp2_session_pack_data()
7210 DEBUGF("NGHTTP2_DATA_FLAG_NO_COPY requires send_data_callback set\n"); in nghttp2_session_pack_data()