19 #ifndef HHCTRL_STREAM_H 20 #define HHCTRL_STREAM_H 23 #define BLOCK_SIZE (1 << BLOCK_BITS) 24 #define BLOCK_MASK (BLOCK_SIZE-1)
void get_node_name(strbuf_t *node, strbuf_t *name) DECLSPEC_HIDDEN
BOOL next_node(stream_t *stream, strbuf_t *buf) DECLSPEC_HIDDEN
void strbuf_free(strbuf_t *buf) DECLSPEC_HIDDEN
GLenum GLuint GLenum GLsizei const GLchar * buf
const char * get_attr(const char *node, const char *name, int *len) DECLSPEC_HIDDEN
void strbuf_zero(strbuf_t *buf) DECLSPEC_HIDDEN
BOOL next_content(stream_t *stream, strbuf_t *buf) DECLSPEC_HIDDEN
void strbuf_init(strbuf_t *buf) DECLSPEC_HIDDEN
void stream_init(stream_t *stream, IStream *str) DECLSPEC_HIDDEN