Lines Matching defs:stream
55 write_attribute_value (html_ostream_t stream, const char *value, char quote) in write_attribute_value()
98 verify_invariants (html_ostream_t stream) in verify_invariants()
110 shrink_class_stack (html_ostream_t stream) in shrink_class_stack()
127 emit_pending_spans (html_ostream_t stream, bool shrink_stack) in emit_pending_spans()
159 html_ostream::write_mem (html_ostream_t stream, const void *data, size_t len) in write_mem()
286 html_ostream::flush (html_ostream_t stream, ostream_flush_scope_t scope) in flush()
305 html_ostream::free (html_ostream_t stream) in free()
323 html_ostream::begin_span (html_ostream_t stream, const char *classname) in begin_span()
346 html_ostream::end_span (html_ostream_t stream, const char *classname) in end_span()
367 html_ostream::get_hyperlink_ref (html_ostream_t stream) in get_hyperlink_ref()
373 html_ostream::set_hyperlink_ref (html_ostream_t stream, const char *ref) in set_hyperlink_ref()
411 html_ostream::flush_to_current_style (html_ostream_t stream) in flush_to_current_style()
426 html_ostream_t stream = XMALLOC (struct html_ostream_representation); in html_ostream_create() local