OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancel_fn
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.h
82
cancel_transfer *
cancel_fn
; // Function pointer to cancel transfer API
member in struct:winfd
96
struct usbi_transfer *transfer, cancel_transfer *
cancel_fn
);
poll_windows.c
113
if (poll_fd[_index].itransfer && poll_fd[_index].
cancel_fn
) {
115
(*poll_fd[_index].
cancel_fn
)(poll_fd[_index].itransfer);
144
if (poll_fd[_index].itransfer && poll_fd[_index].
cancel_fn
) {
146
(*poll_fd[_index].
cancel_fn
)(poll_fd[_index].itransfer);
318
struct winfd usbi_create_fd(HANDLE handle, int access_mode, struct usbi_transfer *itransfer, cancel_transfer *
cancel_fn
)
331
wfd.
cancel_fn
=
cancel_fn
;
Completed in 49 milliseconds