Home
last modified time | relevance | path

Searched defs:nread (Results 151 - 175 of 321) sorted by relevance

12345678910>>...13

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp60 int nread = TEMP_FAILURE_RETRY(read((fd), buf, BUF_SIZE_512 - 1)); in ConversionInform() local
/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_daemon_test.cpp606 ssize_t nread = OHOS_TEMP_FAILURE_RETRY(read(sockfd, controlBuffer, sizeof(controlBuffer) - 1)); in CheckReadResp() local
/base/startup/init/test/unittest/loopevent/
H A Dloopserver_unittest.cpp51 static void DecodeMessage(const char *buffer, size_t nread, uint32_t &cmd) in DecodeMessage() argument
94 static void TestOnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in TestOnReceiveRequest() argument
102 DecodeMessage(reinterpret_cast<const char *>(buffer), nread, cmd); in TestOnReceiveRequest() local
106 static void TestClientOnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in TestClientOnReceiveRequest() argument
114 DecodeMessage(reinterpret_cast<const char *>(buffer), nread, cmd); in TestClientOnReceiveRequest() local
/kernel/linux/linux-5.10/drivers/misc/c2port/
H A Dcore.c630 u8 status, nread = 128; in __c2port_read_flash_data() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dqsfp.c482 int nread; in qsfp_read() local
/kernel/linux/linux-6.6/drivers/misc/c2port/
H A Dcore.c630 u8 status, nread = 128; in __c2port_read_flash_data() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dqsfp.c440 int nread; in qsfp_read() local
/kernel/liteos_m/kal/posix/src/
H A Dpipe.c500 size_t nread = 0; in PipeRead() local
/test/ostest/wukong/report/src/
H A Dreport.cpp69 uint32_t nread = 0; in ListenCrashDir() local
/third_party/elfutils/libdwfl/
H A Dcore-file.c379 ssize_t nread = pread_retry (elf->fildes, into, *buffer_available, start); in dwfl_elf_phdr_memory_callback() local
/third_party/curl/lib/
H A Dsendf.c798 ssize_t nread = 0; in Curl_read() local
H A Dbufq.c100 ssize_t nread; in chunk_slurpn() local
423 ssize_t nread = 0; in Curl_bufq_read() local
580 ssize_t nread; Curl_bufq_sipn() local
618 ssize_t nread = 0, n; bufq_slurpn() local
[all...]
H A Dformdata.c726 size_t nread = Curl_mime_read(buffer, 1, sizeof(buffer), &toppart); in curl_formget() local
/third_party/curl/lib/vquic/
H A Dvquic.c420 ssize_t nread; in recvmsg_packets() local
486 ssize_t nread; in recvfrom_packets() local
[all...]
/third_party/curl/lib/vssh/
H A Dwolfssh.c236 ssize_t nread = 0; in wscp_recv() local
/third_party/curl/lib/vtls/
H A Drustls.c90 ssize_t nread = Curl_conn_cf_recv(io_ctx->cf->next, io_ctx->data, in read_cb() local
192 ssize_t nread; in cr_recv() local
[all...]
/third_party/curl/src/
H A Dtool_paramhlp.c94 size_t nread; in file2memory() local
/third_party/backends/backend/
H A Dibm.c1120 size_t nread; in sane_read() local
H A Dpint.c949 ssize_t nread; in sane_read() local
H A Dricoh.c960 size_t nread; in sane_read() local
/third_party/cups-filters/filter/
H A Dtexttotext.c138 size_t nread; /* Number of bytes read from file */ in main() local
/third_party/libuv/test/
H A Dtest-ipc.c143 on_read(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) on_read() argument
213 on_read_listen_after_bound_twice(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) on_read_listen_after_bound_twice() argument
337 on_tcp_read(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) on_tcp_read() argument
350 on_read_connection(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) on_read_connection() argument
409 on_read_send_zero(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) on_read_send_zero() argument
570 on_tcp_child_process_read(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) on_tcp_child_process_read() argument
[all...]
/third_party/node/src/
H A Dstream_wrap.cc209 [](uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in ReadStart() member
254 Maybe<void> LibuvStreamWrap::OnUvRead(ssize_t nread, const uv_buf_t* buf) { in OnUvRead() argument
/third_party/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc185 auto nread = std::min(input->rleft(), length); in http2_data_read_callback() local
H A Dshrpx_live_check.cc456 auto nread = conn_.read_tls(buf.data(), buf.size()); in read_tls() local
527 auto nread = conn_.read_clear(buf.data(), buf.size()); in read_clear() local
[all...]

Completed in 25 milliseconds

12345678910>>...13