Re: [pdf-devel] resize the buffer

2008-12-15 Thread David Vazquez
jema...@gnu.org writes: > pdf_status_t pdf_stm_buffer_resize (pdf_stm_buffer_t BUFFER, pdf_size_t > NEW_SIZE); > > Resize a given buffer. > > If NEW_SIZE is larger than the actual size of @var{buffer} then BUFFER->size > will be increased, while both BUFFER->rp and BUFFER->wp will remain > uncha

Re: [pdf-devel] resize the buffer

2008-12-15 Thread jemarch
> I need a method of resize the buffer when caching data, so I think there should be such a method of pdf_stm_buffer_t. > > Thanks!

Re: [pdf-devel] resize the buffer

2008-12-15 Thread David Vazquez
ych writes: > Hi, > > > > I need a method of resize

[pdf-devel] resize the buffer

2008-12-15 Thread ych
Hi, I need a method of resize the buffer when caching data, so I think there should be such a method of pdf_stm_buffer_t. Thanks! Yang