Searched defs:file_read (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/exception/example/ |
D | cloning_1.cpp | 16 file_read( FILE * f, void * buffer, size_t size ) in file_read() function
|
D | error_info_2.cpp | 18 file_read( FILE * f, void * buffer, size_t size ) in file_read() function
|
/third_party/NuttX/fs/vfs/ |
D | fs_read.c | 64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes) in file_read() function
|
/third_party/openssl/crypto/bio/ |
D | bss_file.c | 137 static int file_read(BIO *b, char *out, int outl) in file_read() function 370 static int file_read(BIO *b, char *out, int outl) in file_read() function
|
/third_party/ffmpeg/libavformat/ |
D | file.c | 109 static int file_read(URLContext *h, unsigned char *buf, int size) in file_read() function
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | dart_api.h | 905 Dart_FileReadCallback file_read; member
|
/third_party/python/Lib/ |
D | pickle.py | 265 def __init__(self, file_read, file_readline, file_tell=None): argument
|