Home
last modified time | relevance | path

Searched defs:source (Results 1 – 14 of 14) 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
Ddatagram.rs26 source: AsyncSource<ylong_io::UnixDatagram>, field
Dstream.rs30 source: AsyncSource<ylong_io::UnixStream>, field
/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dlib.rs40 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/ets_utils/js_api_module/buffer/
Dconverter.cpp378 int FindLastIndex(uint8_t *source, uint8_t *target, int soulen, int tarlen) in FindLastIndex()
413 bool FindIndexInner(uint8_t* target, uint8_t* source, int tarlen, int &indexI, int &indexJ) in FindIndexInner()
433 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Derror.rs58 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
158 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.cpp108 const char *source = ReplaceNull(data, length); in Decode() local
193 const char *source = static_cast<char *>(data); in DecodeToString() local
Djs_stringdecoder.cpp44 const char *source = static_cast<char*>(data); in Write() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs68 pub(crate) source: AsyncSource<ylong_io::UdpSocket>, field
73 pub(crate) source: AsyncSource<ylong_io::ConnectedUdpSocket>, field
125 let source = AsyncSource::new(socket, None)?; in new() localVariable
764 let source = AsyncSource::new(socket, None)?; in new() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs198 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dpty.rs42 let source = AsyncSource::new(pty, None)?; in new() localVariable
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp69 const UChar *source = originalBuffer; in UnicodeConversion() local