Home
last modified time | relevance | path

Searched refs:WLOG_INFO (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/test/
H A DTestFreeRDPCodecZGfx.c65 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_ZGfxCompressFox()
67 BitDump(__FUNCTION__, WLOG_INFO, TEST_FOX_DATA_SINGLE, DstSize * 8, 0); in test_ZGfxCompressFox()
117 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_ZGfxDecompressFoxSingle()
119 BitDump(__FUNCTION__, WLOG_INFO, TEST_FOX_DATA, DstSize * 8, 0); in test_ZGfxDecompressFoxSingle()
169 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_ZGfxDecompressFoxMultipart()
171 BitDump(__FUNCTION__, WLOG_INFO, TEST_FOX_DATA, DstSize * 8, 0); in test_ZGfxDecompressFoxMultipart()
233 BitDump(__FUNCTION__, WLOG_INFO, pDstData, 64 * 8, 0); in test_ZGfxCompressConsistent()
235 BitDump(__FUNCTION__, WLOG_INFO, pDstData + DstSize - 64, 64 * 8, 0); in test_ZGfxCompressConsistent()
237 BitDump(__FUNCTION__, WLOG_INFO, BigBuffer, 64 * 8, 0); in test_ZGfxCompressConsistent()
239 BitDump(__FUNCTION__, WLOG_INFO, BigBuffer + DstSize - 64, 64 * 8, 0); in test_ZGfxCompressConsistent()
[all …]
H A DTestFreeRDPCodecXCrush.c72 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_XCrushCompressBells()
74 BitDump(__FUNCTION__, WLOG_INFO, TEST_BELLS_DATA_XCRUSH, expectedSize * 8, 0); in test_XCrushCompressBells()
82 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_XCrushCompressBells()
84 BitDump(__FUNCTION__, WLOG_INFO, TEST_BELLS_DATA_XCRUSH, expectedSize * 8, 0); in test_XCrushCompressBells()
119 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_XCrushCompressIsland()
121 BitDump(__FUNCTION__, WLOG_INFO, TEST_ISLAND_DATA_XCRUSH, expectedSize * 8, 0); in test_XCrushCompressIsland()
129 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_XCrushCompressIsland()
131 BitDump(__FUNCTION__, WLOG_INFO, TEST_ISLAND_DATA_XCRUSH, expectedSize * 8, 0); in test_XCrushCompressIsland()
H A DTestFreeRDPCodecNCrush.c48 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_NCrushCompressBells()
50 BitDump(__FUNCTION__, WLOG_INFO, TEST_BELLS_NCRUSH, expectedSize * 8, 0); in test_NCrushCompressBells()
58 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_NCrushCompressBells()
60 BitDump(__FUNCTION__, WLOG_INFO, TEST_BELLS_NCRUSH, expectedSize * 8, 0); in test_NCrushCompressBells()
H A DTestFreeRDPCodecMppc.c778 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_MppcCompressBellsRdp5()
780 BitDump(__FUNCTION__, WLOG_INFO, TEST_MPPC_BELLS_RDP5, DstSize * 8, 0); in test_MppcCompressBellsRdp5()
831 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_MppcCompressBellsRdp4()
833 BitDump(__FUNCTION__, WLOG_INFO, TEST_MPPC_BELLS_RDP4, DstSize * 8, 0); in test_MppcCompressBellsRdp4()
978 BitDump(__FUNCTION__, WLOG_INFO, pDstData, DstSize * 8, 0); in test_MppcCompressIslandRdp5()
980 BitDump(__FUNCTION__, WLOG_INFO, TEST_ISLAND_DATA_RDP5, DstSize * 8, 0); in test_MppcCompressIslandRdp5()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/common/test/
H A DTestCommonAssistance.c96 WLog_Print(log, WLOG_INFO, "freerdp_assistance_parse_file_buffer: %d", status); in test_msrsc_incident_file_type1()
101 freerdp_assistance_print_file(file, WLog_Get("foo"), WLOG_INFO); in test_msrsc_incident_file_type1()
112 WLog_Print(log, WLOG_INFO, "freerdp_assistance_decrypt: %d %s [%" PRIdz "]", status, pass, in test_msrsc_incident_file_type1()
115 WLog_Print(log, WLOG_INFO, "expertBlob='%s'", expertBlob); in test_msrsc_incident_file_type1()
144 freerdp_assistance_print_file(file, log, WLOG_INFO); in test_msrsc_incident_file_type2()
152 WLog_Print(log, WLOG_INFO, "freerdp_assistance_decrypt: %d %s [%" PRIdz "]", status, pass, in test_msrsc_incident_file_type2()
159 WLog_Print(log, WLOG_INFO, "expertBlob='%s'", expertBlob); in test_msrsc_incident_file_type2()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/test/
H A DTestBitStream.c66 BitDump(__FUNCTION__, WLOG_INFO, buffer, bs->position, BITDUMP_MSB_FIRST); in TestBitStream()
72 BitDump(__FUNCTION__, WLOG_INFO, buffer, bs->position, BITDUMP_MSB_FIRST); in TestBitStream()
75 BitDump(__FUNCTION__, WLOG_INFO, buffer, bs->position, BITDUMP_MSB_FIRST); in TestBitStream()
81 BitDump(__FUNCTION__, WLOG_INFO, buffer, bs->position, BITDUMP_MSB_FIRST); in TestBitStream()
H A DTestWLog.c42 WLog_SetLogLevel(logA, WLOG_INFO); in TestWLog()
45 WLog_Print(logA, WLOG_INFO, "this is a test"); in TestWLog()
50 WLog_Print(logB, WLOG_INFO, "just some info"); in TestWLog()
H A DTestWLogCallback.c16 static const test_t messages[] = { { WLOG_INFO, "this is a test", "com.test.channelA" },
17 { WLOG_INFO, "Just some info", "com.test.channelB" },
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dwlog.h41 #define WLOG_INFO 2 macro
180 #define WLog_INFO(tag, ...) WLog_Print_tag(tag, WLOG_INFO, __VA_ARGS__)
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/wlog/
H A DConsoleAppender.c92 case WLOG_INFO: in WLog_ConsoleAppender_WriteMessage()
129 case WLOG_INFO: in WLog_ConsoleAppender_WriteMessage()
H A DSyslogAppender.c41 case WLOG_INFO: in getSyslogLevel()
H A DJournaldAppender.c95 case WLOG_INFO: in WLog_JournaldAppender_WriteMessage()
H A Dwlog.c611 iLevel = WLOG_INFO; in WLog_ParseLogLevel()
855 log->Level = WLOG_INFO; in WLog_New()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dh264_openh264.c137 WLog_Print(h264->log, WLOG_INFO, in openh264_decompress()
413 WLog_Print(h264->log, WLOG_INFO, "loaded %s %d.%d.%d", name, sysContexts->version.uMajor, in openh264_load_functionpointers()
H A Dh264_ffmpeg.c262 WLog_Print(h264->log, WLOG_INFO, in libavcodec_decompress()
H A Dh264.c477 WLog_Print(h264->log, WLOG_INFO, in avc444_decompress()
/dports/net/freerdp/freerdp-2.5.0/client/Wayland/
H A Dwlfreerdp.c505 WLog_Print(context->log, WLOG_INFO, "Closed from Wayland"); in wlfreerdp_run()
558 WLog_Print(wlf->log, WLOG_INFO, "Logon Error Info %s [%s]", str_data, str_type); in wlf_logon_error_info()
/dports/net/freerdp/freerdp-2.5.0/docs/
H A Dwlog.md41 * WLOG_INFO - general informations
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/
H A Ddebug.c62 WLog_Print(WLog_Get(TAG), WLOG_INFO, __VA_ARGS__); \
/dports/net/freerdp/freerdp-2.5.0/server/shadow/Win/
H A Dwin_wds.c763 freerdp_assistance_print_file(file, WLog_Get(TAG), WLOG_INFO); in win_shadow_wds_init()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dgdi.c1272 WLog_Print(gdi->log, WLOG_INFO, "Local framebuffer format %s", in gdi_init_ex()
1274 WLog_Print(gdi->log, WLOG_INFO, "Remote framebuffer format %s", in gdi_init_ex()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sspi/NTLM/
H A Dntlm_av_pairs.c169 winpr_HexDump(TAG, WLOG_INFO, ntlm_av_pair_get_value_pointer(pAvPair), cbLen); in ntlm_print_av_pair_list()
/dports/net/freerdp/freerdp-2.5.0/channels/urbdrc/client/libusb/
H A Dlibusb_udevice.c545 WLog_Print(urbdrc->log, WLOG_INFO, in libusb_udev_select_interface()
1745 WLog_Print(urbdrc->log, WLOG_INFO, "VID: 0x%04" PRIX16 ", PID: 0x%04" PRIX16 "", idVendor, in udev_new_by_id()
/dports/net/freerdp/freerdp-2.5.0/channels/audin/client/
H A Daudin_main.c829 WLog_Print(audin->log, WLOG_INFO, "Loaded %s backend for audin", name); in audin_load_device_plugin()
/dports/net/freerdp/freerdp-2.5.0/channels/drdynvc/client/
H A Ddrdynvc_main.c288 WLog_Print(drdynvc->log, WLOG_INFO, "Loading Dynamic Virtual Channel %s", args->argv[0]); in dvcman_load_addin()

12