RigsofRods
Soft-body Physics Simulation
Functions
CurlHelpers.cpp File Reference
#include "Application.h"
#include "CurlHelpers.h"
#include "GameContext.h"
#include "RoRVersion.h"
#include "ScriptEvents.h"
#include <fmt/format.h>
#include <curl/curl.h>
#include <curl/easy.h>
+ Include dependency graph for CurlHelpers.cpp:

Go to the source code of this file.

Functions

static size_t CurlStringWriteFunc (void *ptr, size_t size, size_t nmemb, std::string *data)
 
static size_t CurlProgressFunc (void *ptr, double filesize_B, double downloaded_B)
 

Function Documentation

◆ CurlProgressFunc()

static size_t CurlProgressFunc ( void *  ptr,
double  filesize_B,
double  downloaded_B 
)
static

Definition at line 42 of file CurlHelpers.cpp.

+ Here is the call graph for this function:

◆ CurlStringWriteFunc()

static size_t CurlStringWriteFunc ( void *  ptr,
size_t  size,
size_t  nmemb,
std::string *  data 
)
static

Definition at line 36 of file CurlHelpers.cpp.

+ Here is the caller graph for this function: