Searched refs:halted (Results 1 - 3 of 3) sorted by relevance

/external/curl/tests/libtest/
H A Dlib1540.c30 int halted; member in struct:transfer_status
32 int please; /* number of times xferinfo is called while halted */
46 if(st->halted) {
53 fprintf(stderr, "xferinfo: paused %d\n", st->halted);
78 st->halted = 1;
/external/clang/tools/scan-view/share/
H A DScanView.py121 self.halted = False
156 self.halted = True
161 while not self.halted:
/external/libusb/libusb/os/
H A Dwince_usb.c671 BOOL halted = FALSE; local
673 if (UkwIsPipeHalted(priv->dev, transfer->endpoint, &halted)) {
692 if (!halted || UkwClearHaltHost(priv->dev, transfer->endpoint)) {
696 usbi_dbg("Endpoint doesn't appear to be stalled, but the host is halted, changing error");

Completed in 728 milliseconds