Home
last modified time | relevance | path

Searched refs:DEBUGF (Results 1 – 20 of 20) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd.c787 DEBUGF("inflatehd: header emission: %s: %s\n", nv->name->base, in emit_header()
882 DEBUGF("inflate: shift exponent overflow\n"); in decode_length()
887 DEBUGF("inflate: integer overflow on shift\n"); in decode_length()
894 DEBUGF("inflate: integer overflow on addition\n"); in decode_length()
923 DEBUGF("deflatehd: emit table_size=%zu\n", table_size); in emit_table_size()
953 DEBUGF("deflatehd: emit indexed index=%zu, %zu bytes\n", idx, blocklen); in emit_indexed_block()
989 DEBUGF("deflatehd: emit string str=%.*s, length=%zu, huffman=%d, " in emit_string()
1046 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_indname_block()
1078 DEBUGF( in emit_newname_block()
1120 DEBUGF("hpack: remove item from header table: %s: %s\n", in add_hd_table_incremental()
[all …]
Dnghttp2_stream.c155 DEBUGF("stream: stream=%d obq push cycle=%lu\n", stream->stream_id, in stream_obq_push()
158 DEBUGF("stream: push stream %d to stream %d\n", stream->stream_id, in stream_obq_push()
186 DEBUGF("stream: remove stream %d from stream %d\n", stream->stream_id, in stream_obq_remove()
217 DEBUGF("stream: remove stream %d from stream %d (move)\n", stream->stream_id, in stream_obq_move()
241 DEBUGF("stream: stream=%d obq resched cycle=%lu\n", stream->stream_id, in nghttp2_stream_reschedule()
300 DEBUGF("stream: stream=%d obq resched cycle=%lu\n", stream->stream_id, in nghttp2_stream_change_weight()
485 DEBUGF("stream: stream=%d attach item=%p\n", stream->stream_id, item); in nghttp2_stream_attach_item()
507 DEBUGF("stream: stream=%d detach item=%p\n", stream->stream_id, stream->item); in nghttp2_stream_detach_item()
522 DEBUGF("stream: stream=%d defer item=%p cause=%02x\n", stream->stream_id, in nghttp2_stream_defer_item()
537 DEBUGF("stream: stream=%d resume item=%p flags=%02x\n", stream->stream_id, in nghttp2_stream_resume_deferred_item()
[all …]
Dnghttp2_session.c197 DEBUGF("error_callback: vsnprintf failed. The template was %s\n", fmt); in session_call_error_callback()
408 DEBUGF("send: reset nghttp2_active_outbound_item\n"); in active_outbound_item_reset()
409 DEBUGF("send: aob->item = %p\n", aob->item); in active_outbound_item_reset()
878 DEBUGF("stream: cycle detected, dep_stream(%p)=%d stream(%p)=%d\n", in nghttp2_session_reprioritize_stream()
1490 DEBUGF("stream: stream(%p)=%d close\n", stream, stream->stream_id); in nghttp2_session_close_stream()
1573 DEBUGF("stream: destroy closed stream(%p)=%d\n", stream, stream->stream_id); in nghttp2_session_destroy_stream()
1593 DEBUGF("stream: keep closed stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_closed_stream()
1609 DEBUGF("stream: keep idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_idle_stream()
1627 DEBUGF("stream: detach idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_detach_idle_stream()
1662 DEBUGF("stream: adjusting kept closed streams num_closed_streams=%zu, " in nghttp2_session_adjust_closed_stream()
[all …]
Dnghttp2_debug.h35 # define DEBUGF(...) nghttp2_debug_vprintf(__VA_ARGS__) macro
38 # define DEBUGF(...) \ macro
Dnghttp2_frame.c316 DEBUGF("send: HEADERS/PUSH_PROMISE, payloadlen=%zu\n", hd.length); in frame_pack_headers_shared()
341 DEBUGF("send: int CONTINUATION, payloadlen=%zu\n", hd.length); in frame_pack_headers_shared()
352 DEBUGF("send: last CONTINUATION, payloadlen=%zu\n", hd.length); in frame_pack_headers_shared()
1164 DEBUGF("send: padlen=%zu, shift left 1 bytes\n", padlen); in frame_set_pad()
1194 DEBUGF("send: padlen = 0, nothing to do\n"); in nghttp2_frame_add_pad()
1228 DEBUGF("send: final payloadlen=%zu, padlen=%zu\n", hd->length, padlen); in nghttp2_frame_add_pad()
Dnghttp2_buf.c322 DEBUGF("new buffer %zu bytes allocated for bufs %p, used %zu\n", in bufs_alloc_chain()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c782 DEBUGF("inflatehd: header emission: %s: %s\n", nv->name->base, in emit_header()
877 DEBUGF("inflate: shift exponent overflow\n"); in decode_length()
882 DEBUGF("inflate: integer overflow on shift\n"); in decode_length()
889 DEBUGF("inflate: integer overflow on addition\n"); in decode_length()
918 DEBUGF("deflatehd: emit table_size=%zu\n", table_size); in emit_table_size()
948 DEBUGF("deflatehd: emit indexed index=%zu, %zu bytes\n", idx, blocklen); in emit_indexed_block()
984 DEBUGF("deflatehd: emit string str=%.*s, length=%zu, huffman=%d, " in emit_string()
1041 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_indname_block()
1073 DEBUGF( in emit_newname_block()
1115 DEBUGF("hpack: remove item from header table: %s: %s\n", in add_hd_table_incremental()
[all …]
Dnghttp2_stream.c154 DEBUGF("stream: stream=%d obq push cycle=%lu\n", stream->stream_id, in stream_obq_push()
157 DEBUGF("stream: push stream %d to stream %d\n", stream->stream_id, in stream_obq_push()
185 DEBUGF("stream: remove stream %d from stream %d\n", stream->stream_id, in stream_obq_remove()
216 DEBUGF("stream: remove stream %d from stream %d (move)\n", stream->stream_id, in stream_obq_move()
240 DEBUGF("stream: stream=%d obq resched cycle=%lu\n", stream->stream_id, in nghttp2_stream_reschedule()
299 DEBUGF("stream: stream=%d obq resched cycle=%lu\n", stream->stream_id, in nghttp2_stream_change_weight()
484 DEBUGF("stream: stream=%d attach item=%p\n", stream->stream_id, item); in nghttp2_stream_attach_item()
502 DEBUGF("stream: stream=%d detach item=%p\n", stream->stream_id, stream->item); in nghttp2_stream_detach_item()
513 DEBUGF("stream: stream=%d defer item=%p cause=%02x\n", stream->stream_id, in nghttp2_stream_defer_item()
524 DEBUGF("stream: stream=%d resume item=%p flags=%02x\n", stream->stream_id, in nghttp2_stream_resume_deferred_item()
[all …]
Dnghttp2_session.c190 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()
[all …]
Dnghttp2_debug.h35 # define DEBUGF(...) nghttp2_debug_vprintf(__VA_ARGS__) macro
38 # define DEBUGF(...) \ macro
Dnghttp2_frame.c291 DEBUGF("send: HEADERS/PUSH_PROMISE, payloadlen=%zu\n", hd.length); in frame_pack_headers_shared()
316 DEBUGF("send: int CONTINUATION, payloadlen=%zu\n", hd.length); in frame_pack_headers_shared()
327 DEBUGF("send: last CONTINUATION, payloadlen=%zu\n", hd.length); in frame_pack_headers_shared()
1085 DEBUGF("send: padlen=%zu, shift left 1 bytes\n", padlen); in frame_set_pad()
1115 DEBUGF("send: padlen = 0, nothing to do\n"); in nghttp2_frame_add_pad()
1149 DEBUGF("send: final payloadlen=%zu, padlen=%zu\n", hd->length, padlen); in nghttp2_frame_add_pad()
Dnghttp2_buf.c322 DEBUGF("new buffer %zu bytes allocated for bufs %p, used %zu\n", in bufs_alloc_chain()
/third_party/node/deps/cares/src/lib/
Dares_init.c177 DEBUGF(fprintf(stderr, "Error: init_by_options failed: %s\n", in ares_init_options()
184 DEBUGF(fprintf(stderr, "Error: init_by_environment failed: %s\n", in ares_init_options()
189 DEBUGF(fprintf(stderr, "Error: init_by_resolv_conf failed: %s\n", in ares_init_options()
199 DEBUGF(fprintf(stderr, "Error: init_by_defaults failed: %s\n", in ares_init_options()
209 DEBUGF(fprintf(stderr, "Error: init_id_key failed: %s\n", in ares_init_options()
1750 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf()
1752 DEBUGF(fprintf(stderr, "Error opening file: %s\n", PATH_RESOLV_CONF)); in init_by_resolv_conf()
1776 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf()
1778 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in init_by_resolv_conf()
1807 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf()
[all …]
Dares_search.c301 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in ares__single_domain()
303 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in ares__single_domain()
Dares_gethostbyaddr.c221 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in file_lookup()
223 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in file_lookup()
Dsetup_once.h400 #define DEBUGF(x) x macro
402 #define DEBUGF(x) do { } WHILE_FALSE macro
Dares_gethostbyname.c310 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in file_lookup()
312 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in file_lookup()
Dares_getaddrinfo.c471 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", error, in file_lookup()
473 DEBUGF(fprintf(stderr, "Error opening file: %s\n", path_hosts)); in file_lookup()
/third_party/curl/
Dbackport-0001-CVE-2023-28320.patch174 DEBUGF(fprintf(stderr, "Error: curl_global_init failed\n"));
/third_party/lwip/
DCHANGELOG4181 * DEBUGF now is LWIP_DEBUGF