Searched refs:FTP_TRACE_MASK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp223 wxLogTrace(FTP_TRACE_MASK, _T("==> %s"), cmd.c_str());
284 wxLogTrace(FTP_TRACE_MASK, _T("<== %s %s"),
296 wxLogTrace(FTP_TRACE_MASK, _T("<== %s %s"),
323 wxLogTrace(FTP_TRACE_MASK, _T("<== %s %s"),
329 wxLogTrace(FTP_TRACE_MASK, _T("<== %s %s"),
982 wxLogTrace(FTP_TRACE_MASK,
993 wxLogTrace(FTP_TRACE_MASK,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h177 // wxLog::AddTraceMask(FTP_TRACE_MASK) to see them in output
178 #define FTP_TRACE_MASK wxT("ftp") macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp4345 wxLog::AddTraceMask(FTP_TRACE_MASK);

Completed in 174 milliseconds