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

12 3

  /external/chromium_org/third_party/libxml/src/
schematron.c 749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
    [all...]
HTMLparser.c 173 xmlRealloc((xmlChar * *)ctxt->nameTab,
229 xmlRealloc((htmlParserNodeInfo *)ctxt->nodeInfoTab,
    [all...]
xmlregexp.c     [all...]
relaxng.c 907 tmp = (xmlRelaxNGDefinePtr *) xmlRealloc(ctxt->defTab,
    [all...]
xpath.c 433 list->items = (void **) xmlRealloc(list->items,
726 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
    [all...]
entities.c 533 xmlRealloc(buffer, buffer_size * sizeof(xmlChar)); \
error.c 49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
nanohttp.c 558 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);
    [all...]
xmlreader.c 596 (xmlNodePtr *) xmlRealloc(reader->entTab,
600 xmlGenericError(xmlGenericErrorContext, "xmlRealloc failed !\n");
    [all...]
  /external/libxml2/
schematron.c 749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
    [all...]
HTMLparser.c 173 xmlRealloc((xmlChar * *)ctxt->nameTab,
229 xmlRealloc((htmlParserNodeInfo *)ctxt->nodeInfoTab,
    [all...]
xmlregexp.c     [all...]
relaxng.c 907 tmp = (xmlRelaxNGDefinePtr *) xmlRealloc(ctxt->defTab,
    [all...]
xpath.c 434 list->items = (void **) xmlRealloc(list->items,
727 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
    [all...]
entities.c 533 xmlRealloc(buffer, buffer_size * sizeof(xmlChar)); \
error.c 49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
nanohttp.c 556 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 335 list->items = (void **) xmlRealloc(list->items,
495 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
    [all...]
pattern.c 299 tmp = (xsltStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
488 tmp = (xsltStepStatePtr) xmlRealloc(states->states,
    [all...]
transform.c 131 (xsltTemplatePtr *) xmlRealloc(ctxt->templTab,
255 (long *) xmlRealloc(ctxt->profTab,
676 newbuf = (xmlChar *) xmlRealloc(target->content,size);
    [all...]
xslt.c 177 (xmlChar * *)xmlRealloc(style->exclPrefixTab,
818 tmp = (xsltRuntimeExtraPtr) xmlRealloc(ctxt->extras,
1108 ret = (xmlNsPtr *) xmlRealloc(ret,
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 335 list->items = (void **) xmlRealloc(list->items,
495 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
    [all...]
pattern.c 299 tmp = (xsltStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
488 tmp = (xsltStepStatePtr) xmlRealloc(states->states,
    [all...]
transform.c 131 (xsltTemplatePtr *) xmlRealloc(ctxt->templTab,
255 (long *) xmlRealloc(ctxt->profTab,
676 newbuf = (xmlChar *) xmlRealloc(target->content,size);
    [all...]
xslt.c 177 (xmlChar * *)xmlRealloc(style->exclPrefixTab,
818 tmp = (xsltRuntimeExtraPtr) xmlRealloc(ctxt->extras,
1108 ret = (xmlNsPtr *) xmlRealloc(ret,
    [all...]

Completed in 1222 milliseconds

12 3