Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMalloc

203     cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern));
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
296 cur = (xmlPatParserContextPtr) xmlMalloc(sizeof(xmlPatParserContext));
464 states->states = xmlMalloc(4 * sizeof(xmlStepState));
1493 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp));
1500 cur->steps = (xmlStreamStepPtr) xmlMalloc(size * sizeof(xmlStreamStep));
1758 cur = (xmlStreamCtxtPtr) xmlMalloc(sizeof(xmlStreamCtxt));
1765 cur->states = (int *) xmlMalloc(4 * 2 * sizeof(int));