Home
last modified time | relevance | path

Searched refs:do_read (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dpnmdec.c73 goto do_read; in pnm_decode_frame()
80 goto do_read; in pnm_decode_frame()
85 goto do_read; in pnm_decode_frame()
92 goto do_read; in pnm_decode_frame()
99 goto do_read; in pnm_decode_frame()
104 goto do_read; in pnm_decode_frame()
111 goto do_read; in pnm_decode_frame()
118 goto do_read; in pnm_decode_frame()
125 do_read: in pnm_decode_frame()
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c40 static void *do_read(void *arg) in do_read() function
71 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read, in do_test()
75 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read, in do_test()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvsscanf.c3 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() function
12 .read = do_read, .lock = -1 in vsscanf()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvsscanf.c3 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() function
12 .read = do_read, .lock = -1 in vsscanf()
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe10.c58 ssize_t do_read(int fd, void *buf, size_t count) in do_read() function
114 red = do_read(fd[0], rebuf, written); in main()
Dpipe09.c64 ssize_t do_read(int fd, void *buf, size_t count) in do_read() function
160 while ((red = do_read(pipefd[0], rebuf, 100)) > 0) { in main()
Dpipe04.c65 ssize_t do_read(int fd, void *buf, size_t count) in do_read() function
134 bytesread = do_read(fildes[0], rbuf, sizeof(rbuf)); in main()
/third_party/musl/src/stdlib/
Dwcstod.c11 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() function
39 f.read = do_read; in wcstox()
Dwcstol.c13 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() function
41 f.read = do_read; in wcstox()
/third_party/nghttp2/src/
Dshrpx_live_check.h73 int do_read();
Dshrpx_client_handler.h90 int do_read();
Dshrpx_http2_session.h131 int do_read();
Dshrpx_live_check.cc43 rv = live_check->do_read(); in readcb()
190 int LiveCheck::do_read() { return read_(*this); } in do_read() function in shrpx::LiveCheck
Dnghttp.h232 int do_read();
Dh2load.h435 int do_read();
Dshrpx_client_handler.cc96 if (handler->do_read() != 0) { in readcb()
690 int ClientHandler::do_read() { return read_(*this); } in do_read() function in shrpx::ClientHandler
Dshrpx_http2_session.cc133 rv = http2session->do_read(); in readcb()
1754 int Http2Session::do_read() { return read_(*this); } in do_read() function in shrpx::Http2Session
/third_party/pulseaudio/src/pulsecore/
Dioline.c281 static int do_read(pa_ioline *l) { in do_read() function
386 do_read(l); in do_work()
Dpstream.c237 static int do_read(pa_pstream *p, struct pstream_read *re);
254 r = do_read(p, &p->readsrb); in do_pstream_read_write()
261 if (do_read(p, &p->readio) < 0) in do_pstream_read_write()
861 static int do_read(pa_pstream *p, struct pstream_read *re) { in do_read() function
Dprotocol-simple.c148 static int do_read(connection *c) { in do_read() function
246 if (do_read(c) < 0) in do_work()
/third_party/python/Lib/
Dpstats.py626 self.do_read(profile)
695 def do_read(self, line): member in ProfileBrowser
708 self.do_read(line)
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c506 static int do_read(struct userdata *u) { in do_read() function
539 if (do_read(u) < 0 || do_write(u) < 0) { in io_callback()
Dmodule-waveout.c193 static void do_read(struct userdata *u) { in do_read() function
276 do_read(u); in thread_func()
/third_party/libfuse/example/
Dpassthrough_hp.cc924 static void do_read(fuse_req_t req, size_t size, off_t off, fuse_file_info *fi) { in do_read() function
938 do_read(req, size, off, fi); in sfs_read()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c689 static void do_read(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_read() function
1251 [FUSE_READ] = { do_read, "READ" },

12