Searched defs:file_read (Results 1 – 5 of 5) sorted by relevance
/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/node/deps/openssl/openssl/crypto/bio/ |
D | bss_file.c | 136 static int file_read(BIO *b, char *out, int outl) in file_read() function 380 static int file_read(BIO *b, char *out, int outl) in file_read() function
|
/third_party/openssl/crypto/bio/ |
D | bss_file.c | 136 static int file_read(BIO *b, char *out, int outl) in file_read() function 380 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/python/Lib/ |
D | pickle.py | 265 def __init__(self, file_read, file_readline, file_tell=None): argument
|