Searched defs:file_read (Results 1 – 9 of 9) sorted by relevance
/external/mtools/ |
D | file_read.c | 28 int file_read(FILE *fp, Stream_t *Source, int textmode, int stripmode) in file_read() function
|
D | plain_io.c | 123 static int file_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in file_read() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_read_validator.cpp | 44 const RetainPtr<IFX_SeekableReadStream>& file_read, in CPDF_ReadValidator()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | file.c | 149 static int file_read(BIO *b, char *out, int outl) { in file_read() function
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 149 static int file_read(BIO *b, char *out, int outl) { in file_read() function
|
/external/libaom/libaom/common/ |
D | y4minput.c | 24 static int file_read(void *buf, size_t size, FILE *file) { 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/python/cpython2/Objects/ |
D | fileobject.c | 1071 file_read(PyFileObject *f, PyObject *args) in file_read() function
|
/external/python/cpython3/Lib/ |
D | pickle.py | 265 def __init__(self, file_read, file_readline, file_tell=None): argument
|