Home
last modified time | relevance | path

Searched refs:STATUS_REPARSE (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dpoll_windows.h31 #if !defined(STATUS_REPARSE) // reuse the REPARSE status code
32 #define STATUS_REPARSE ((LONG)0x00000104L) macro
34 #define STATUS_COMPLETED_SYNCHRONOUSLY STATUS_REPARSE
/external/curl/tests/python_dependencies/impacket/
Dnt_errors.py1815 STATUS_REPARSE = 0x00000104 variable