Home | History | Annotate | Download | only in libusb

Lines Matching refs:completed

39 	int *completed = transfer->user_data;
40 *completed = 1;
47 int r, *completed = transfer->user_data;
50 while (!*completed) {
51 r = libusb_handle_events_completed(ctx, completed);
100 int completed = 0;
122 sync_transfer_cb, &completed, timeout);
171 int completed = 0;
182 sync_transfer_cb, &completed, timeout);
241 * the first few chunks have completed. libusb is careful not to lose any data
292 * the first few chunks have completed. libusb is careful not to lose any data