Home
last modified time | relevance | path

Searched defs:LPWSAPOLLFD (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_misc.h462 } WSAPOLLFD, *PWSAPOLLFD, FAR *LPWSAPOLLFD; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinsock2.h1159 } WSAPOLLFD, *PWSAPOLLFD, *LPWSAPOLLFD; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs284661 pub type LPWSAPOLLFD = *mut pollfd; typedef
285359 pub fn WSAPoll(fdArray: LPWSAPOLLFD, fds: ULONG, timeout: INT) -> ::std::os::raw::c_int; in WSAPoll()