xine-lib  1.2.9
Functions
http_helper.h File Reference
#include <xine/attributes.h>
#include <xine/xine_internal.h>

Go to the source code of this file.

Functions

const char * _x_url_user_agent (const char *url)
 
int _x_parse_url (char *url, char **proto, char **host, int *port, char **user, char **password, char **uri, const char **user_agent)
 
static char * _x_canonicalise_url (const char *base, const char *url)
 

Function Documentation

◆ _x_canonicalise_url()

static char* _x_canonicalise_url ( const char *  base,
const char *  url 
)
inlinestatic

References _x_asprintf(), _x_assert, and NULL.

Referenced by http_plugin_open().

◆ _x_parse_url()

int _x_parse_url ( char *  url,
char **  proto,
char **  host,
int *  port,
char **  user,
char **  password,
char **  uri,
const char **  user_agent 
)

◆ _x_url_user_agent()

const char* _x_url_user_agent ( const char *  url)

References NULL.

Referenced by _x_parse_url(), and http_class_get_instance().