ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | strbuf_t |
struct | stream_t |
Macros | |
#define | BLOCK_BITS 12 |
#define | BLOCK_SIZE (1 << BLOCK_BITS) |
#define | BLOCK_MASK (BLOCK_SIZE-1) |
Functions | |
void | strbuf_init (strbuf_t *buf) DECLSPEC_HIDDEN |
void | strbuf_zero (strbuf_t *buf) DECLSPEC_HIDDEN |
void | strbuf_free (strbuf_t *buf) DECLSPEC_HIDDEN |
void | stream_init (stream_t *stream, IStream *str) DECLSPEC_HIDDEN |
void | get_node_name (strbuf_t *node, strbuf_t *name) DECLSPEC_HIDDEN |
BOOL | next_content (stream_t *stream, strbuf_t *buf) DECLSPEC_HIDDEN |
BOOL | next_node (stream_t *stream, strbuf_t *buf) DECLSPEC_HIDDEN |
const char * | get_attr (const char *node, const char *name, int *len) DECLSPEC_HIDDEN |
#define BLOCK_MASK (BLOCK_SIZE-1) |
#define BLOCK_SIZE (1 << BLOCK_BITS) |
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 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 54 of file stream.c.
Referenced by GetDocumentTitle(), parse_hhc(), parse_hhindex(), and SearchCHM_File().