ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (htmlhelp) | |
void | strbuf_init (strbuf_t *buf) |
void | strbuf_zero (strbuf_t *buf) |
void | strbuf_free (strbuf_t *buf) |
static void | strbuf_append (strbuf_t *buf, const char *data, int len) |
void | stream_init (stream_t *stream, IStream *str) |
static BOOL | stream_chr (stream_t *stream, strbuf_t *buf, char c) |
void | get_node_name (strbuf_t *node, strbuf_t *name) |
BOOL | next_content (stream_t *stream, strbuf_t *buf) |
static BOOL | find_node_end (stream_t *stream, strbuf_t *buf) |
BOOL | next_node (stream_t *stream, strbuf_t *buf) |
const char * | get_attr (const char *node, const char *name, int *len) |
Definition at line 113 of file stream.c.
Referenced by next_node().
Definition at line 162 of file stream.c.
Referenced by parse_index_obj_node_param(), parse_li(), parse_obj_node_param(), and parse_ul().
Definition at line 88 of file stream.c.
Referenced by GetDocumentTitle(), parse_hhc(), parse_hhindex(), parse_index_sitemap_object(), parse_li(), parse_sitemap_object(), parse_ul(), and SearchCHM_File().
Definition at line 105 of file stream.c.
Referenced by GetDocumentTitle(), and SearchCHM_File().
Definition at line 140 of file stream.c.
Referenced by ext4_fs_xattr_iterate(), ext4_xattr_purge_items(), ext4_xattr_remove_item(), free_instr_list(), GetDocumentTitle(), parse_hhc(), parse_hhindex(), parse_index_sitemap_object(), parse_li(), parse_sitemap_object(), parse_ul(), and SearchCHM_File().
Definition at line 43 of file stream.c.
Referenced by get_node_name(), next_node(), and stream_chr().
Definition at line 38 of file stream.c.
Referenced by GetDocumentTitle(), parse_hhc(), parse_hhindex(), parse_index_sitemap_object(), parse_li(), parse_sitemap_object(), parse_ul(), and SearchCHM_File().
Definition at line 33 of file stream.c.
Referenced by get_node_name(), GetDocumentTitle(), parse_hhc(), parse_hhindex(), parse_index_sitemap_object(), parse_li(), parse_sitemap_object(), parse_ul(), and SearchCHM_File().
Definition at line 60 of file stream.c.
Referenced by find_node_end(), next_content(), and next_node().
Definition at line 54 of file stream.c.
Referenced by GetDocumentTitle(), parse_hhc(), parse_hhindex(), and SearchCHM_File().
WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |