Searched refs:xmlBufResize (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dbuf.h36 int xmlBufResize(xmlBufPtr buf, size_t len);
H A Dbuf.c736 * xmlBufResize:
745 xmlBufResize(xmlBufPtr buf, size_t size) function
902 if (!xmlBufResize(buf, needSize)){
982 if (!xmlBufResize(buf, needSize)){
1043 if (!xmlBufResize(buf, buf->use+10)){

Completed in 163 milliseconds