Home
last modified time | relevance | path

Searched defs:source (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Dlistener.rs26 source: AsyncSource<ylong_io::UnixListener>, field
32 let source = AsyncSource::new(listener, None)?; in new() localVariable
Dstream.rs30 source: AsyncSource<ylong_io::UnixStream>, field
Ddatagram.rs26 source: AsyncSource<ylong_io::UnixDatagram>, field
/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dlib.rs34 mod source; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs39 source: AsyncSource<ylong_io::TcpListener>, field
195 let source = AsyncSource::new(listener, None)?; in new() localVariable
Dstream.rs62 pub(crate) source: AsyncSource<ylong_io::TcpStream>, field
121 let source = AsyncSource::new(stream, None)?; in new() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Derror.rs56 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
153 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp380 int FindLastIndex(uint8_t *source, uint8_t *target, int soulen, int tarlen) in FindLastIndex()
415 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex()
/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.cpp81 const char *source = static_cast<char*>(data1); in Decode() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs70 pub(crate) source: AsyncSource<ylong_io::UdpSocket>, field
75 pub(crate) source: AsyncSource<ylong_io::ConnectedUdpSocket>, field
127 let source = AsyncSource::new(socket, None)?; in new() localVariable
768 let source = AsyncSource::new(socket, None)?; in new() localVariable