Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dlib.rs32 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.rs61 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/
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.cpp365 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/
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
/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.cpp82 const char *source = static_cast<char*>(data1); in Decode() local