Searched refs:pFilter2 (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dusbfilter.h226 USBLIB_DECL(bool) USBFilterIsIdentical(PCUSBFILTER pFilter, PCUSBFILTER pFilter2);
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp1027 * @param pFilter2 The second filter.
1029 USBLIB_DECL(bool) USBFilterIsIdentical(PCUSBFILTER pFilter, PCUSBFILTER pFilter2) argument
1032 return memcmp(pFilter, pFilter2, sizeof(*pFilter)) == 0;

Completed in 46 milliseconds