OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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*)); \