Home
last modified time | relevance | path

Searched defs:err (Results 1 – 24 of 24) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
Dux_page_table.cpp34 PMState err = InitUxPageTable(uxpt_, addr, len); /* dataPtr is aligned */ in UxPageTable() local
46 PMState err = DeinitUxPageTable(uxpt_); in ~UxPageTable() local
Dpurgeable_mem_base.cpp68 PMState err = PM_OK; in BeginRead() local
119 PMState err = PM_OK; in BeginWrite() local
/commonlibrary/memory_utils/libpurgeablemem/c/src/
Dpurgeable_mem_c.c93 …PMState err = InitUxPageTable(pugObj->uxPageTable, (uint64_t)(pugObj->dataPtr), size); /* dataPtr … in PurgMemCreate_() local
164 PMState err = PM_OK; in PurgMemDestroy() local
303 PMState err = PM_OK; in PurgMemBeginRead() local
338 PMState err = PM_OK; in PurgMemBeginWrite() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_spawn_panic.rs20 let err = ylong_runtime::block_on(handle).unwrap_err(); in main() localVariable
/commonlibrary/ets_utils/js_util_module/util/
Djs_stringdecoder.cpp59 std::string err = "decoder error, "; in Write() local
99 std::string err = "decoder error, "; in End() local
Dnative_module_util.cpp271 int32_t err = 0; in GetErrorString() local
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dwaker.rs55 let err = io::Error::last_os_error(); localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
Dmod.rs19 pub(crate) mod err; module
/commonlibrary/c_utils/base/src/
Dthread_pool.cpp49 int err = pthread_setname_np(t.native_handle(), (myName_ + std::to_string(i)).c_str()); in Start() local
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Derror.rs114 let err = match value { in try_from() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dlistener.rs169 let err = io::Error::new(io::ErrorKind::Other, "Cannot transfer address into socket."); in trans_addr_2_socket() localVariable
/commonlibrary/ets_utils/js_sys_module/process/
Djs_process.cpp156 int err = uv_kill(pid, sig); in Kill() local
192 int err = uv_cwd(buf, &length); in Cwd() local
577 int err = uv_kill(pid, sig); in Kill() local
/commonlibrary/ets_utils/js_util_module/stream/src/
Dstream_js.ts450 …const err: BusinessError = new BusinessError(`Parameter error. The type of ${encoding} must be str… constant
1175 const err: BusinessError = new BusinessError(`Unknown encoding: ${encoding}`); constant
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.cpp515 …napi_value err = ErrorHelper::NewError(env, ErrorHelper::ERR_WORKER_SERIALIZATION, errMessage.c_st… in NotifyTaskResult() local
626 napi_value err = ErrorHelper::NewError(env, ErrorHelper::TYPE_ERROR, in InitTaskPoolFunc() local
Dtask.cpp1178 …napi_value err = ErrorHelper::NewError(env, ErrorHelper::ERR_WORKER_SERIALIZATION, errMessage.c_st… in DeserializeValue() local
1190 …napi_value err = ErrorHelper::NewError(env, ErrorHelper::ERR_WORKER_SERIALIZATION, errMessage.c_st… in DeserializeValue() local
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dlock_request.cpp130 napi_value err; in CallCallback() local
Dasync_lock.cpp45 napi_value err; in LockAsync() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dtry_join3.rs132 async fn err() -> Result<(), &'static str> { in ut_try_join_error_test() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs556 let err = ret.err().unwrap(); in ut_schedule_io_set_readiness() localVariable
568 let err = ret.err().unwrap(); in ut_schedule_io_set_readiness() localVariable
Ddriver.rs252 let err = io::Error::new(io::ErrorKind::Other, "driver event store missing."); in drive() localVariable
/commonlibrary/rust/ylong_json/src/
Dadapter.rs1133 let err = null_mut::<c_char>(); in ut_ylong_json_parse() localVariable
1146 let err = null_mut::<c_char>(); in ut_ylong_json_parse() localVariable
1178 let err = null_mut::<c_char>(); in ut_ylong_json_free_string() localVariable
1211 let err = null_mut::<c_char>(); in ut_ylong_json_print_unformatted() localVariable
1244 let err = null_mut::<c_char>(); in ut_ylong_json_delete() localVariable
1279 let err = null_mut::<c_char>(); in ut_ylong_json_duplicate() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs92 let err = ERR_peek_last_error(); in stack_from_pem() localVariable
/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts647 let err : BusinessError = new BusinessError('Syntax Error. Invalid Url string'); variable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dstream_manager.rs679 let err = match err { in handle_connection_error() localVariable