Home
last modified time | relevance | path

Searched refs:strbuf_t (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/hhctrl.ocx/
H A Dstream.h30 } strbuf_t; typedef
39 void strbuf_init(strbuf_t *buf) DECLSPEC_HIDDEN;
40 void strbuf_zero(strbuf_t *buf) DECLSPEC_HIDDEN;
41 void strbuf_free(strbuf_t *buf) DECLSPEC_HIDDEN;
43 void get_node_name(strbuf_t *node, strbuf_t *name) DECLSPEC_HIDDEN;
44 BOOL next_content(stream_t *stream, strbuf_t *buf) DECLSPEC_HIDDEN;
45 BOOL next_node(stream_t *stream, strbuf_t *buf) DECLSPEC_HIDDEN;
H A Dstream.c26 void strbuf_init(strbuf_t *buf) in strbuf_init()
33 void strbuf_zero(strbuf_t *buf) in strbuf_zero()
38 void strbuf_free(strbuf_t *buf) in strbuf_free()
43 static void strbuf_append(strbuf_t *buf, const char *data, int len) in strbuf_append()
60 static BOOL stream_chr(stream_t *stream, strbuf_t *buf, char c) in stream_chr()
88 void get_node_name(strbuf_t *node, strbuf_t *name) in get_node_name()
105 BOOL next_content(stream_t *stream, strbuf_t *buf) in next_content()
113 static BOOL find_node_end(stream_t *stream, strbuf_t *buf) in find_node_end()
140 BOOL next_node(stream_t *stream, strbuf_t *buf) in next_node()
H A Dindex.c124 strbuf_t node, node_name; in parse_index_sitemap_object()
165 strbuf_t node, node_name; in parse_li()
218 strbuf_t node, node_name; in parse_hhindex()
H A Dcontent.c136 strbuf_t node, node_name; in parse_sitemap_object()
186 strbuf_t node, node_name; in parse_ul()
233 strbuf_t node, node_name; in parse_hhc()
H A Dsearch.c76 strbuf_t content, node, node_name; in SearchCHM_File()
H A Dchm.c574 strbuf_t node, node_name, content; in GetDocumentTitle()
/reactos/dll/win32/jscript/
H A Dstring.c671 } strbuf_t; typedef
673 static BOOL strbuf_ensure_size(strbuf_t *buf, unsigned len) in strbuf_ensure_size()
696 static HRESULT strbuf_append(strbuf_t *buf, const WCHAR *str, DWORD len) in strbuf_append()
709 static HRESULT strbuf_append_jsstr(strbuf_t *buf, jsstr_t *str) in strbuf_append_jsstr()
781 strbuf_t ret = {NULL,0,0}; in String_replace()