chain.c File Reference

Include dependency graph for chain.c:


Defines

#define SKIPSPACE(p)   { while( *p && ( *p == ' ' || *p == '\t' ) ) p++; }
#define SKIPTRAILINGSPACE(p, e)   { while( e > p && ( *(e-1) == ' ' || *(e-1) == '\t' ) ) e--; }

Functions

static const char * _get_chain_end (const char *str)
char * config_ChainCreate (char **ppsz_name, config_chain_t **pp_cfg, const char *psz_chain)
void config_ChainDestroy (config_chain_t *p_cfg)
void __config_ChainParse (vlc_object_t *p_this, const char *psz_prefix, const char *const *ppsz_options, config_chain_t *cfg)

Define Documentation

#define SKIPSPACE (  )     { while( *p && ( *p == ' ' || *p == '\t' ) ) p++; }

#define SKIPTRAILINGSPACE ( p,
 )     { while( e > p && ( *(e-1) == ' ' || *(e-1) == '\t' ) ) e--; }


Function Documentation

void __config_ChainParse ( vlc_object_t p_this,
const char *  psz_prefix,
const char *const *  ppsz_options,
config_chain_t cfg 
)

static const char* _get_chain_end ( const char *  str  )  [static]

char* config_ChainCreate ( char **  ppsz_name,
config_chain_t **  pp_cfg,
const char *  psz_chain 
)

void config_ChainDestroy ( config_chain_t p_cfg  ) 


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