Searched refs:StreamSocketCreate (Results 1 – 3 of 3) sorted by relevance
53 std::unique_ptr<RustStreamSocket, RustDelete> streamSocketPtr_ { StreamSocketCreate() };
30 RustStreamSocket *StreamSocketCreate(void);
37 pub unsafe extern "C" fn StreamSocketCreate() -> *mut EpollManager { in StreamSocketCreate() function