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

1 2 3

  /external/chromium_org/third_party/libxml/src/
uri.c 1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1053 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1076 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1092 temp = (xmlChar *) xmlRealloc(ret,
1118 temp = (xmlChar *) xmlRealloc(ret,
1134 temp = (xmlChar *) xmlRealloc(ret,
1149 temp = (xmlChar *) xmlRealloc(ret,
1164 temp = (xmlChar *) xmlRealloc(ret,
1180 temp = (xmlChar *) xmlRealloc(ret
    [all...]
globals.c 80 #undef xmlRealloc
86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
136 * xmlRealloc:
144 xmlReallocFunc xmlRealloc = (xmlReallocFunc) size_checked_realloc;
551 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
557 gs->xmlRealloc = (xmlReallocFunc) realloc;
766 #undef xmlRealloc
770 return (&xmlRealloc);
772 return (&xmlGetGlobalState()->xmlRealloc);
xmlmemory.c 69 #ifdef xmlRealloc
70 #undef xmlRealloc
1015 xmlRealloc = reallocFunc;
1040 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1084 xmlRealloc = reallocFunc;
1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
testC14N.c 183 xmlRealloc(buffer, buffer_size * sizeof(xmlChar*)); \
pattern.c 349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
469 tmp = (xmlStepStatePtr) xmlRealloc(states->states,
    [all...]
c14n.c 335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
    [all...]
xinclude.c 258 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab,
334 (xmlChar * *) xmlRealloc(ctxt->urlTab,
777 ctxt->txtTab = (xmlNodePtr *) xmlRealloc(ctxt->txtTab,
783 ctxt->txturlTab = (xmlURL *) xmlRealloc(ctxt->txturlTab,
    [all...]
parser.c     [all...]
tree.c     [all...]
xmlstring.c 460 ret = (xmlChar *) xmlRealloc(cur, (size + len + 1) * sizeof(xmlChar));
  /external/libxml2/
uri.c 1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1053 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1076 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1092 temp = (xmlChar *) xmlRealloc(ret,
1118 temp = (xmlChar *) xmlRealloc(ret,
1134 temp = (xmlChar *) xmlRealloc(ret,
1149 temp = (xmlChar *) xmlRealloc(ret,
1164 temp = (xmlChar *) xmlRealloc(ret,
1180 temp = (xmlChar *) xmlRealloc(ret
    [all...]
globals.c 80 #undef xmlRealloc
86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
117 * xmlRealloc:
125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc;
532 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
538 gs->xmlRealloc = (xmlReallocFunc) realloc;
747 #undef xmlRealloc
751 return (&xmlRealloc);
753 return (&xmlGetGlobalState()->xmlRealloc);
xmlmemory.c 69 #ifdef xmlRealloc
70 #undef xmlRealloc
1018 xmlRealloc = reallocFunc;
1043 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1087 xmlRealloc = reallocFunc;
1117 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
pattern.c 349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
469 tmp = (xmlStepStatePtr) xmlRealloc(states->states,
    [all...]
c14n.c 335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
    [all...]
xinclude.c 258 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab,
334 (xmlChar * *) xmlRealloc(ctxt->urlTab,
777 ctxt->txtTab = (xmlNodePtr *) xmlRealloc(ctxt->txtTab,
783 ctxt->txturlTab = (xmlURL *) xmlRealloc(ctxt->txturlTab,
    [all...]
parser.c     [all...]
tree.c     [all...]
xmlstring.c 460 ret = (xmlChar *) xmlRealloc(cur, (size + len + 1) * sizeof(xmlChar));
  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 92 #undef xmlRealloc
130 xmlReallocFunc xmlRealloc;
196 * - xmlRealloc
220 #define xmlRealloc \
223 XMLPUBVAR xmlReallocFunc xmlRealloc;
245 XMLPUBVAR xmlReallocFunc xmlRealloc;
xmlmemory.h 94 LIBXML_DLL_IMPORT xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
  /external/libxml2/include/libxml/
globals.h 92 #undef xmlRealloc
130 xmlReallocFunc xmlRealloc;
196 * - xmlRealloc
220 #define xmlRealloc \
223 XMLPUBVAR xmlReallocFunc xmlRealloc;
245 XMLPUBVAR xmlReallocFunc xmlRealloc;
xmlmemory.h 94 LIBXML_DLL_IMPORT xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)
  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 149 avt = (xsltAttrVTPtr) xmlRealloc(avt, sizeof(xsltAttrVT) +
  /external/libxslt/libxslt/
attrvt.c 149 avt = (xsltAttrVTPtr) xmlRealloc(avt, sizeof(xsltAttrVT) +

Completed in 2101 milliseconds

1 2 3