Home
last modified time | relevance | path

Searched defs:nread (Results 1 – 25 of 148) sorted by relevance

123456

/external/rust/crates/futures/tests/
Dio_buf_reader.rs94 let nread = block_on(reader.read(&mut buf)); in test_buffered_reader() localVariable
100 let nread = block_on(reader.read(&mut buf)); in test_buffered_reader() localVariable
106 let nread = block_on(reader.read(&mut buf)); in test_buffered_reader() localVariable
112 let nread = block_on(reader.read(&mut buf)); in test_buffered_reader() localVariable
117 let nread = block_on(reader.read(&mut buf)); in test_buffered_reader() localVariable
238 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
244 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
250 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
256 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
261 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
/external/libchrome/base/posix/
Dunix_domain_socket_unittest.cc121 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
150 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
174 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
/external/elfutils/libdwfl/
Dlinux-proc-maps.c72 ssize_t nread = pread_retry (fd, &buf, sizeof buf, 0); in get_pid_class() local
112 ssize_t nread; in grovel_auxv() local
218 int nread = -1; in proc_maps_report() local
338 ssize_t nread = read (fd, data, maxread); in INTDEF() local
/external/strace/
Ducopy.c109 unsigned int nread = 0; in umoven_peekdata() local
204 unsigned int nread = 0; in umovestr_peekdata() local
277 unsigned int nread = 0; in umovestr() local
/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.c75 int size, nread; in multiprocessing_recv() local
86 nread = recv((SOCKET) handle, PyBytes_AS_STRING(buf), size, 0); in multiprocessing_recv() local
/external/adhd/cras/src/server/
Dfloat_buffer.h89 unsigned int nread = buf_readable(b->buf); in float_buffer_read_pointer() local
121 static inline void float_buffer_read(struct float_buffer *b, unsigned int nread) in float_buffer_read()
/external/curl/lib/
Dmqtt.c181 ssize_t nread; in mqtt_verify_connack() local
294 ssize_t nread; in mqtt_verify_suback() local
425 ssize_t nread; in mqtt_read_publish() local
538 ssize_t nread; in mqtt_doing() local
Dfile.c307 size_t nread; in file_upload() local
504 ssize_t nread; in file_do() local
Dsendf.c411 ssize_t nread; in Curl_recv_plain() local
634 ssize_t nread = sread(sockfd, buf, bytesfromsocket); in Curl_read_plain() local
668 ssize_t nread = 0; in Curl_read() local
Dtransfer.c161 size_t nread; in Curl_fillreadbuffer() local
561 ssize_t nread; /* number of bytes read */ in readwrite_data() local
1008 ssize_t nread; /* number of bytes read */ in readwrite_upload() local
Dhttp2.c191 ssize_t nread = -1; in http2_connisdead() local
773 size_t nread; in on_data_chunk_recv() local
1092 size_t nread; in data_source_read_callback() local
1331 ssize_t nread; in h2_process_pending_input() local
1569 ssize_t nread; in http2_recv() local
2206 const char *mem, size_t nread) in Curl_http2_switched()
Drand.c80 ssize_t nread = read(fd, &randseed, sizeof(randseed)); in randit() local
/external/adhd/cras/examples/
Dcplay_buffer.c26 int nread; in main() local
/external/toybox/toys/posix/
Dstrings.c41 int nread, i, wlen = TT.n, count = 0; local
/external/rust/crates/futures-util/src/io/
Dbuf_reader.rs96 let nread = rem.read(buf)?; in poll_read() localVariable
113 let nread = rem.read_vectored(bufs)?; in poll_read_vectored() localVariable
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c46 unsigned int nread; in safe_read() local
/external/libevent/test/
Dregress_zlib.c136 int nread, nwrite; in zlib_input_filter() local
190 int nread, nwrite; in zlib_output_filter() local
/external/curl/docs/examples/
Dhttpput.c44 curl_off_t nread; in read_callback() local
Dsendrecv.c132 size_t nread; in main() local
Dftpupload.c53 curl_off_t nread; in read_callback() local
Danyauthput.c84 curl_off_t nread; in read_callback() local
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe11.c27 size_t nread; in do_child() local
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync01.c93 int nread = 0, count, err_flg = 0; in main() local
/external/curl/lib/vquic/
Dquiche.h35 size_t nread; /* how many bytes have been read */ member
/external/wpa_supplicant_8/src/wps/
Dwps_er_ssdp.c25 int nread; in wps_er_ssdp_rx() local

123456