OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlMallocAtomic
(Results
1 - 20
of
20
) sorted by null
/external/libxml2/include/libxml/
globals.h
90
#undef
xmlMallocAtomic
160
xmlMallocFunc
xmlMallocAtomic
;
199
* -
xmlMallocAtomic
216
#define
xmlMallocAtomic
\
219
XMLPUBVAR xmlMallocFunc
xmlMallocAtomic
;
248
XMLPUBVAR xmlMallocFunc
xmlMallocAtomic
;
xmlmemory.h
93
LIBXML_DLL_IMPORT xmlMallocFunc
xmlMallocAtomic
;
181
*
xmlMallocAtomic
:
189
#define
xmlMallocAtomic
(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__)
/external/libxml2/
globals.c
78
#undef
xmlMallocAtomic
85
xmlMallocFunc
xmlMallocAtomic
= (xmlMallocFunc) xmlMemMalloc;
106
*
xmlMallocAtomic
:
115
xmlMallocFunc
xmlMallocAtomic
= malloc;
543
gs->
xmlMallocAtomic
= (xmlMallocFunc) xmlMemMalloc;
549
gs->
xmlMallocAtomic
= (xmlMallocFunc) malloc;
750
#undef
xmlMallocAtomic
754
return (&
xmlMallocAtomic
);
756
return (&xmlGetGlobalState()->
xmlMallocAtomic
);
xmlstring.c
45
ret = (xmlChar *)
xmlMallocAtomic
((len + 1) * sizeof(xmlChar));
90
ret = (xmlChar *)
xmlMallocAtomic
((len + 1) * sizeof(xmlChar));
872
ret = (xmlChar *)
xmlMallocAtomic
((i + 1) * sizeof(xmlChar));
1023
result = (xmlChar *)
xmlMallocAtomic
(resultLen * sizeof(xmlChar));
xmlmemory.c
1057
xmlMallocAtomic
= mallocFunc;
1126
xmlMallocAtomic
= mallocAtomicFunc;
1156
if (mallocAtomicFunc != NULL) *mallocAtomicFunc =
xmlMallocAtomic
;
buf.c
137
ret->content = (xmlChar *)
xmlMallocAtomic
(ret->size * sizeof(xmlChar));
172
ret->content = (xmlChar *)
xmlMallocAtomic
(ret->size * sizeof(xmlChar));
827
rebuf = (xmlChar *)
xmlMallocAtomic
(newSize);
836
rebuf = (xmlChar *)
xmlMallocAtomic
(newSize);
[
all
...]
uri.c
1069
ret = (xmlChar *)
xmlMallocAtomic
((max + 1) * sizeof(xmlChar));
[
all
...]
nanohttp.c
545
ctxt->in = (char *)
xmlMallocAtomic
(65000 * sizeof(char));
[
all
...]
parser.c
[
all
...]
libxml2.syms
1381
xmlMallocAtomic
; # variable
[
all
...]
HTMLparser.c
[
all
...]
tree.c
235
ret = (xmlChar *)
xmlMallocAtomic
(lenn + lenp + 2);
[
all
...]
catalog.c
999
content = (xmlChar*)
xmlMallocAtomic
(size + 10);
[
all
...]
c14n.c
[
all
...]
xmlregexp.c
[
all
...]
xpointer.c
968
buffer = (xmlChar *)
xmlMallocAtomic
(len * sizeof (xmlChar));
[
all
...]
relaxng.c
[
all
...]
xpath.c
[
all
...]
xmlschemas.c
[
all
...]
/external/libxml2/os400/
rpgsupport.c
53
THREADED_VAR(
xmlMallocAtomic
, xmlMallocFunc)
59
return
xmlMallocAtomic
(size);
Completed in 421 milliseconds