LibreOffice Module ucb (master)
1
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | file_write (void *buffer, size_t size, size_t nmemb, void *stream) |
callback for curl_easy_perform(), forwarding the written content to the stream. More... | |
callback for curl_easy_perform(), forwarding the written content to the stream.
stream has to be of type oslFileHandle.
Definition at line 35 of file ftpcfunc.cxx.
Referenced by ftp::FTPURL::open().