Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dtxtrange.c41 } wstrbuf_t; typedef
344 static inline BOOL wstrbuf_init(wstrbuf_t *buf) in wstrbuf_init()
354 static inline void wstrbuf_finish(wstrbuf_t *buf) in wstrbuf_finish()
359 static void wstrbuf_append_len(wstrbuf_t *buf, LPCWSTR str, int len) in wstrbuf_append_len()
371 static void wstrbuf_append_nodetxt(wstrbuf_t *buf, LPCWSTR str, int len) in wstrbuf_append_nodetxt()
404 static void wstrbuf_append_node(wstrbuf_t *buf, nsIDOMNode *node, BOOL ignore_text) in wstrbuf_append_node()
439 static void wstrbuf_append_node_rec(wstrbuf_t *buf, nsIDOMNode *node) in wstrbuf_append_node_rec()
454 static void range_to_string(HTMLTxtRange *This, wstrbuf_t *buf) in range_to_string()
517 wstrbuf_t buf; in get_node_text()
971 wstrbuf_t buf; in HTMLTxtRange_get_text()