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

/freebsd-12-stable/lib/libusb/
H A Dlibusb20.c148 xfer->is_cancel = 0;
319 if (xfer->is_cancel) {
323 xfer->is_cancel = 1; /* we are cancelling */
549 xfer->is_cancel = 0; /* not cancelling */
564 if (xfer->is_cancel) {
H A Dlibusb20_int.h185 uint8_t is_cancel; member in struct:libusb20_transfer

Completed in 164 milliseconds