Home
last modified time | relevance | path

Searched refs:do_read (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A 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/
H A 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/
H A 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/ffmpeg/libavcodec/
H A Dpnmdec.c76 goto do_read; in pnm_decode_frame()
83 goto do_read; in pnm_decode_frame()
88 goto do_read; in pnm_decode_frame()
95 goto do_read; in pnm_decode_frame()
102 goto do_read; in pnm_decode_frame()
107 goto do_read; in pnm_decode_frame()
114 goto do_read; in pnm_decode_frame()
121 goto do_read; in pnm_decode_frame()
128 do_read: in pnm_decode_frame()
/third_party/musl/src/stdlib/
H A 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()
H A 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/ltp/testcases/kernel/syscalls/pipe/
H A 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()
H A 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()
/third_party/nghttp2/src/
H A Dshrpx_live_check.h63 // Low level I/O operation callback; they are called from do_read()
73 int do_read();
H A Dshrpx_client_handler.h90 int do_read();
H A Dshrpx_http2_session.h131 int do_read();
H A 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
H A Dnghttp.h232 int do_read();
H A Dh2load.h417 // Call this function when do_read() returns -1. This function
435 int do_read();
438 // low-level I/O callback functions called by do_read/do_write
H A 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
H A 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/
H A Dioline.c281 static int do_read(pa_ioline *l) { in do_read() function
386 do_read(l); in do_work()
H A 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()
864 static int do_read(pa_pstream *p, struct pstream_read *re) { in do_read() function
H A Dprotocol-simple.c148 static int do_read(connection *c) { in do_read() function
246 if (do_read(c) < 0) in do_work()
H A Dprotocol-esound.c1000 static int do_read(connection *c) { in do_read() function
1246 if (do_read(c) < 0) in do_work()
/third_party/python/Lib/
H A Dpstats.py627 self.do_read(profile)
696 def do_read(self, line): member in f8.ProfileBrowser
709 self.do_read(line)
/third_party/pulseaudio/src/modules/
H A 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()
H A 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/
H A 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/
H A 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" },

Completed in 25 milliseconds

12