Searched refs:xmlRealloc (Results 1 - 25 of 123) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Duri.c1008 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1021 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1060 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1076 temp = (xmlChar *) xmlRealloc(ret,
1102 temp = (xmlChar *) xmlRealloc(ret,
1118 temp = (xmlChar *) xmlRealloc(ret,
1133 temp = (xmlChar *) xmlRealloc(ret,
1148 temp = (xmlChar *) xmlRealloc(ret,
1164 temp = (xmlChar *) xmlRealloc(re
[all...]
H A Dglobals.c79 #undef xmlRealloc macro
85 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
116 * xmlRealloc:
124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable
523 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
529 gs->xmlRealloc = (xmlReallocFunc) realloc;
737 #undef xmlRealloc macro
741 return (&xmlRealloc);
743 return (&xmlGetGlobalState()->xmlRealloc);
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
1015 xmlRealloc = reallocFunc;
1040 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1084 xmlRealloc = reallocFunc;
1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A DtestC14N.c175 xmlRealloc(buffer, buffer_size * sizeof(xmlChar*)); \
H A Dpattern.c349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
469 tmp = (xmlStepStatePtr) xmlRealloc(states->states,
1546 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps,
1821 cur = (int *) xmlRealloc(comp->states,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Duri.c1008 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1021 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1060 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1076 temp = (xmlChar *) xmlRealloc(ret,
1102 temp = (xmlChar *) xmlRealloc(ret,
1118 temp = (xmlChar *) xmlRealloc(ret,
1133 temp = (xmlChar *) xmlRealloc(ret,
1148 temp = (xmlChar *) xmlRealloc(ret,
1164 temp = (xmlChar *) xmlRealloc(re
[all...]
H A Dglobals.c79 #undef xmlRealloc macro
85 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
116 * xmlRealloc:
124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable
523 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
529 gs->xmlRealloc = (xmlReallocFunc) realloc;
737 #undef xmlRealloc macro
741 return (&xmlRealloc);
743 return (&xmlGetGlobalState()->xmlRealloc);
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
1015 xmlRealloc = reallocFunc;
1040 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1084 xmlRealloc = reallocFunc;
1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A DtestC14N.c175 xmlRealloc(buffer, buffer_size * sizeof(xmlChar*)); \
H A Dpattern.c349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
469 tmp = (xmlStepStatePtr) xmlRealloc(states->states,
1546 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps,
1821 cur = (int *) xmlRealloc(comp->states,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dglobals.h91 #undef xmlRealloc macro
129 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
193 * - xmlRealloc
217 #define xmlRealloc \ macro
220 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
242 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
H A Dxmlmemory.h94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dglobals.h91 #undef xmlRealloc macro
129 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
193 * - xmlRealloc
217 #define xmlRealloc \ macro
220 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
242 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
H A Dxmlmemory.h94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dglobals.in.h67 #undef xmlRealloc macro
93 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
157 * - xmlRealloc
181 #define xmlRealloc \ macro
184 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
206 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
H A Dglobals.c78 #undef xmlRealloc macro
84 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
115 * xmlRealloc:
123 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable
522 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
528 gs->xmlRealloc = (xmlReallocFunc) realloc;
736 #undef xmlRealloc macro
740 return (&xmlRealloc);
742 return (&xmlGetGlobalState()->xmlRealloc);
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
939 xmlRealloc = reallocFunc;
964 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1008 xmlRealloc = reallocFunc;
1038 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A Dxmlmemory.in.h94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
189 * xmlRealloc:
197 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
H A Dpattern.c349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
469 tmp = (xmlStepStatePtr) xmlRealloc(states->states,
1544 cur = (xmlStreamStepPtr) xmlRealloc(comp->steps,
1819 cur = (int *) xmlRealloc(comp->states,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dglobals.h91 #undef xmlRealloc macro
129 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
193 * - xmlRealloc
217 #define xmlRealloc \ macro
220 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
242 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
H A Dxmlmemory.h94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dglobals.in.h67 #undef xmlRealloc macro
93 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
157 * - xmlRealloc
181 #define xmlRealloc \ macro
184 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
206 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
H A Dglobals.c78 #undef xmlRealloc macro
84 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
115 * xmlRealloc:
123 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable
522 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
528 gs->xmlRealloc = (xmlReallocFunc) realloc;
736 #undef xmlRealloc macro
740 return (&xmlRealloc);
742 return (&xmlGetGlobalState()->xmlRealloc);
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
939 xmlRealloc = reallocFunc;
964 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1008 xmlRealloc = reallocFunc;
1038 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A Dxmlmemory.in.h94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
189 * xmlRealloc:
197 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro

Completed in 202 milliseconds

12345