Home
last modified time | relevance | path

Searched refs:DPRINT2 (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dconversation_debug.h35 #define DPRINT2(arg) \ macro
51 #define DPRINT2(arg) (void)0 macro
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dconversation_debug.h35 #define DPRINT2(arg) \
51 #define DPRINT2(arg) (void)0
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dconversation_debug.h35 #define DPRINT2(arg) \ macro
51 #define DPRINT2(arg) (void)0 macro
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dconversation_debug.h35 #define DPRINT2(arg) \ macro
51 #define DPRINT2(arg) (void)0 macro
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/rlfe/
H A Drlfe.c139 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
143 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
626 DPRINT2(" \"%.*s\"]\n", count, ch); in main()
695 DPRINT2("read %d from inferior, buf_count=%d", count, buf_count); in main()
696 DPRINT2(": \"%.*s\"", count, buf+buf_count); in main()
742 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/devel/gdb/gdb-11.1/readline/readline/examples/rlfe/
H A Drlfe.c144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
638 DPRINT2(" \"%.*s\"]\n", count, ch); in main()
707 DPRINT2("read %d from inferior, buf_count=%d", count, buf_count); in main()
708 DPRINT2(": \"%.*s\"", count, buf+buf_count); in main()
754 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/devel/gdb761/gdb-7.6.1/readline/examples/rlfe/
H A Drlfe.c144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
631 DPRINT2(" \"%.*s\"]\n", count, ch); in main()
700 DPRINT2("read %d from inferior, buf_count=%d", count, buf_count); in main()
701 DPRINT2(": \"%.*s\"", count, buf+buf_count); in main()
747 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/devel/readline/readline-8.1/examples/rlfe/
H A Drlfe.c144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
638 DPRINT2(" \"%.*s\"]\n", count, ch); in main()
707 DPRINT2("read %d from inferior, buf_count=%d", count, buf_count); in main()
708 DPRINT2(": \"%.*s\"", count, buf+buf_count); in main()
754 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/lang/kawa/kawa-3.1.1/bin/
H A Dkawa.c124 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) macro
128 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ macro
144 DPRINT2("(Child process died. status:%d, exited:%d.)\n", status, WIFEXITED (status)); in sig_child()
285 DPRINT2 ("saw request (%d, %d)\n", command, option); in handle_telnet_option_request()
865 DPRINT2 ("echo:%d, canon:%d\n", in main()
960 DPRINT2("from inferior [%*.s]\n", count, buf+buf_count); in main()
976 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sdp.c315 DPRINT2(("transport_media contents:")); in sdp_dump_transport_media()
323 DPRINT2(("pt_count=%d",count)); in sdp_dump_transport_media()
326 DPRINT2(("pt=%d", media->pt[i])); in sdp_dump_transport_media()
347 DPRINT2(("transport_info contents:")); in sdp_dump_transport_info()
350 DPRINT2(("null transport_info_t*")); in sdp_dump_transport_info()
354 DPRINT2(("sdp_status=%s", in sdp_dump_transport_info()
356 DPRINT2(("payload type contents:")); in sdp_dump_transport_info()
371 DPRINT2(("media_count=%d", count)); in sdp_dump_transport_info()
372 DPRINT2(("rtp channels:")); in sdp_dump_transport_info()
376 DPRINT2(("channel #%d:",i)); in sdp_dump_transport_info()
[all …]
H A Dpacket-rtp.c669 DPRINT2(("pt=%d", pt)); in rtp_dyn_payload_table_foreach_func()
671 DPRINT2(("encoding_name=%s", in rtp_dyn_payload_table_foreach_func()
673 DPRINT2(("sample_rate=%d", encoding->sample_rate)); in rtp_dyn_payload_table_foreach_func()
675 DPRINT2(("encoding=NULL")); in rtp_dyn_payload_table_foreach_func()
681 DPRINT2(("rtp_dyn_payload hash table contents:")); in rtp_dump_dyn_payload()
684 DPRINT2(("null pointer to rtp_dyn_payload")); in rtp_dump_dyn_payload()
688 DPRINT2(("ref_count=%" G_GSIZE_FORMAT, rtp_dyn_payload->ref_count)); in rtp_dump_dyn_payload()
690 DPRINT2(("null rtp_dyn_payload table")); in rtp_dump_dyn_payload()
695 DPRINT2(("rtp_dyn_payload has no entries")); in rtp_dump_dyn_payload()
H A Dpacket-sip.c3516 DPRINT2(("------------------------------ dissect_sip_common ------------------------------")); in dissect_sip_common()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sdp.c315 DPRINT2(("transport_media contents:")); in sdp_dump_transport_media()
323 DPRINT2(("pt_count=%d",count)); in sdp_dump_transport_media()
326 DPRINT2(("pt=%d", media->pt[i])); in sdp_dump_transport_media()
347 DPRINT2(("transport_info contents:")); in sdp_dump_transport_info()
350 DPRINT2(("null transport_info_t*")); in sdp_dump_transport_info()
354 DPRINT2(("sdp_status=%s", in sdp_dump_transport_info()
356 DPRINT2(("payload type contents:")); in sdp_dump_transport_info()
371 DPRINT2(("media_count=%d", count)); in sdp_dump_transport_info()
372 DPRINT2(("rtp channels:")); in sdp_dump_transport_info()
376 DPRINT2(("channel #%d:",i)); in sdp_dump_transport_info()
[all …]
H A Dpacket-rtp.c669 DPRINT2(("pt=%d", pt)); in rtp_dyn_payload_table_foreach_func()
671 DPRINT2(("encoding_name=%s", in rtp_dyn_payload_table_foreach_func()
673 DPRINT2(("sample_rate=%d", encoding->sample_rate)); in rtp_dyn_payload_table_foreach_func()
675 DPRINT2(("encoding=NULL")); in rtp_dyn_payload_table_foreach_func()
681 DPRINT2(("rtp_dyn_payload hash table contents:")); in rtp_dump_dyn_payload()
684 DPRINT2(("null pointer to rtp_dyn_payload")); in rtp_dump_dyn_payload()
688 DPRINT2(("ref_count=%" G_GSIZE_FORMAT, rtp_dyn_payload->ref_count)); in rtp_dump_dyn_payload()
690 DPRINT2(("null rtp_dyn_payload table")); in rtp_dump_dyn_payload()
695 DPRINT2(("rtp_dyn_payload has no entries")); in rtp_dump_dyn_payload()
H A Dpacket-sip.c3516 DPRINT2(("------------------------------ dissect_sip_common ------------------------------")); in dissect_sip_common()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sdp.c315 DPRINT2(("transport_media contents:")); in sdp_dump_transport_media()
323 DPRINT2(("pt_count=%d",count)); in sdp_dump_transport_media()
326 DPRINT2(("pt=%d", media->pt[i])); in sdp_dump_transport_media()
347 DPRINT2(("transport_info contents:")); in sdp_dump_transport_info()
350 DPRINT2(("null transport_info_t*")); in sdp_dump_transport_info()
354 DPRINT2(("sdp_status=%s", in sdp_dump_transport_info()
356 DPRINT2(("payload type contents:")); in sdp_dump_transport_info()
371 DPRINT2(("media_count=%d", count)); in sdp_dump_transport_info()
372 DPRINT2(("rtp channels:")); in sdp_dump_transport_info()
376 DPRINT2(("channel #%d:",i)); in sdp_dump_transport_info()
[all …]
H A Dpacket-rtp.c669 DPRINT2(("pt=%d", pt)); in rtp_dyn_payload_table_foreach_func()
671 DPRINT2(("encoding_name=%s", in rtp_dyn_payload_table_foreach_func()
673 DPRINT2(("sample_rate=%d", encoding->sample_rate)); in rtp_dyn_payload_table_foreach_func()
675 DPRINT2(("encoding=NULL")); in rtp_dyn_payload_table_foreach_func()
681 DPRINT2(("rtp_dyn_payload hash table contents:")); in rtp_dump_dyn_payload()
684 DPRINT2(("null pointer to rtp_dyn_payload")); in rtp_dump_dyn_payload()
688 DPRINT2(("ref_count=%" G_GSIZE_FORMAT, rtp_dyn_payload->ref_count)); in rtp_dump_dyn_payload()
690 DPRINT2(("null rtp_dyn_payload table")); in rtp_dump_dyn_payload()
695 DPRINT2(("rtp_dyn_payload has no entries")); in rtp_dump_dyn_payload()
H A Dpacket-sip.c3516 DPRINT2(("------------------------------ dissect_sip_common ------------------------------")); in dissect_sip_common()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sdp.c315 DPRINT2(("transport_media contents:"));
323 DPRINT2(("pt_count=%d",count));
326 DPRINT2(("pt=%d", media->pt[i]));
347 DPRINT2(("transport_info contents:"));
350 DPRINT2(("null transport_info_t*"));
354 DPRINT2(("sdp_status=%s",
356 DPRINT2(("payload type contents:"));
371 DPRINT2(("media_count=%d", count));
372 DPRINT2(("rtp channels:"));
376 DPRINT2(("channel #%d:",i));
[all …]
H A Dpacket-rtp.c669 DPRINT2(("pt=%d", pt)); in rtp_dyn_payload_table_foreach_func()
671 DPRINT2(("encoding_name=%s", in rtp_dyn_payload_table_foreach_func()
673 DPRINT2(("sample_rate=%d", encoding->sample_rate)); in rtp_dyn_payload_table_foreach_func()
675 DPRINT2(("encoding=NULL")); in rtp_dyn_payload_table_foreach_func()
681 DPRINT2(("rtp_dyn_payload hash table contents:")); in rtp_dump_dyn_payload()
684 DPRINT2(("null pointer to rtp_dyn_payload")); in rtp_dump_dyn_payload()
688 DPRINT2(("ref_count=%" G_GSIZE_FORMAT, rtp_dyn_payload->ref_count)); in rtp_dump_dyn_payload()
690 DPRINT2(("null rtp_dyn_payload table")); in rtp_dump_dyn_payload()
695 DPRINT2(("rtp_dyn_payload has no entries")); in rtp_dump_dyn_payload()
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/examples/
H A Drlfe.c135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile)) macro
139 #define DPRINT2(FMT, V1, V2) /* Do nothing */ macro
662 DPRINT2 ("echo:%d, canon:%d\n", in main()
803 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Drlfe.c135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile)) macro
139 #define DPRINT2(FMT, V1, V2) /* Do nothing */ macro
662 DPRINT2 ("echo:%d, canon:%d\n", in main()
803 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Drlfe.c135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile)) macro
139 #define DPRINT2(FMT, V1, V2) /* Do nothing */ macro
662 DPRINT2 ("echo:%d, canon:%d\n", in main()
803 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/databases/gqlplus/gqlplus-1.16/readline/examples/
H A Drlfe.c135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile)) macro
139 #define DPRINT2(FMT, V1, V2) /* Do nothing */ macro
662 DPRINT2 ("echo:%d, canon:%d\n", in main()
803 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/examples/
H A Drlfe.c135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile)) macro
139 #define DPRINT2(FMT, V1, V2) /* Do nothing */ macro
662 DPRINT2 ("echo:%d, canon:%d\n", in main()
803 DPRINT2("-> i: %d, buf_count: %d\n", i, buf_count); in main()

12