Home
last modified time | relevance | path

Searched refs:lpOverlapped (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
Dpoll_windows.h37 #define HasOverlappedIoCompleted(lpOverlapped) (((DWORD)(lpOverlapped)->Internal) != STATUS_PENDING) argument
39 #define HasOverlappedIoCompletedSync(lpOverlapped) (((DWORD)(lpOverlapped)->Internal) == STATUS_COM… argument
Dwindows_usb.h664 LPOVERLAPPED lpOverlapped,
/external/chromium_org/third_party/sqlite/src/src/
Dos_win.c600 LPOVERLAPPED lpOverlapped in winceLockFileEx() argument
607 if (lpOverlapped->Offset == (DWORD)SHARED_FIRST && in winceLockFileEx()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c31734 LPOVERLAPPED lpOverlapped
31741 if (lpOverlapped->Offset == (DWORD)SHARED_FIRST &&
/external/sqlite/dist/orig/
Dsqlite3.c33629 LPOVERLAPPED lpOverlapped
33636 if (lpOverlapped->Offset == (DWORD)SHARED_FIRST &&
/external/sqlite/dist/
Dsqlite3.c33657 LPOVERLAPPED lpOverlapped
33664 if (lpOverlapped->Offset == (DWORD)SHARED_FIRST &&