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) |
|
This function extracts the original value from an URL-encoded string |
|
This function extracts the value for a given argument name from an HTTP request |
|
This function loads a file into a buffer |
|
This function creates a suitable URL for a filename |
|
Return the first word from a string (works in-place) |
|
This fuction converts a locale string to UTF-8 |
|
This command parses the "seek" command for the HTTP interface and performs the requested action |
|
This function parses a MRL |
|
This function recursively parses a directory and adds all files |
|
This function returns the real path of a file or directory |
|
|
|
This function converts an UTF-8 to locale |