<vlc> Macros Handling
[HTTP Interface]

Collaboration diagram for <vlc> Macros Handling:
A macro is a code snippet in the HTML page looking like <vlc id="macro_id" param1="value1" param2="value2"> Macros string ids are mapped to macro types, and specific handling code must be written for each macro type. More...

Data Structures

struct  macro_t
 This structure represents a HTTP Interface macro. More...

Functions

void Execute (httpd_file_sys_t *p_args, char *p_request, int i_request, char **pp_data, int *pi_data, char **pp_dst, const char *_src, const char *_end)
 This function parses a file for macros.

Detailed Description

A macro is a code snippet in the HTML page looking like <vlc id="macro_id" param1="value1" param2="value2"> Macros string ids are mapped to macro types, and specific handling code must be written for each macro type.


Function Documentation

void Execute ( httpd_file_sys_t p_args,
char *  p_request,
int  i_request,
char **  pp_data,
int *  pi_data,
char **  pp_dst,
const char *  _src,
const char *  _end 
)


Generated on Tue May 25 08:05:45 2010 for VLC by  doxygen 1.5.6