/third_party/nghttp2/lib/ |
D | nghttp2_hd.c | 787 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 …]
|
D | nghttp2_stream.c | 155 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 …]
|
D | nghttp2_session.c | 197 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 …]
|
D | nghttp2_debug.h | 35 # define DEBUGF(...) nghttp2_debug_vprintf(__VA_ARGS__) macro 38 # define DEBUGF(...) \ macro
|
D | nghttp2_frame.c | 316 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()
|
D | nghttp2_buf.c | 322 DEBUGF("new buffer %zu bytes allocated for bufs %p, used %zu\n", in bufs_alloc_chain()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.c | 782 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 …]
|
D | nghttp2_stream.c | 154 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 …]
|
D | nghttp2_session.c | 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() [all …]
|
D | nghttp2_debug.h | 35 # define DEBUGF(...) nghttp2_debug_vprintf(__VA_ARGS__) macro 38 # define DEBUGF(...) \ macro
|
D | nghttp2_frame.c | 291 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()
|
D | nghttp2_buf.c | 322 DEBUGF("new buffer %zu bytes allocated for bufs %p, used %zu\n", in bufs_alloc_chain()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_init.c | 177 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 …]
|
D | ares_search.c | 301 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()
|
D | ares_gethostbyaddr.c | 221 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()
|
D | setup_once.h | 400 #define DEBUGF(x) x macro 402 #define DEBUGF(x) do { } WHILE_FALSE macro
|
D | ares_gethostbyname.c | 310 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()
|
D | ares_getaddrinfo.c | 471 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/ |
D | backport-0001-CVE-2023-28320.patch | 174 DEBUGF(fprintf(stderr, "Error: curl_global_init failed\n"));
|
/third_party/lwip/ |
D | CHANGELOG | 4181 * DEBUGF now is LWIP_DEBUGF
|