Searched defs:file_write (Results 1 – 4 of 4) sorted by relevance
66 ssize_t file_write(struct file *filep, const void *buf, size_t nbytes) in file_write() function
157 static int file_write(BIO *b, const char *in, int inl) in file_write() function376 static int file_write(BIO *b, const char *in, int inl) in file_write() function
124 static int file_write(URLContext *h, const unsigned char *buf, int size) in file_write() function
205 def __init__(self, file_write): argument