RAPI
Typedefs | Functions
R_ext/R-ftp-http.h File Reference
#include <stdint.h>
Include dependency graph for R-ftp-http.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

typedef int_fast64_t DLsize_t

Function Documentation

void R_FTPClose ( void *  ctx)
void* R_FTPOpen ( const char *  url)
int R_FTPRead ( void *  ctx,
char *  dest,
int  len 
)
void R_HTTPClose ( void *  ctx)
void* R_HTTPOpen ( const char *  url)
int R_HTTPRead ( void *  ctx,
char *  dest,
int  len 
)
void RxmlMessage ( int  level,
const char *  format,
  ... 
)
void RxmlNanoFTPCleanup ( void  )
int RxmlNanoFTPClose ( void *  ctx)
void* RxmlNanoFTPOpen ( const char *  URL)
int RxmlNanoFTPRead ( void *  ctx,
void *  dest,
int  len 
)
void RxmlNanoFTPTimeout ( int  delay)
void RxmlNanoHTTPCleanup ( void  )
void RxmlNanoHTTPClose ( void *  ctx)
char* RxmlNanoHTTPContentType ( void *  ctx)
void* RxmlNanoHTTPOpen ( const char *  URL,
char **  contentType,
const char *  headers,
int  cacheOK 
)
int RxmlNanoHTTPRead ( void *  ctx,
void *  dest,
int  len 
)
int RxmlNanoHTTPReturnCode ( void *  ctx)
char* RxmlNanoHTTPStatusMsg ( void *  ctx)
void RxmlNanoHTTPTimeout ( int  delay)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines