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

/external/e2fsprogs/misc/
H A Dlogsave.c117 static int do_read(int fd) function
202 do_read(fds[0]);
205 do_read(fds[0]);
233 c = do_read(0);
H A Dbadblocks.c351 static int do_read (int dev, unsigned char * buffer, int try, int block_size, function
360 printf("do_read: block %d, try %d\n", current_block, try);
382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
545 got = do_read (dev, blkbuf, try, block_size, currently_testing);
684 got = do_read (dev, read_buffer, try, block_size,
842 got = do_read (dev, save_ptr, try, block_size,
929 got = do_read (dev, read_ptr, try,
/external/android-clat/
H A Dclatd_microbenchmark.c138 void benchmark(const char *name, int fd, int s, int num, int do_read, argument
147 if (do_read && recvfrom(s, buf, sizeof(buf), 0, NULL, NULL) == -1) {
/external/e2fsprogs/e2fsck/
H A Dlogfile.c183 static int do_read(int fd) function
243 while (do_read(fds[0]) > 0)
/external/libevent/
H A Dbufferevent_openssl.c566 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function
783 r = do_read(bev_ssl, n_to_read);
847 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */
1012 /* Call do_read and do_write as needed */
/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c1658 do_read (struct MHD_Connection *connection) function
2010 if (MHD_NO == do_read (connection))

Completed in 298 milliseconds