Home | History | Annotate | Download | only in libxslt

Lines Matching refs:xmlMalloc

162             (xmlChar * *)xmlMalloc(style->exclPrefixMax *
280 self = xmlMalloc(sizeof(xsltDecimalFormat));
388 cur = (xsltTemplatePtr) xmlMalloc(sizeof(xsltTemplate));
481 ret = (xsltNsMapPtr) xmlMalloc(sizeof(xsltNsMap));
577 ret = (xsltCompilerCtxtPtr) xmlMalloc(sizeof(xsltCompilerCtxt));
684 xmlMalloc(sizeof(xsltPrincipalStylesheetData));
731 ret = (xsltStylesheetPtr) xmlMalloc(sizeof(xsltStylesheet));
801 xmlMalloc(ctxt->extrasMax * sizeof(xsltRuntimeExtra));
1088 (xmlNsPtr *) xmlMalloc((maxns + 1) *
1763 ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
2153 effNs = (xsltEffectiveNsPtr) xmlMalloc(sizeof(xsltEffectiveNs));
2205 xmlMalloc(sizeof(xsltStyleItemLRElementInfo));
2256 ivar = (xsltVarInfoPtr) xmlMalloc(sizeof(xsltVarInfo));
2259 "xsltParseInScopeVarPush: xmlMalloc() failed!\n");
2323 xmlMalloc(sizeof(xsltCompilerNodeInfo));
2519 xmlMalloc(sizeof(xsltNsListContainer));
2528 (xmlNsPtr *) xmlMalloc(maxns * sizeof(xmlNsPtr));
4245 item = (xsltStyleItemUknownPtr) xmlMalloc(sizeof(xsltStyleItemUknown));
5438 item = (xsltStyleItemIncludePtr) xmlMalloc(sizeof(xsltStyleItemInclude));