Home
last modified time | relevance | path

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

12

/third_party/node/deps/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()
483 DEBUGF("stream: stream=%d attach item=%p\n", stream->stream_id, item); in nghttp2_stream_attach_item()
505 DEBUGF("stream: stream=%d detach item=%p\n", stream->stream_id, stream->item); in nghttp2_stream_detach_item()
520 DEBUGF("stream: stream=%d defer item=%p cause=%02x\n", stream->stream_id, in nghttp2_stream_defer_item()
535 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()
871 DEBUGF("stream: cycle detected, dep_stream(%p)=%d stream(%p)=%d\n", in nghttp2_session_reprioritize_stream()
1471 DEBUGF("stream: stream(%p)=%d close\n", stream, stream->stream_id); in nghttp2_session_close_stream()
1550 DEBUGF("stream: destroy closed stream(%p)=%d\n", stream, stream->stream_id); in nghttp2_session_destroy_stream()
1570 DEBUGF("stream: keep closed stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_closed_stream()
1586 DEBUGF("stream: keep idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_idle_stream()
1604 DEBUGF("stream: detach idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_detach_idle_stream()
1639 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
/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()
871 DEBUGF("stream: cycle detected, dep_stream(%p)=%d stream(%p)=%d\n", in nghttp2_session_reprioritize_stream()
1483 DEBUGF("stream: stream(%p)=%d close\n", stream, stream->stream_id); in nghttp2_session_close_stream()
1566 DEBUGF("stream: destroy closed stream(%p)=%d\n", stream, stream->stream_id); in nghttp2_session_destroy_stream()
1586 DEBUGF("stream: keep closed stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_closed_stream()
1602 DEBUGF("stream: keep idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_keep_idle_stream()
1620 DEBUGF("stream: detach idle stream(%p)=%d, state=%d\n", stream, in nghttp2_session_detach_idle_stream()
1655 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
/third_party/curl/lib/vtls/
Dmbedtls_threadlock.c99 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_lock_function()
105 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_lock_function()
119 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_unlock_function()
125 DEBUGF(fprintf(stderr, in Curl_mbedtlsthreadlock_unlock_function()
Dschannel.c478 DEBUGF(infof(data, "schannel: disabled server certificate revocation " in schannel_acquire_credential_handle()
485 DEBUGF(infof(data, "schannel: ignore revocation offline errors")); in schannel_acquire_credential_handle()
490 DEBUGF(infof(data, in schannel_acquire_credential_handle()
498 DEBUGF(infof(data, in schannel_acquire_credential_handle()
504 DEBUGF(infof(data, "schannel: verifyhost setting prevents Schannel from " in schannel_acquire_credential_handle()
1074 DEBUGF(infof(data, in schannel_connect_step1()
1136 DEBUGF(infof(data, "schannel: reusing existing credential handle")); in schannel_connect_step1()
1140 DEBUGF(infof(data, in schannel_connect_step1()
1295 DEBUGF(infof(data, "schannel: sending initial handshake data: " in schannel_connect_step1()
1309 DEBUGF(infof(data, "schannel: sent initial handshake data: " in schannel_connect_step1()
[all …]
/third_party/curl/lib/
Dcurl_range.c58 DEBUGF(infof(data, "RANGE %" CURL_FORMAT_CURL_OFF_T " to end of file", in Curl_range()
65 DEBUGF(infof(data, "RANGE the last %" CURL_FORMAT_CURL_OFF_T " bytes", in Curl_range()
82 DEBUGF(infof(data, "RANGE from %" CURL_FORMAT_CURL_OFF_T in Curl_range()
86 DEBUGF(infof(data, "range-download from %" CURL_FORMAT_CURL_OFF_T in Curl_range()
Deasy.c162 DEBUGF(fprintf(stderr, "Error: Curl_trc_init failed\n")); in global_init()
167 DEBUGF(fprintf(stderr, "Error: Curl_ssl_init failed\n")); in global_init()
172 DEBUGF(fprintf(stderr, "Error: win32_init failed\n")); in global_init()
177 DEBUGF(fprintf(stderr, "Error: Curl_amiga_init failed\n")); in global_init()
182 DEBUGF(fprintf(stderr, "Error: Curl_macos_init failed\n")); in global_init()
187 DEBUGF(fprintf(stderr, "Error: resolver_global_init failed\n")); in global_init()
199 DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n")); in global_init()
368 DEBUGF(fprintf(stderr, "Error: curl_global_init failed\n")); in curl_easy_init()
378 DEBUGF(fprintf(stderr, "Error: Curl_open failed\n")); in curl_easy_init()
1104 DEBUGF(infof(data, "pause: no change, early return")); in curl_easy_pause()
Dconncache.c246 DEBUGF(infof(data, "Added connection %ld. " in Curl_conncache_add_conn()
281 DEBUGF(infof(data, "The cache now contains %zu members", in Curl_conncache_remove_conn()
447 DEBUGF(infof(data, "The cache now contains %zu members", in Curl_conncache_extract_bundle()
509 DEBUGF(infof(data, "The cache now contains %zu members", in Curl_conncache_extract_oldest()
Dcurl_setup_once.h290 #define DEBUGF(x) x macro
292 #define DEBUGF(x) do { } while(0) macro
Dtftp.c912 DEBUGF(infof(data, "TFTP_STATE_START")); in tftp_state_machine()
916 DEBUGF(infof(data, "TFTP_STATE_RX")); in tftp_state_machine()
920 DEBUGF(infof(data, "TFTP_STATE_TX")); in tftp_state_machine()
927 DEBUGF(infof(data, "STATE: %d", state->state)); in tftp_state_machine()
1297 DEBUGF(infof(data, "DO phase is complete")); in tftp_doing()
1334 DEBUGF(infof(data, "DO phase is complete")); in tftp_perform()
Drtsp.c637 DEBUGF(infof(data, "Skip the malformed interleaved data %lu " in rtsp_rtp_readwrite()
654 DEBUGF(infof(data, "RTP write channel %d rtp_length %d", in rtsp_rtp_readwrite()
689 DEBUGF(infof(data, "Skip the malformed interleaved data %lu " in rtsp_rtp_readwrite()
704 DEBUGF(infof(data, "RTP Rewinding %zd %s", rtp_dataleft, in rtsp_rtp_readwrite()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_debug.h36 # define DEBUGF(...) nghttp3_debug_vprintf(__VA_ARGS__) macro
39 # define DEBUGF(...) \ macro
Dnghttp3_qpack.c1169 DEBUGF("qpack::encode: stream %ld blocked=%d allow_blocking=%d\n", stream_id, in nghttp3_qpack_encoder_encode()
1269 DEBUGF("qpack::encode: Set Dynamic Table Capacity capacity=%zu\n", cap); in nghttp3_qpack_encoder_write_set_dtable_cap()
1767 DEBUGF("qpack::encode: Indexed Field Line (static) absidx=%" PRIu64 "\n", in nghttp3_qpack_encoder_write_static_indexed()
1776 DEBUGF("qpack::encode: Indexed Field Line (dynamic) absidx=%" PRIu64 in nghttp3_qpack_encoder_write_dynamic_indexed()
1853 DEBUGF("qpack::encode: Literal Field Line With Name Reference (static) " in nghttp3_qpack_encoder_write_static_indexed_name()
1864 DEBUGF("qpack::encode: Literal Field Line With Name Reference (dynamic) " in nghttp3_qpack_encoder_write_dynamic_indexed_name()
1962 DEBUGF("qpack::encode: Literal Field Line With Literal Name\n"); in nghttp3_qpack_encoder_write_literal()
1970 DEBUGF("qpack::encode: Insert With Name Reference (static) absidx=%" PRIu64 in nghttp3_qpack_encoder_write_static_insert()
1980 DEBUGF("qpack::encode: Insert With Name Reference (dynamic) absidx=%" PRIu64 in nghttp3_qpack_encoder_write_dynamic_insert()
1995 DEBUGF("qpack::encode: Insert duplicate absidx=%" PRIu64 "\n", absidx); in nghttp3_qpack_encoder_write_duplicate_insert()
[all …]
/third_party/curl/lib/vssh/
Dwolfssh.c354 DEBUGF(infof(data, "wolfssh callback: type %s", in userauth()
919 DEBUGF(infof(data, "wssh_statemach_act says DONE")); in wssh_multi_statemach()
944 DEBUGF(infof(data, "DO phase starts")); in wsftp_perform()
957 DEBUGF(infof(data, "DO phase is complete")); in wsftp_perform()
1114 DEBUGF(infof(data, "DO phase is complete")); in wsftp_doing()
1126 DEBUGF(infof(data, "SSH DISCONNECT starts now")); in wsftp_disconnect()
1134 DEBUGF(infof(data, "SSH DISCONNECT is done")); in wsftp_disconnect()
1163 DEBUGF(fprintf(stderr, "Error: wolfSSH_Init failed\n")); in Curl_ssh_init()
Dlibssh.c991 DEBUGF(infof(data, "SSH CONNECT phase done")); in myssh_statemach_act()
1765 DEBUGF(infof(data, "SFTP DONE done")); in myssh_statemach_act()
1947 DEBUGF(infof(data, "SCP DONE phase complete")); in myssh_statemach_act()
2291 DEBUGF(infof(data, "DO phase is complete")); in scp_doing()
2311 DEBUGF(infof(data, "DO phase starts")); in scp_perform()
2323 DEBUGF(infof(data, "DO phase is complete")); in scp_perform()
2491 DEBUGF(infof(data, "DO phase starts")); in sftp_perform()
2504 DEBUGF(infof(data, "DO phase is complete")); in sftp_perform()
2516 DEBUGF(infof(data, "DO phase is complete")); in sftp_doing()
2531 DEBUGF(infof(data, "SSH DISCONNECT starts now")); in sftp_disconnect()
[all …]
/third_party/node/deps/cares/src/lib/
Dares_init.c182 DEBUGF(fprintf(stderr, "Error: init_by_options failed: %s\n", in ares_init_options()
189 DEBUGF(fprintf(stderr, "Error: init_by_environment failed: %s\n", in ares_init_options()
194 DEBUGF(fprintf(stderr, "Error: init_by_resolv_conf failed: %s\n", in ares_init_options()
204 DEBUGF(fprintf(stderr, "Error: init_by_defaults failed: %s\n", in ares_init_options()
218 DEBUGF(fprintf(stderr, "Error: init_id_key failed: %s\n", in ares_init_options()
1422 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf()
1424 DEBUGF(fprintf(stderr, "Error opening file: %s\n", PATH_RESOLV_CONF)); in init_by_resolv_conf()
1448 DEBUGF(fprintf(stderr, "fopen() failed with error: %d %s\n", in init_by_resolv_conf()
1450 DEBUGF(fprintf(stderr, "Error opening file: %s\n", in init_by_resolv_conf()
1479 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()
Dsetup_once.h400 #define DEBUGF(x) x macro
402 #define DEBUGF(x) do { } WHILE_FALSE macro
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()
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()

12