#include <stdint.h>
Go to the source code of this file.
Typedefs |
| typedef int_fast64_t | DLsize_t |
Functions |
| void * | R_HTTPOpen (const char *url) |
| int | R_HTTPRead (void *ctx, char *dest, int len) |
| void | R_HTTPClose (void *ctx) |
| void * | R_FTPOpen (const char *url) |
| int | R_FTPRead (void *ctx, char *dest, int len) |
| void | R_FTPClose (void *ctx) |
| void * | RxmlNanoHTTPOpen (const char *URL, char **contentType, const char *headers, int cacheOK) |
| int | RxmlNanoHTTPRead (void *ctx, void *dest, int len) |
| void | RxmlNanoHTTPClose (void *ctx) |
| int | RxmlNanoHTTPReturnCode (void *ctx) |
| char * | RxmlNanoHTTPStatusMsg (void *ctx) |
| DLsize_t | RxmlNanoHTTPContentLength (void *ctx) |
| char * | RxmlNanoHTTPContentType (void *ctx) |
| void | RxmlNanoHTTPTimeout (int delay) |
| void * | RxmlNanoFTPOpen (const char *URL) |
| int | RxmlNanoFTPRead (void *ctx, void *dest, int len) |
| int | RxmlNanoFTPClose (void *ctx) |
| void | RxmlNanoFTPTimeout (int delay) |
| DLsize_t | RxmlNanoFTPContentLength (void *ctx) |
| void | RxmlMessage (int level, const char *format,...) |
| void | RxmlNanoFTPCleanup (void) |
| void | RxmlNanoHTTPCleanup (void) |
Typedef Documentation
Function Documentation
| int R_FTPRead |
( |
void * |
ctx, |
|
|
char * |
dest, |
|
|
int |
len |
|
) |
| |
| int R_HTTPRead |
( |
void * |
ctx, |
|
|
char * |
dest, |
|
|
int |
len |
|
) |
| |
| void RxmlMessage |
( |
int |
level, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
| void* RxmlNanoHTTPOpen |
( |
const char * |
URL, |
|
|
char ** |
contentType, |
|
|
const char * |
headers, |
|
|
int |
cacheOK |
|
) |
| |