RetroArch
Enumerations | Functions
net_http_special.h File Reference
#include <libretro.h>
Include dependency graph for net_http_special.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { NET_HTTP_GET_OK = 0, NET_HTTP_GET_MALFORMED_URL, NET_HTTP_GET_CONNECT_ERROR, NET_HTTP_GET_TIMEOUT }
 

Functions

int net_http_get (const char **result, size_t *size, const char *url, retro_time_t *timeout)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NET_HTTP_GET_OK 
NET_HTTP_GET_MALFORMED_URL 
NET_HTTP_GET_CONNECT_ERROR 
NET_HTTP_GET_TIMEOUT 

Function Documentation

◆ net_http_get()

int net_http_get ( const char **  result,
size_t *  size,
const char *  url,
retro_time_t timeout 
)
Here is the call graph for this function: