Home
last modified time | relevance | path

Searched refs:init (Results 1 - 13 of 13) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs23 use crate::sys::windows::net::init;
42 init(); in create_socket()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstderr.rs43 state: State::init(), in stderr()
H A Dstdout.rs43 state: State::init(), in stdout()
H A Dstdin.rs41 state: State::init(), in stdin()
H A Dstdio.rs28 pub(crate) fn init() -> Self {
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs184 let init = EVP_DigestInit(md_ctx, EVP_sha256());
185 if init == 0 {
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs26 use crate::sys::windows::net::init;
44 init(); in create_socket()
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dtask.rs48 pub fn init(&mut self) { in init() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dspawner.rs42 attr.init();
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dnet.rs23 pub(crate) fn init() {
/commonlibrary/rust/ylong_json/src/
H A Dstates.rs507 let init = utf8_first_byte(x, 2);
514 let mut ch = utf8_acc_cont_byte(init, y);
523 ch = init << 12 | y_z;
530 ch = (init & 7) << 18 | utf8_acc_cont_byte(y_z, w);
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
H A Dstream_manager.rs299 pub(crate) fn init(&mut self, config: H3Config) -> Result<(), DispatchErrorKind> {
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs762 if stream_manager.init(config).is_err() {

Completed in 7 milliseconds