Searched defs:debugPrintV (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp105 void debugPrintV(int32_t iMinLevel, bool fMsg, const char *pszFmt, va_list va) const;
388 void VBoxNetDhcp::debugPrintV(int iMinLevel, bool fMsg, const char *pszFmt, va_list va) const function in class:VBoxNetDhcp
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp801 debugPrintV(iMinLevel, fMsg, pszFmt, va);
815 void VBoxNetBaseService::debugPrintV(int iMinLevel, bool fMsg, const char *pszFmt, va_list va) const function in class:VBoxNetBaseService

Completed in 51 milliseconds