Home
last modified time | relevance | path

Searched refs:WLog_LVL (Results 1 – 4 of 4) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/channels/smartcard/client/
H A Dsmartcard_pack.c477 WLog_LVL(TAG, g_LogLevel, "}"); in smartcard_trace_context_and_string_call_a()
494 WLog_LVL(TAG, g_LogLevel, "}"); in smartcard_trace_context_and_string_call_w()
508 WLog_LVL(TAG, g_LogLevel, "}"); in smartcard_trace_context_call()
524 WLog_LVL(TAG, g_LogLevel, "}"); in smartcard_trace_list_reader_groups_call()
600 WLog_LVL(TAG, g_LogLevel, in smartcard_trace_list_readers_call()
1172 WLog_LVL(TAG, g_LogLevel, in smartcard_trace_control_call()
1255 WLog_LVL(TAG, g_LogLevel, in smartcard_trace_get_attrib_call()
1274 WLog_LVL(TAG, g_LogLevel, in smartcard_trace_status_call()
1363 WLog_LVL(TAG, g_LogLevel, in smartcard_trace_connect_a_call()
1384 WLog_LVL(TAG, g_LogLevel, in smartcard_trace_connect_w_call()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/
H A DBitStream.c117 WLog_LVL(tag, level, "%s", pbuffer); in BitDump()
122 WLog_LVL(tag, level, "%s ", pbuffer); in BitDump()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/
H A Dprint.c153 WLog_LVL(tag, level, "%s", buffer); in winpr_CArrayDump()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dwlog.h177 #define WLog_LVL(tag, lvl, ...) WLog_Print_tag(tag, lvl, __VA_ARGS__) macro