![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <stdio.h>#include <string.h>#include <sys/time.h>#include <stdlib.h>#include <errno.h>#include <curl/curl.h>Go to the source code of this file.
Classes | |
| struct | fcurl_data |
Typedefs | |
| typedef struct fcurl_data | URL_FILE |
Enumerations | |
| enum | fcurl_type_e { CFTYPE_NONE =0, CFTYPE_FILE =1, CFTYPE_CURL =2 } |
Functions | |
| URL_FILE * | url_fopen (char *url, const char *operation) |
| int | url_fclose (URL_FILE *file) |
| int | url_feof (URL_FILE *file) |
| size_t | url_fread (void *ptr, size_t size, size_t nmemb, URL_FILE *file) |
| char * | url_fgets (char *ptr, int size, URL_FILE *file) |
| void | url_rewind (URL_FILE *file) |
| int | main (int argc, char *argv[]) |
Variables | |
| CURLM * | multi_handle |
| typedef struct fcurl_data URL_FILE |
| enum fcurl_type_e |
1.8.6.