Richard Levitte 827dbcb150 Change the printing mahine used by BIO_printf() and friends so it can
handle an externally provided "static" buffer as well a a dynamic
buffer.  The "static" buffer is filled first, but if overflowed, the
dynamic buffer is used instead, being allocated somewhere i the heap.

This combines the benefits of putting the output in a preallocated
buffer (on the stack, for example) and in a buffer that grows
somewhere in the heap.
2000-09-07 05:50:14 +00:00
..
1999-04-29 16:04:54 +00:00
2000-09-04 15:38:02 +00:00
2000-09-04 15:47:17 +00:00
2000-06-21 02:25:30 +00:00
2000-06-21 02:25:30 +00:00
2000-09-01 12:29:14 +00:00