Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlBufResize

736  * xmlBufResize:
745 xmlBufResize(xmlBufPtr buf, size_t size)
902 if (!xmlBufResize(buf, needSize)){
982 if (!xmlBufResize(buf, needSize)){
1043 if (!xmlBufResize(buf, buf->use+10)){