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

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)
 

Function Documentation

◆ _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().