/third_party/ffmpeg/libavcodec/ |
D | pnmdec.c | 73 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/ |
D | keyctl02.c | 40 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/ |
D | vsscanf.c | 3 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/ |
D | vsscanf.c | 3 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/ |
D | pipe10.c | 58 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()
|
D | pipe09.c | 64 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()
|
D | pipe04.c | 65 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/ |
D | wcstod.c | 11 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() function 39 f.read = do_read; in wcstox()
|
D | wcstol.c | 13 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/ |
D | shrpx_live_check.h | 73 int do_read();
|
D | shrpx_client_handler.h | 90 int do_read();
|
D | shrpx_http2_session.h | 131 int do_read();
|
D | shrpx_live_check.cc | 43 rv = live_check->do_read(); in readcb() 190 int LiveCheck::do_read() { return read_(*this); } in do_read() function in shrpx::LiveCheck
|
D | nghttp.h | 232 int do_read();
|
D | h2load.h | 435 int do_read();
|
D | shrpx_client_handler.cc | 96 if (handler->do_read() != 0) { in readcb() 690 int ClientHandler::do_read() { return read_(*this); } in do_read() function in shrpx::ClientHandler
|
D | shrpx_http2_session.cc | 133 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/ |
D | ioline.c | 281 static int do_read(pa_ioline *l) { in do_read() function 386 do_read(l); in do_work()
|
D | pstream.c | 237 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
|
D | protocol-simple.c | 148 static int do_read(connection *c) { in do_read() function 246 if (do_read(c) < 0) in do_work()
|
/third_party/python/Lib/ |
D | pstats.py | 626 self.do_read(profile) 695 def do_read(self, line): member in ProfileBrowser 708 self.do_read(line)
|
/third_party/pulseaudio/src/modules/ |
D | module-esound-sink.c | 506 static int do_read(struct userdata *u) { in do_read() function 539 if (do_read(u) < 0 || do_write(u) < 0) { in io_callback()
|
D | module-waveout.c | 193 static void do_read(struct userdata *u) { in do_read() function 276 do_read(u); in thread_func()
|
/third_party/libfuse/example/ |
D | passthrough_hp.cc | 924 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/ |
D | fuse_lowlevel.c | 689 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" },
|