#include "../../rapidxml-1.13/rapidxml.hpp"
#include "Module.h"
#include <stdio.h>
#include <curl/curl.h>
#include "../Library/MD5.h"
#include <io.h>
#include <fcntl.h>
#include <share.h>
#include <sys/stat.h>
Go to the source code of this file.
|
bool | FileExists (const std::string name) |
|
size_t | write_data (void *ptr, size_t size, size_t nmemb, FILE *stream) |
| Callback function for CURL. More...
|
|
◆ FileExists()
bool FileExists |
( |
const std::string |
name | ) |
|
|
inline |
◆ write_data()
size_t write_data |
( |
void * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
FILE * |
stream |
|
) |
| |
Callback function for CURL.
Definition at line 310 of file ASE.cpp.