Searched refs:xmlBufResize (Results 1 – 2 of 2) sorted by relevance
36 int xmlBufResize(xmlBufPtr buf, size_t len);
745 xmlBufResize(xmlBufPtr buf, size_t size) in xmlBufResize() function902 if (!xmlBufResize(buf, needSize)){ in xmlBufAdd()982 if (!xmlBufResize(buf, needSize)){ in xmlBufAddHead()1043 if (!xmlBufResize(buf, buf->use+10)){ in xmlBufCCat()