Searched defs:source (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_io/src/ |
| D | lib.rs | 32 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 | 61 pub(crate) source: AsyncSource<ylong_io::TcpStream>, field 120 let source = AsyncSource::new(stream, None)?; in new() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
| D | error.rs | 56 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/ |
| D | converter.cpp | 365 int FindLastIndex(uint8_t *source, uint8_t *target, int soulen, int tarlen) in FindLastIndex() 400 int FindIndex(uint8_t* source, uint8_t* target, int soulen, int tarlen) in FindIndex()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | udp.rs | 70 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
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_textdecoder.cpp | 82 const char *source = static_cast<char*>(data1); in Decode() local
|