Strings


Defines

#define str_format_meta(a, b)   __str_format_meta( VLC_OBJECT( a ), b )
#define str_format(a, b)   __str_format( VLC_OBJECT( a ), b )

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)
 Converts '<', '>', '\"', '\'' and '&' to their html entities.
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 *)
char * __str_format_meta (vlc_object_t *, const char *)
char * __str_format (vlc_object_t *, const char *)
 Apply str format time and str format meta.
void filename_sanitize (char *)
 Remove forbidden characters from filenames (including slashes).
void path_sanitize (char *)
 Remove forbidden characters from full paths (leaves slashes).

Define Documentation

#define str_format ( a,
 )     __str_format( VLC_OBJECT( a ), b )

#define str_format_meta ( a,
 )     __str_format_meta( VLC_OBJECT( a ), b )


Function Documentation

char* __str_format ( vlc_object_t ,
const char *   
)

Apply str format time and str format meta.

char* __str_format_meta ( vlc_object_t ,
const char *   
)

char* convert_xml_special_chars ( const char *  psz_content  ) 

Converts '<', '>', '\"', '\'' and '&' to their html entities.

Parameters:
psz_content simple element content that is to be converted

void filename_sanitize ( char *   ) 

Remove forbidden characters from filenames (including slashes).

void path_sanitize ( char *   ) 

Remove forbidden characters from full paths (leaves slashes).

void resolve_xml_special_chars ( char *  psz_value  ) 

Converts "&lt;", "&gt;" and "&amp;" to "<", ">" and "&".

Parameters:
string to convert

char* str_format_time ( const char *   ) 

char* vlc_b64_decode ( const char *  psz_src  ) 

size_t vlc_b64_decode_binary ( uint8_t **  pp_dst,
const char *  psz_src 
)

size_t vlc_b64_decode_binary_to_buffer ( uint8_t *  p_dst,
size_t  i_dst_max,
const char *  psz_src 
)

char* vlc_b64_encode ( const char *   ) 

char* vlc_b64_encode_binary ( const uint8_t *  ,
size_t   
)


Generated on Wed Aug 13 08:05:54 2008 for VLC by  doxygen 1.5.1