Home
last modified time | relevance | path

Searched refs:unwrap (Results 1 – 6 of 6) sorted by last modified time

/unit/src/wasm-wasi-component/src/
H A Dlib.rs78 i.try_into().unwrap(), in setup()
105 let config = GLOBAL_CONFIG.get().unwrap(); in start()
148 let msg = CString::new(msg).unwrap(); in handle_result()
149 ((*log).handler).unwrap()( in handle_result()
163 let state = GLOBAL_STATE.get().unwrap(); in request_handler()
309 task.await.unwrap()?; in handle()
326 task.await.unwrap()?; in handle()
399 .unwrap(), in send_response()
546 key.len().try_into().unwrap(), in add_field()
548 val.len().try_into().unwrap(), in add_field()
[all …]
/unit/src/wasm-wasi-component/
H A Dbuild.rs29 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); in main()
/unit/src/nodejs/unit-http/
H A Dunit.cpp259 obj = (Unit *) napi.unwrap(jsthis); in create_server()
H A Dnxt_napi.h346 return (nxt_unit_request_info_t *) unwrap(obj); in get_request_info()
703 unwrap(napi_value val) in unwrap() function
/unit/src/java/nginx/unit/websocket/
H A DLocalStrings.properties20 asyncChannelWrapperSecure.check.unwrap=Bytes were written to the output during a read
27 asyncChannelWrapperSecure.statusUnwrap=Unexpected Status of SSLEngineResult after an unwrap() opera…
H A DAsyncChannelWrapperSecure.java279 SSLEngineResult r = sslEngine.unwrap(socketReadBuffer, dest); in run()
391 sslEngine.unwrap(socketReadBuffer, DUMMY); in run()