Home | History | Annotate | Download | only in libusb

Lines Matching refs:LIBUSB_TRANSFER_FREE_BUFFER

488  * - \ref libusb_transfer_flags::LIBUSB_TRANSFER_FREE_BUFFER
489 * "LIBUSB_TRANSFER_FREE_BUFFER" allows you to ask libusb to free the transfer
1332 * If the \ref libusb_transfer_flags::LIBUSB_TRANSFER_FREE_BUFFER
1333 * "LIBUSB_TRANSFER_FREE_BUFFER" flag is set and the transfer buffer is
1351 if (transfer->flags & LIBUSB_TRANSFER_FREE_BUFFER && transfer->buffer)