VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vlc_strings.h File Reference

This file defines functions and structures handling misc strings. More...

Include dependency graph for vlc_strings.h:

Go to the source code of this file.

Functions

void resolve_xml_special_chars (char *psz_value)
 Converts "&lt;", "&gt;" and "&amp;" to "<", ">" and "&".
char * convert_xml_special_chars (const char *psz_content)
 XML-encode an UTF-8 string.
char * vlc_b64_encode_binary (const uint8_t *, size_t)
char * vlc_b64_encode (const char *)
size_t vlc_b64_decode_binary_to_buffer (uint8_t *p_dst, size_t i_dst_max, const char *psz_src)
size_t vlc_b64_decode_binary (uint8_t **pp_dst, const char *psz_src)
char * vlc_b64_decode (const char *psz_src)
char * str_format_time (const char *)
 Formats current time into a heap-allocated string.
char * str_format_meta (playlist_t *, const char *)
static char * str_format (playlist_t *pl, const char *fmt)
void filename_sanitize (char *)
 Remove forbidden, potentially forbidden and otherwise evil characters from filenames.
void path_sanitize (char *)
 Remove forbidden characters from full paths (leaves slashes)
time_t str_duration (const char *)

Detailed Description

This file defines functions and structures handling misc strings.