• Home
  • Raw
  • Download

Lines Matching refs:destination

37   ostream_t destination;
58 ostream_t destination = stream->destination; in write_attribute_value() local
68 ostream_write_mem (destination, p, q - p); in write_attribute_value()
74 ostream_write_str (destination, "<"); in write_attribute_value()
77 ostream_write_str (destination, ">"); in write_attribute_value()
80 ostream_write_str (destination, "&"); in write_attribute_value()
83 ostream_write_str (destination, """); in write_attribute_value()
86 ostream_write_str (destination, "'"); in write_attribute_value()
137 ostream_write_str (stream->destination, "<span class=\""); in emit_pending_spans()
138 ostream_write_str (stream->destination, classname); in emit_pending_spans()
139 ostream_write_str (stream->destination, "\">"); in emit_pending_spans()
148 ostream_write_str (stream->destination, "</span>"); in emit_pending_spans()
215 ostream_write_str (stream->destination, "<br/>"); in write_mem()
226 ostream_write_str (stream->destination, "&quot;"); in write_mem()
229 ostream_write_str (stream->destination, "&amp;"); in write_mem()
232 ostream_write_str (stream->destination, "&lt;"); in write_mem()
236 ostream_write_str (stream->destination, "&gt;"); in write_mem()
241 ostream_write_str (stream->destination, "&nbsp;"); in write_mem()
249 ostream_write_mem (stream->destination, bytes, 1); in write_mem()
257 ostream_write_str (stream->destination, bytes); in write_mem()
301 ostream_flush (stream->destination, scope); in flush()
312 ostream_write_str (stream->destination, "</a>"); in free()
387 ostream_write_str (stream->destination, "</a>"); in set_hyperlink_ref()
402 ostream_write_str (stream->destination, "<a href=\""); in set_hyperlink_ref()
404 ostream_write_str (stream->destination, "\">"); in set_hyperlink_ref()
424 html_ostream_create (ostream_t destination) in html_ostream_create() argument
429 stream->destination = destination; in html_ostream_create()