LibreOffice Module ucb (master) 1
|
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... | |
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.
stream has to be of type oslFileHandle.
Definition at line 35 of file ftpcfunc.cxx.
Referenced by ftp::FTPURL::open().