| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
| D | listener.rs | 26 source: AsyncSource<ylong_io::UnixListener>, field 32 let source = AsyncSource::new(listener, None)?; in new() localVariable
|
| D | datagram.rs | 26 source: AsyncSource<ylong_io::UnixDatagram>, field
|
| D | stream.rs | 30 source: AsyncSource<ylong_io::UnixStream>, field
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/ |
| D | lib.rs | 40 mod source; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
| D | listener.rs | 39 source: AsyncSource<ylong_io::TcpListener>, field 195 let source = AsyncSource::new(listener, None)?; in new() localVariable
|
| D | stream.rs | 62 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/ |
| D | converter.cpp | 378 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/ |
| D | error.rs | 58 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/ |
| D | js_textdecoder.cpp | 108 const char *source = ReplaceNull(data, length); in Decode() local 193 const char *source = static_cast<char *>(data); in DecodeToString() local
|
| D | js_stringdecoder.cpp | 44 const char *source = static_cast<char*>(data); in Write() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | udp.rs | 68 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/ |
| D | error.rs | 198 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
| D | pty.rs | 42 let source = AsyncSource::new(pty, None)?; in new() localVariable
|
| /commonlibrary/ets_utils/platform/ohos/ |
| D | util_helper.cpp | 69 const UChar *source = originalBuffer; in UnicodeConversion() local
|