Searched defs:file_read (Results 1 – 5 of 5) sorted by relevance
/external/tlsdate/src/ |
D | util.h | 85 int (*file_read)(int fd, void *buf, size_t sz); member
|
D | util.c | 339 int file_read(int fd, void *buf, size_t sz) in file_read() function
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 184 static int file_read(BIO *b, char *out, int outl) { in file_read() function
|
/external/libvpx/libvpx/ |
D | y4minput.c | 22 static int file_read(void *buf, size_t size, FILE *file) { in file_read() function
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_stream.c | 1099 static int file_read(jas_stream_obj_t *obj, char *buf, int cnt) in file_read() function
|