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

12

  /external/libxml2/
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...]
catalog.c 276 ret = (xmlCatalogEntryPtr) xmlMalloc(sizeof(xmlCatalogEntry));
411 ret = (xmlCatalogPtr) xmlMalloc(sizeof(xmlCatalog));
    [all...]
nanoftp.c 475 ret = (xmlNanoFTPCtxtPtr) xmlMalloc(sizeof(xmlNanoFTPCtxt));
    [all...]
debugXML.c     [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 93 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2));
98 callback->attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_attributes * 5));
    [all...]

Completed in 734 milliseconds

12