Home
last modified time | relevance | path

Searched refs:wsa_startup (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/net/
H A Dwsa.rs14 pub fn wsa_startup() -> io::Result<WSADATA> { in wsa_startup() functions
H A Dmod.rs3 //! On Windows, one must call [`wsa_startup`] in the process before calling any
7 //! [`wsa_startup`]: https://docs.rs/rustix/latest/x86_64-pc-windows-msvc/rustix/net/fn.wsa_startup.html
38 pub use wsa::{wsa_cleanup, wsa_startup};
/third_party/rust/crates/rustix/tests/net/
H A Dmain.rs23 let _ = rustix::net::wsa_startup().unwrap(); in windows_startup()

Completed in 1 milliseconds