HomeSort by relevance Sort by last modified time
    Searched refs:xmlMalloc (Results 26 - 50 of 53) sorted by null

12 3

  /external/libxslt/libxslt/
xslt.c 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) *
    [all...]
xsltutils.c 324 list->items = (void **) xmlMalloc(
361 ret = xmlMalloc(sizeof(xsltPointerList));
479 str = (char *) xmlMalloc(150); \
992 results = xmlMalloc(len * sizeof(xmlXPathObjectPtr));
    [all...]
namespaces.c 67 ret = (xsltNsAliasPtr) xmlMalloc(sizeof(xsltNsAlias));
variables.c 490 ret = (xsltStackElemPtr) xmlMalloc(sizeof(xsltStackElem));
513 cur = (xsltStackElemPtr) xmlMalloc(sizeof(xsltStackElem));
735 (xsltStackElemPtr *) xmlMalloc(ctxt->varsMax *
    [all...]
attributes.c 112 cur = (xsltAttrElemPtr) xmlMalloc(sizeof(xsltAttrElem));
pattern.c 146 cur = (xsltCompMatchPtr) xmlMalloc(sizeof(xsltCompMatch));
155 cur-> steps = (xsltStepOpPtr) xmlMalloc(sizeof(xsltStepOp) *
254 cur = (xsltParserContextPtr) xmlMalloc(sizeof(xsltParserContext));
483 states->states = xmlMalloc(4 * sizeof(xsltStepState));
    [all...]
transform.c 121 (xsltTemplatePtr *) xmlMalloc(ctxt->templMax *
246 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
356 ret = (xsltTransformCachePtr) xmlMalloc(sizeof(xsltTransformCache));
424 cur = (xsltTransformContextPtr) xmlMalloc(sizeof(xsltTransformContext));
450 xmlMalloc(10 * sizeof(xsltTemplatePtr));
464 xmlMalloc(10 * sizeof(xsltStackElemPtr));
502 xmlMalloc(cur->extrasMax * sizeof(xsltRuntimeExtra));
    [all...]
preproc.c 292 cur = (xsltStylePreCompPtr) xmlMalloc(size);
305 cur = (xsltStylePreCompPtr) xmlMalloc(sizeof(xsltStylePreComp));
    [all...]
  /external/libxml2/
xmlIO.c 226 wString = xmlMalloc(wLen * sizeof(wchar_t));
    [all...]
c14n.c 278 ret = (xmlC14NVisibleNsStackPtr) xmlMalloc(sizeof(xmlC14NVisibleNsStack));
316 cur->nsTab = (xmlNsPtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNsPtr));
317 cur->nodeTab = (xmlNodePtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr));
    [all...]
xmlschemastypes.c 225 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
261 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
369 xmlMalloc(sizeof(xmlSchemaParticle));
417 xmlMalloc(sizeof(xmlSchemaModelGroup));
433 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
446 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
943 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
    [all...]
relaxng.c 761 ret = (xmlRelaxNGPtr) xmlMalloc(sizeof(xmlRelaxNG));
840 ret = (xmlRelaxNGGrammarPtr) xmlMalloc(sizeof(xmlRelaxNGGrammar));
896 xmlMalloc(ctxt->defMax * sizeof(xmlRelaxNGDefinePtr));
915 ret = (xmlRelaxNGDefinePtr) xmlMalloc(sizeof(xmlRelaxNGDefine));
1018 ret = (xmlRelaxNGStatesPtr) xmlMalloc(sizeof(xmlRelaxNGStates) +
1028 ret->tabState = (xmlRelaxNGValidStatePtr *) xmlMalloc((size) *
    [all...]
xmlschemas.c     [all...]
HTMLparser.c     [all...]
xmlstring.c 495 ret = (xmlChar *) xmlMalloc((size + len + 1) * sizeof(xmlChar));
nanohttp.c 382 ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
773 ctxt->strm = xmlMalloc(sizeof(z_stream));
    [all...]
uri.c 965 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
    [all...]
encoding.c 105 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t));
1061 xmlMalloc(xmlCharEncodingAliasesMax * sizeof(xmlCharEncodingAlias));
    [all...]
xmlreader.c 586 reader->entTab = (xmlNodePtr *) xmlMalloc(reader->entMax *
589 xmlGenericError(xmlGenericErrorContext, "xmlMalloc failed !\n");
    [all...]
xmlsave.c 380 ret = (xmlSaveCtxtPtr) xmlMalloc(sizeof(xmlSaveCtxt));
    [all...]
HTMLtree.c 407 outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
error.c 29 str = (char *) xmlMalloc(150); \
parser.c     [all...]
SAX2.c 420 xmlMalloc(5 * sizeof(xmlParserInputPtr));
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 97 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2));
102 callback->attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_attributes * 5));
    [all...]

Completed in 902 milliseconds

12 3