HomeSort by relevance Sort by last modified time
    Searched refs:xmlBufResize (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
buf.h 36 int xmlBufResize(xmlBufPtr buf, size_t len);
buf.c 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)){
    [all...]

Completed in 701 milliseconds