Lines Matching refs:xmlMalloc
277 ctxt->vstateTab = (xmlValidState *) xmlMalloc(ctxt->vstateMax * in vstateVPush()
384 ctxt->vstateTab = (xmlValidState *) xmlMalloc( in vstateVPush()
442 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax * in nodeVPush()
883 if ((ret = xmlMalloc(sizeof (xmlValidCtxt))) == NULL) { in xmlNewValidCtxt()
952 ret = (xmlElementContentPtr) xmlMalloc(sizeof(xmlElementContent)); in xmlNewDocElementContent()
1017 ret = (xmlElementContentPtr) xmlMalloc(sizeof(xmlElementContent)); in xmlCopyDocElementContent()
1046 tmp = (xmlElementContentPtr) xmlMalloc(sizeof(xmlElementContent)); in xmlCopyDocElementContent()
1555 ret = (xmlElementPtr) xmlMalloc(sizeof(xmlElement)); in xmlAddElementDecl()
1673 cur = (xmlElementPtr) xmlMalloc(sizeof(xmlElement)); in xmlCopyElement()
1812 ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration)); in xmlCreateEnumeration()
2079 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2225 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()
2441 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2503 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
2673 ret = (xmlIDPtr) xmlMalloc(sizeof(xmlID)); in xmlAddID()
3002 ret = (xmlRefPtr) xmlMalloc(sizeof(xmlRef)); in xmlAddRef()
3283 cur = (xmlElementPtr) xmlMalloc(sizeof(xmlElement)); in xmlGetDtdElementDesc2()
5410 ctxt->vstateTab = (xmlValidState *) xmlMalloc( in xmlValidateElementContent()
5467 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlValidateElementContent()