/third_party/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_debug.h | 35 # define DEBUGF(...) nghttp2_debug_vprintf(__VA_ARGS__) macro 38 # define DEBUGF(...) \ macro
|
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 …]
|
/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_debug.h | 35 # define DEBUGF(...) nghttp2_debug_vprintf(__VA_ARGS__) macro 38 # define DEBUGF(...) \ macro
|
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 …]
|
/third_party/curl/lib/ |
D | curl_range.c | 56 DEBUGF(infof(data, "RANGE %" CURL_FORMAT_CURL_OFF_T " to end of file", in Curl_range() 63 DEBUGF(infof(data, "RANGE the last %" CURL_FORMAT_CURL_OFF_T " bytes", in Curl_range() 80 DEBUGF(infof(data, "RANGE from %" CURL_FORMAT_CURL_OFF_T in Curl_range() 84 DEBUGF(infof(data, "range-download from %" CURL_FORMAT_CURL_OFF_T in Curl_range()
|
D | easy.c | 153 DEBUGF(fprintf(stderr, "Error: Curl_ssl_init failed\n")); in global_init() 159 DEBUGF(fprintf(stderr, "Error: win32_init failed\n")); in global_init() 166 DEBUGF(fprintf(stderr, "Error: Curl_amiga_init failed\n")); in global_init() 173 DEBUGF(fprintf(stderr, "Warning: LONG namespace not available\n")); in global_init() 178 DEBUGF(fprintf(stderr, "Error: resolver_global_init failed\n")); in global_init() 190 DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n")); in global_init() 299 DEBUGF(fprintf(stderr, "Error: curl_global_init failed\n")); in curl_easy_init() 307 DEBUGF(fprintf(stderr, "Error: Curl_open failed\n")); in curl_easy_init() 1030 DEBUGF(infof(data, "pause: no change, early return")); in curl_easy_pause()
|
D | conncache.c | 272 DEBUGF(infof(data, "Added connection %ld. " in Curl_conncache_add_conn() 307 DEBUGF(infof(data, "The cache now contains %zu members", in Curl_conncache_remove_conn() 473 DEBUGF(infof(data, "The cache now contains %zu members", in Curl_conncache_extract_bundle() 535 DEBUGF(infof(data, "The cache now contains %zu members", in Curl_conncache_extract_oldest()
|
D | curl_setup_once.h | 352 #define DEBUGF(x) x macro 354 #define DEBUGF(x) do { } while(0) macro
|
/third_party/curl/lib/vtls/ |
D | mbedtls_threadlock.c | 105 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_lock_function() 112 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_lock_function() 128 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_unlock_function() 135 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_unlock_function()
|
D | schannel.c | 443 DEBUGF(infof(data, "schannel: disabled server certificate revocation " in schannel_acquire_credential_handle() 450 DEBUGF(infof(data, "schannel: ignore revocation offline errors")); in schannel_acquire_credential_handle() 455 DEBUGF(infof(data, in schannel_acquire_credential_handle() 463 DEBUGF(infof(data, in schannel_acquire_credential_handle() 469 DEBUGF(infof(data, "schannel: verifyhost setting prevents Schannel from " in schannel_acquire_credential_handle() 775 DEBUGF(infof(data, in schannel_connect_step1() 839 DEBUGF(infof(data, "schannel: re-using existing credential handle")); in schannel_connect_step1() 843 DEBUGF(infof(data, in schannel_connect_step1() 990 DEBUGF(infof(data, "schannel: sending initial handshake data: " in schannel_connect_step1() 1003 DEBUGF(infof(data, "schannel: sent initial handshake data: " in schannel_connect_step1() [all …]
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | jffs2.c | 98 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro 100 # define DEBUGF(fmt, args...) macro 317 DEBUGF("Error: Unknown device type.\n"); in get_part_sector_size() 337 DEBUGF("\n---mtdparts_init---\n"); in mtdparts_init() 375 DEBUGF("dev id: type = %d, num = %d, size = 0x%08lx, mtd_id = %s\n", in mtdparts_init() 403 DEBUGF("part : name = %s, size = 0x%08lx, offset = 0x%08lx\n", in mtdparts_init() 435 DEBUGF("\n--- jffs2_part_info: partition number %d for device %s%d (%s)\n", in jffs2_part_info()
|
D | cramfs.c | 30 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro 32 # define DEBUGF(fmt, args...) macro
|
/third_party/curl/lib/vssh/ |
D | wolfssh.c | 351 DEBUGF(infof(data, "wolfssh callback: type %s", in userauth() 914 DEBUGF(infof(data, "wssh_statemach_act says DONE")); in wssh_multi_statemach() 940 DEBUGF(infof(data, "DO phase starts")); in wsftp_perform() 953 DEBUGF(infof(data, "DO phase is complete")); in wsftp_perform() 1110 DEBUGF(infof(data, "DO phase is complete")); in wsftp_doing() 1122 DEBUGF(infof(data, "SSH DISCONNECT starts now")); in wsftp_disconnect() 1130 DEBUGF(infof(data, "SSH DISCONNECT is done")); in wsftp_disconnect() 1159 DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n")); in Curl_ssh_init()
|
/third_party/cares/ |
D | ares_init.c | 198 DEBUGF(fprintf(stderr, "Error: init_by_options failed: %s\n", in ares_init_options() 205 DEBUGF(fprintf(stderr, "Error: init_by_environment failed: %s\n", in ares_init_options() 210 DEBUGF(fprintf(stderr, "Error: init_by_resolv_conf failed: %s\n", in ares_init_options() 220 DEBUGF(fprintf(stderr, "Error: init_by_defaults failed: %s\n", in ares_init_options() 230 DEBUGF(fprintf(stderr, "Error: init_id_key failed: %s\n", in ares_init_options() 1717 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf() 1719 DEBUGF(fprintf(stderr, "Error opening file: %s\n", PATH_RESOLV_CONF)); in init_by_resolv_conf() 1743 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf() 1745 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in init_by_resolv_conf() 1774 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf() [all …]
|
D | setup_once.h | 400 #define DEBUGF(x) x macro 402 #define DEBUGF(x) do { } WHILE_FALSE macro
|
D | ares_gethostbyaddr.c | 228 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in file_lookup() 230 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in file_lookup()
|
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()
|
/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_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_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()
|