/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_fd.c | 85 static int fd_read(BIO *h, char *buf, int size); 97 fd_read, 144 static int fd_read(BIO *b, char *out,int outl) function 244 while ( (ptr < end) && (fd_read(bp, ptr, 1) > 0) && (ptr[0] != '\n') )
|
/external/openssl/crypto/bio/ |
bss_fd.c | 85 static int fd_read(BIO *h, char *buf, int size); 97 fd_read, 144 static int fd_read(BIO *b, char *out,int outl) function 244 while ( (ptr < end) && (fd_read(bp, ptr, 1) > 0) && (ptr[0] != '\n') )
|
/hardware/ti/omap4xxx/libtiutils/ |
MessageQueue.h | 100 int fd_read; member in class:TIUTILS::MessageQueue
|
/external/qemu/ |
iohandler.c | 37 IOHandler *fd_read; member in struct:IOHandlerRecord 52 IOHandler *fd_read, 58 if (!fd_read && !fd_write) { 75 ioh->fd_read = fd_read; 84 IOHandler *fd_read, 88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque); 98 if (ioh->fd_read && 119 if (!ioh->deleted && ioh->fd_read && FD_ISSET(ioh->fd, readfds)) { 120 ioh->fd_read(ioh->opaque) [all...] |
vl-android-ui.c | 68 IOHandler* fd_read; member in struct:IOHandlerRecord 83 ioh->fd_read(ioh->opaque); 96 IOHandler *fd_read, 102 if (!fd_read && !fd_write) { 130 ioh->fd_read = fd_read; 134 if (fd_read != NULL)
|
/external/qemu/android/ |
looper-qemu.c | 207 IOHandler* fd_read = (wanted & LOOP_IO_READ) ? qloopio_handleRead : NULL; local 209 qemu_set_fd_handler(io->fd, fd_read, fd_write, io);
|
/device/generic/goldfish/qemud/ |
qemud.c | 208 fd_read(int fd, void* to, int len) function 909 if ((len = fd_read(f->fd, p->data, MAX_PAYLOAD)) < 0) { [all...] |