LibreOffice Module ucb (master) 1
Functions
ftpcfunc.hxx File Reference
#include <stddef.h>
Include dependency graph for ftpcfunc.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ file_write()

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.

References size, and stream.

Referenced by ftp::FTPURL::open().