
Data Structures | |
| struct | _XList |
| struct | _XTag |
| struct | _XAttribute |
| struct | _XTagParser |
| struct | xml_reader_sys_t |
Defines | |
| #define | X_NONE 0 |
| #define | X_WHITESPACE 1<<0 |
| #define | X_OPENTAG 1<<1 |
| #define | X_CLOSETAG 1<<2 |
| #define | X_DQUOTE 1<<3 |
| #define | X_SQUOTE 1<<4 |
| #define | X_EQUAL 1<<5 |
| #define | X_SLASH 1<<6 |
| #define | X_QMARK 1<<7 |
| #define | X_DASH 1<<8 |
| #define | X_EMARK 1<<9 |
Typedefs | |
| typedef struct _XList | XList |
| typedef struct _XTag | XTag |
| typedef struct _XAttribute | XAttribute |
| typedef struct _XTagParser | XTagParser |
Functions | |
| static int | Open (vlc_object_t *) |
| Probes and initializes. | |
| static void | Close (vlc_object_t *) |
| Releases resources. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static xml_reader_t * | ReaderCreate (xml_t *, stream_t *) |
| static void | ReaderDelete (xml_reader_t *) |
| static int | ReaderRead (xml_reader_t *) |
| static int | ReaderNodeType (xml_reader_t *) |
| static char * | ReaderName (xml_reader_t *) |
| static char * | ReaderValue (xml_reader_t *) |
| static int | ReaderNextAttr (xml_reader_t *) |
| static int | ReaderUseDTD (xml_reader_t *, bool) |
| static void | CatalogLoad (xml_t *, const char *) |
| static void | CatalogAdd (xml_t *, const char *, const char *, const char *) |
| static XTag * | xtag_new_parse (const char *, int) |
| static char * | xtag_get_name (XTag *) |
| static XTag * | xtag_first_child (XTag *, char *) |
| static XTag * | xtag_next_child (XTag *, char *) |
| static void | xtag_free (XTag *) |
| static XList * | xlist_append (XList *list, void *data) |
| static void | xlist_free (XList *list) |
| static int | xtag_cin (char c, int char_class) |
| static int | xtag_index (XTagParser *parser, int char_class) |
| static void | xtag_skip_over (XTagParser *parser, int char_class) |
| static void | xtag_skip_whitespace (XTagParser *parser) |
| static char * | xtag_slurp_to (XTagParser *parser, int good_end, int bad_end) |
| static int | xtag_assert_and_pass (XTagParser *parser, int char_class) |
| static char * | xtag_slurp_quoted (XTagParser *parser) |
| static XAttribute * | xtag_parse_attribute (XTagParser *parser) |
| static XTag * | xtag_parse_tag (XTagParser *parser) |
| #define X_CLOSETAG 1<<2 |
Referenced by xtag_cin(), xtag_parse_attribute(), and xtag_parse_tag().
| #define X_DASH 1<<8 |
Referenced by xtag_cin(), and xtag_parse_tag().
| #define X_DQUOTE 1<<3 |
Referenced by xtag_cin(), and xtag_slurp_quoted().
| #define X_EMARK 1<<9 |
Referenced by xtag_cin(), and xtag_parse_tag().
| #define X_EQUAL 1<<5 |
Referenced by xtag_cin(), and xtag_parse_attribute().
| #define X_NONE 0 |
Referenced by xtag_parse_tag().
| #define X_OPENTAG 1<<1 |
Referenced by xtag_cin(), and xtag_parse_tag().
| #define X_QMARK 1<<7 |
Referenced by xtag_cin(), and xtag_parse_tag().
| #define X_SLASH 1<<6 |
Referenced by xtag_cin(), xtag_parse_attribute(), and xtag_parse_tag().
| #define X_SQUOTE 1<<4 |
Referenced by xtag_cin(), and xtag_slurp_quoted().
| #define X_WHITESPACE 1<<0 |
Referenced by xtag_cin(), xtag_parse_attribute(), xtag_parse_tag(), and xtag_skip_whitespace().
| typedef struct _XAttribute XAttribute |
| typedef struct _XTagParser XTagParser |
| static void CatalogAdd | ( | xml_t * | p_xml, | |
| const char * | psz_arg1, | |||
| const char * | psz_arg2, | |||
| const char * | psz_filename | |||
| ) | [static] |
References VLC_UNUSED.
| static void CatalogLoad | ( | xml_t * | p_xml, | |
| const char * | psz_filename | |||
| ) | [static] |
References msg_Dbg, and VLC_UNUSED.
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
Releases resources.
Close the module.
Destroys the X11 window.
Disconnect from the X server.
Close a SDL video output.
It destroys an OpenGL vout display.
Terminate a vout display created by Open.
It destroyes a Direct3D vout display.
Terminate an output method created by Open.
Release the drawable.
Close a libcaca video output.
Close a aa video output method.
Close the filter.
Terminate a splitter module.
This function closes a clone video splitter module.
Common close function.
Releases allocate resources.
Close: Destructor.
| p_this | pointer to this filter object | |
| p_this,: | the filter object |
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
Probes and initializes.
Status of this demuxer: Real Media format -----------------.
Basic chorus/flanger/delay audio filter This implements a variable delay filter for VLC.
Todo:
Open the module.
Create an X11 window.
Probe the X server.
This function initializes SDL vout method.
It creates an OpenGL vout display.
This function allocates and initialize the DirectX vout display.
It creates a Direct3D vout display.
This function allocates and initializes a FB vout method.
Find the drawable set by libvlc application.
This function initializes libcaca vout method.
This function allocates and initializes a aa vout method.
This function allocates and initializes a Wall splitter module.
Open the filter.
This function allocates and initializes a Clone splitter module.
Open: initialize and create stuff.
Connect to the sftp server and ask for a file.
| p_this,: | the vlc_object |
| p_this | ||
| p_this,: | the filter object |
| static xml_reader_t * ReaderCreate | ( | xml_t * | p_xml, | |
| stream_t * | s | |||
| ) | [static] |
References xml_reader_sys_t::b_endtag, msg_Dbg, msg_Warn, xml_reader_sys_t::p_curattr, xml_reader_sys_t::p_curtag, xml_reader_sys_t::p_root, xml_reader_t::p_sys, xml_reader_t::p_xml, xml_reader_t::pf_name, xml_reader_t::pf_next_attr, xml_reader_t::pf_node_type, xml_reader_t::pf_read, xml_reader_t::pf_use_dtd, xml_reader_t::pf_value, ReaderName(), ReaderNextAttr(), ReaderNodeType(), ReaderRead(), ReaderUseDTD(), ReaderValue(), realloc_or_free(), stream_Read(), and xtag_new_parse().
| static void ReaderDelete | ( | xml_reader_t * | p_reader | ) | [static] |
References xml_reader_sys_t::p_root, xml_reader_t::p_sys, and xtag_free().
| static char * ReaderName | ( | xml_reader_t * | p_reader | ) | [static] |
| static int ReaderNextAttr | ( | xml_reader_t * | p_reader | ) | [static] |
| static int ReaderNodeType | ( | xml_reader_t * | p_reader | ) | [static] |
| static int ReaderRead | ( | xml_reader_t * | p_reader | ) | [static] |
| static int ReaderUseDTD | ( | xml_reader_t * | p_reader, | |
| bool | b_use | |||
| ) | [static] |
References VLC_EGENERIC, and VLC_UNUSED.
| static char * ReaderValue | ( | xml_reader_t * | p_reader | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
References _XList::data, _XList::next, _XList::prev, and xmalloc().
Referenced by xtag_new_parse(), and xtag_parse_tag().
| static void xlist_free | ( | XList * | list | ) | [static] |
| static int xtag_assert_and_pass | ( | XTagParser * | parser, | |
| int | char_class | |||
| ) | [static] |
References _XTagParser::start, _XTagParser::valid, and xtag_cin().
Referenced by xtag_parse_attribute(), xtag_parse_tag(), and xtag_slurp_quoted().
| static int xtag_cin | ( | char | c, | |
| int | char_class | |||
| ) | [static] |
References X_CLOSETAG, X_DASH, X_DQUOTE, X_EMARK, X_EQUAL, X_OPENTAG, X_QMARK, X_SLASH, X_SQUOTE, and X_WHITESPACE.
Referenced by xtag_assert_and_pass(), xtag_index(), xtag_parse_tag(), xtag_skip_over(), xtag_slurp_quoted(), and xtag_slurp_to().
References _XTag::children, _XTag::current_child, _XList::data, _XTag::name, and _XList::next.
Referenced by xtag_next_child().
| static void xtag_free | ( | XTag * | xtag | ) | [static] |
References _XTag::attributes, _XTag::children, _XList::data, _XAttribute::name, _XTag::name, _XList::next, _XTag::pcdata, _XAttribute::value, and xlist_free().
Referenced by ReaderDelete(), and xtag_new_parse().
| static char * xtag_get_name | ( | XTag * | xtag | ) | [static] |
| static int xtag_index | ( | XTagParser * | parser, | |
| int | char_class | |||
| ) | [static] |
References _XTagParser::end, i, _XTagParser::start, and xtag_cin().
Referenced by xtag_parse_tag(), and xtag_slurp_to().
| static XTag * xtag_new_parse | ( | const char * | s, | |
| int | n | |||
| ) | [static] |
References _XTag::attributes, _XTag::children, _XTag::current_child, _XTagParser::current_tag, _XTagParser::end, _XTag::name, _XTag::parent, _XTag::pcdata, _XTagParser::start, _XTagParser::valid, xlist_append(), xmalloc(), xtag_free(), xtag_parse_tag(), and xtag_skip_whitespace().
Referenced by ReaderCreate().
References _XTag::current_child, _XList::data, _XTag::name, _XList::next, and xtag_first_child().
Referenced by ReaderRead().
| static XAttribute* xtag_parse_attribute | ( | XTagParser * | parser | ) | [static] |
References _XAttribute::name, name, _XTagParser::start, _XTagParser::valid, _XAttribute::value, value, X_CLOSETAG, X_EQUAL, X_SLASH, X_WHITESPACE, xmalloc(), xtag_assert_and_pass(), xtag_skip_whitespace(), xtag_slurp_quoted(), and xtag_slurp_to().
Referenced by xtag_parse_tag().
| static XTag* xtag_parse_tag | ( | XTagParser * | parser | ) | [static] |
References _XTag::attributes, _XTag::children, _XTag::current_child, _XTagParser::current_tag, _XTagParser::end, _XTag::name, name, _XTag::parent, _XTag::pcdata, _XTagParser::start, _XTagParser::valid, X_CLOSETAG, X_DASH, X_EMARK, X_NONE, X_OPENTAG, X_QMARK, X_SLASH, X_WHITESPACE, xlist_append(), xmalloc(), xtag_assert_and_pass(), xtag_cin(), xtag_index(), xtag_parse_attribute(), xtag_skip_whitespace(), and xtag_slurp_to().
Referenced by xtag_new_parse().
| static void xtag_skip_over | ( | XTagParser * | parser, | |
| int | char_class | |||
| ) | [static] |
References _XTagParser::end, i, _XTagParser::start, _XTagParser::valid, and xtag_cin().
Referenced by xtag_skip_whitespace().
| static void xtag_skip_whitespace | ( | XTagParser * | parser | ) | [static] |
References X_WHITESPACE, and xtag_skip_over().
Referenced by xtag_new_parse(), xtag_parse_attribute(), xtag_parse_tag(), and xtag_slurp_quoted().
| static char* xtag_slurp_quoted | ( | XTagParser * | parser | ) | [static] |
References _XTagParser::start, _XTagParser::valid, X_DQUOTE, X_SQUOTE, xmalloc(), xtag_assert_and_pass(), xtag_cin(), and xtag_skip_whitespace().
Referenced by xtag_parse_attribute().
| static char* xtag_slurp_to | ( | XTagParser * | parser, | |
| int | good_end, | |||
| int | bad_end | |||
| ) | [static] |
References _XTagParser::start, _XTagParser::valid, xmalloc(), xtag_cin(), and xtag_index().
Referenced by xtag_parse_attribute(), and xtag_parse_tag().
1.5.6