Home
last modified time | relevance | path

Searched refs:STATUS_CANCELLED (Results 1 – 5 of 5) sorted by relevance

/third_party/libusb/libusb/os/
Dwindows_usbdk.c38 #if !defined(STATUS_CANCELLED)
39 #define STATUS_CANCELLED ((NTSTATUS)0xC0000120L) macro
687 case STATUS_CANCELLED: in usbdk_copy_transfer_data()
/third_party/grpc/src/php/tests/interop/
Dinterop_client.php460 hardAssert($status->code === Grpc\STATUS_CANCELLED,
485 hardAssert($call->getStatus()->code === Grpc\STATUS_CANCELLED,
/third_party/grpc/src/php/tests/generated_code/
DAbstractGeneratedCodeTest.php131 $this->assertSame(\Grpc\STATUS_CANCELLED, $status->code);
/third_party/libuv/src/win/
Dwinsock.c193 case STATUS_CANCELLED: in uv__ntstatus_to_winsock_error()
Dwinapi.h1823 #ifndef STATUS_CANCELLED
1824 # define STATUS_CANCELLED ((NTSTATUS) 0xC0000120L) macro