Lines Matching refs:xmlMalloc
131 ret = xmlMalloc(sizeof(*ret)); in xmlBufCreate()
140 ret->mem = xmlMalloc(ret->size + 1); in xmlBufCreate()
174 ret = xmlMalloc(sizeof(*ret)); in xmlBufCreateMem()
188 ret->mem = xmlMalloc(size + 1); in xmlBufCreateMem()
361 newbuf = xmlMalloc(size + 1); in xmlBufGrowInternal()
593 ret = xmlMalloc(sizeof(xmlBuf)); in xmlBufFromBuffer()
603 ret->mem = xmlMalloc(ret->size + 1); in xmlBufFromBuffer()
750 ret = xmlMalloc(sizeof(*ret)); in xmlBufferCreate()
757 ret->contentIO = xmlMalloc(ret->size); in xmlBufferCreate()
782 ret = xmlMalloc(sizeof(*ret)); in xmlBufferCreateSize()
791 ret->contentIO = xmlMalloc(ret->size); in xmlBufferCreateSize()
982 newbuf = xmlMalloc(size); in xmlBufferGrow()