Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

Utilities
[HTTP Interface]


Variables

int E_( ParseDirectory )(intf_thread_t *p_intf, char *psz_root, char *psz_dir)
int E_( FileLoad )(FILE *f, char **pp_data, int *pi_data)
char *E_( FileToUrl )(char *name, vlc_bool_t *pb_index)
char *E_( RealPath )(intf_thread_t *p_intf, const char *psz_src)
char *E_( FromUTF8 )(intf_thread_t *p_intf, char *psz_utf8)
char *E_( ToUTF8 )(intf_thread_t *p_intf, char *psz_local)
void E_( HandleSeek )(intf_thread_t *p_intf, char *p_value)
char *E_( ExtractURIValue )(char *psz_uri, const char *psz_name, char *psz_value, int i_value_max)
int E_( TestURIParam )(char *psz_uri, const char *psz_name)
void E_( DecodeEncodedURI )(char *psz)
playlist_item_t *E_( MRLParse )(intf_thread_t *, char *psz, char *psz_name)
char *E_( FirstWord )(char *psz, char *new)

Detailed Description

Utilities

Variable Documentation

void E_( DecodeEncodedURI)(char *psz)
 

This function extracts the original value from an URL-encoded string

Definition at line 131 of file http.h.

char* E_( ExtractURIValue)(char *psz_uri, const char *psz_name, char *psz_value, int i_value_max)
 

This function extracts the value for a given argument name from an HTTP request

Definition at line 126 of file http.h.

int E_( FileLoad)(FILE *f, char **pp_data, int *pi_data)
 

This function loads a file into a buffer

Definition at line 105 of file http.h.

char* E_( FileToUrl)(char *name, vlc_bool_t *pb_index)
 

This function creates a suitable URL for a filename

Definition at line 107 of file http.h.

char* E_( FirstWord)(char *psz, char *new)
 

Return the first word from a string (works in-place)

Definition at line 137 of file http.h.

char* E_( FromUTF8)(intf_thread_t *p_intf, char *psz_utf8)
 

This fuction converts a locale string to UTF-8

Definition at line 114 of file http.h.

void E_( HandleSeek)(intf_thread_t *p_intf, char *p_value)
 

This command parses the "seek" command for the HTTP interface and performs the requested action

Definition at line 120 of file http.h.

playlist_item_t* E_( MRLParse)(intf_thread_t *, char *psz, char *psz_name)
 

This function parses a MRL

Definition at line 134 of file http.h.

int E_( ParseDirectory)(intf_thread_t *p_intf, char *psz_root, char *psz_dir)
 

This function recursively parses a directory and adds all files

Definition at line 102 of file http.h.

char* E_( RealPath)(intf_thread_t *p_intf, const char *psz_src)
 

This function returns the real path of a file or directory

Definition at line 109 of file http.h.

int E_( TestURIParam)(char *psz_uri, const char *psz_name)
 

Todo:
Describe this function

Definition at line 129 of file http.h.

char* E_( ToUTF8)(intf_thread_t *p_intf, char *psz_local)
 

This function converts an UTF-8 to locale

Definition at line 116 of file http.h.


Generated on Tue Dec 20 10:15:04 2005 for vlc-0.8.4a by  doxygen 1.4.2