OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlMalloc
(Results
1 - 25
of
39
) sorted by null
1
2
/external/libxml2/include/libxml/
globals.h
85
#undef
xmlMalloc
127
xmlMallocFunc
xmlMalloc
;
191
* -
xmlMalloc
201
#define
xmlMalloc
\
204
XMLPUBVAR xmlMallocFunc
xmlMalloc
;
240
XMLPUBVAR xmlMallocFunc
xmlMalloc
;
xmlmemory.h
92
LIBXML_DLL_IMPORT extern xmlMallocFunc
xmlMalloc
;
172
*
xmlMalloc
:
179
#define
xmlMalloc
(size) xmlMallocLoc((size), __FILE__, __LINE__)
/external/libxml2/
list.c
191
if (NULL == (l = (xmlListPtr )
xmlMalloc
( sizeof(xmlList)))) {
200
if (NULL ==(l->sentinel = (xmlLinkPtr )
xmlMalloc
(sizeof(xmlLink)))) {
281
lkNew = (xmlLinkPtr)
xmlMalloc
(sizeof(xmlLink));
313
lkNew = (xmlLinkPtr)
xmlMalloc
(sizeof(xmlLink));
550
lkNew = (xmlLinkPtr)
xmlMalloc
(sizeof(xmlLink));
582
if (NULL ==(lkNew = (xmlLinkPtr )
xmlMalloc
(sizeof(xmlLink)))) {
globals.c
76
#undef
xmlMalloc
83
xmlMallocFunc
xmlMalloc
= (xmlMallocFunc) xmlMemMalloc;
96
*
xmlMalloc
:
103
xmlMallocFunc
xmlMalloc
= (xmlMallocFunc) malloc;
521
gs->
xmlMalloc
= (xmlMallocFunc) xmlMemMalloc;
527
gs->
xmlMalloc
= (xmlMallocFunc) malloc;
719
#undef
xmlMalloc
723
return (&
xmlMalloc
);
725
return (&xmlGetGlobalState()->
xmlMalloc
);
xmlmemory.c
66
#ifdef
xmlMalloc
67
#undef
xmlMalloc
1013
xmlMalloc
= mallocFunc;
1039
if (mallocFunc != NULL) *mallocFunc =
xmlMalloc
;
1082
xmlMalloc
= mallocFunc;
1112
if (mallocFunc != NULL) *mallocFunc =
xmlMalloc
;
dict.c
181
pool = (xmlDictStringsPtr)
xmlMalloc
(sizeof(xmlDictStrings) + size);
243
pool = (xmlDictStringsPtr)
xmlMalloc
(sizeof(xmlDictStrings) + size);
452
dict =
xmlMalloc
(sizeof(xmlDict));
458
dict->dict =
xmlMalloc
(MIN_DICT_SIZE * sizeof(xmlDictEntry));
555
dict->dict =
xmlMalloc
(size * sizeof(xmlDictEntry));
586
entry =
xmlMalloc
(sizeof(xmlDictEntry));
821
entry =
xmlMalloc
(sizeof(xmlDictEntry));
1031
entry =
xmlMalloc
(sizeof(xmlDictEntry));
schematron.c
329
ret = (xmlSchematronTestPtr)
xmlMalloc
(sizeof(xmlSchematronTest));
412
ret = (xmlSchematronRulePtr)
xmlMalloc
(sizeof(xmlSchematronRule));
490
ret = (xmlSchematronPatternPtr)
xmlMalloc
(sizeof(xmlSchematronPattern));
542
ret = (xmlSchematronPtr)
xmlMalloc
(sizeof(xmlSchematron));
597
xmlMalloc
(sizeof(xmlSchematronParserCtxt));
639
xmlMalloc
(sizeof(xmlSchematronParserCtxt));
678
xmlMalloc
(sizeof(xmlSchematronParserCtxt));
738
xmlMalloc
(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
808
xmlMalloc
(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
[
all
...]
xpointer.c
252
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
347
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
384
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
419
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
456
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
489
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
519
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
566
ret = (xmlXPathObjectPtr)
xmlMalloc
(sizeof(xmlXPathObject));
611
ret = (xmlLocationSetPtr)
xmlMalloc
(sizeof(xmlLocationSet));
618
ret->locTab = (xmlXPathObjectPtr *)
xmlMalloc
(XML_RANGESET_DEFAULT
[
all
...]
xmlwriter.c
177
ret = (xmlTextWriterPtr)
xmlMalloc
(sizeof(xmlTextWriter));
769
xmlMalloc
(sizeof(xmlTextWriterStackEntry));
1001
xmlMalloc
(sizeof(xmlTextWriterStackEntry));
1076
xmlMalloc
(sizeof(xmlTextWriterNsStackEntry));
[
all
...]
hash.c
151
table =
xmlMalloc
(sizeof(xmlHashTable));
156
table->table =
xmlMalloc
(size * sizeof(xmlHashEntry));
218
table->table =
xmlMalloc
(size * sizeof(xmlHashEntry));
556
entry =
xmlMalloc
(sizeof(xmlHashEntry));
686
entry =
xmlMalloc
(sizeof(xmlHashEntry));
tree.c
729
cur = (xmlNsPtr)
xmlMalloc
(sizeof(xmlNs));
863
cur = (xmlDtdPtr)
xmlMalloc
(sizeof(xmlDtd));
937
cur = (xmlDtdPtr)
xmlMalloc
(sizeof(xmlDtd));
1141
cur = (xmlDocPtr)
xmlMalloc
(sizeof(xmlDoc));
[
all
...]
parserInternals.c
[
all
...]
pattern.c
203
cur = (xmlPatternPtr)
xmlMalloc
(sizeof(xmlPattern));
211
cur->steps = (xmlStepOpPtr)
xmlMalloc
(cur->maxStep * sizeof(xmlStepOp));
296
cur = (xmlPatParserContextPtr)
xmlMalloc
(sizeof(xmlPatParserContext));
464
states->states =
xmlMalloc
(4 * sizeof(xmlStepState));
[
all
...]
entities.c
152
ret = (xmlEntityPtr)
xmlMalloc
(sizeof(xmlEntity));
569
buffer = (xmlChar *)
xmlMalloc
(buffer_size * sizeof(xmlChar));
719
buffer = (xmlChar *)
xmlMalloc
(buffer_size * sizeof(xmlChar));
830
cur = (xmlEntityPtr)
xmlMalloc
(sizeof(xmlEntity));
xmlmodule.c
73
module = (xmlModulePtr)
xmlMalloc
(sizeof(xmlModule));
xinclude.c
230
ret = (xmlXIncludeRefPtr)
xmlMalloc
(sizeof(xmlXIncludeRef));
248
ctxt->incTab = (xmlXIncludeRefPtr *)
xmlMalloc
(ctxt->incMax *
287
ret = (xmlXIncludeCtxtPtr)
xmlMalloc
(sizeof(xmlXIncludeCtxt));
324
ctxt->urlTab = (xmlChar * *)
xmlMalloc
(
693
newctxt->incTab = (xmlXIncludeRefPtr *)
xmlMalloc
(newctxt->incMax *
762
ctxt->txtTab = (xmlNodePtr *)
xmlMalloc
(ctxt->txtMax *
768
ctxt->txturlTab = (xmlURL *)
xmlMalloc
(ctxt->txtMax *
[
all
...]
xmlregexp.c
423
ret = (xmlRegexpPtr)
xmlMalloc
(sizeof(xmlRegexp));
463
stateRemap =
xmlMalloc
(ret->nbStates * sizeof(int));
480
stringMap =
xmlMalloc
(ret->nbAtoms * sizeof(char *));
487
stringRemap =
xmlMalloc
(ret->nbAtoms * sizeof(int));
532
transitions = (int *)
xmlMalloc
((nbstates + 1) *
567
transdata = (void **)
xmlMalloc
(nbstates * nbatoms *
677
ret = (xmlRegParserCtxtPtr)
xmlMalloc
(sizeof(xmlRegParserCtxt));
708
ret = (xmlRegRangePtr)
xmlMalloc
(sizeof(xmlRegRange));
779
ret = (xmlRegAtomPtr)
xmlMalloc
(sizeof(xmlRegAtom));
831
ret = (xmlRegAtomPtr)
xmlMalloc
(sizeof(xmlRegAtom))
[
all
...]
xpath.c
422
list->items = (void **)
xmlMalloc
(
458
ret =
xmlMalloc
(sizeof(xmlPointerList));
623
cur = (xmlXPathCompExprPtr)
xmlMalloc
(sizeof(xmlXPathCompExpr));
631
cur->steps = (xmlXPathStepOp *)
xmlMalloc
(cur->maxStep *
[
all
...]
valid.c
277
ctxt->vstateTab = (xmlValidState *)
xmlMalloc
(ctxt->vstateMax *
384
ctxt->vstateTab = (xmlValidState *)
xmlMalloc
(
442
(xmlNodePtr *)
xmlMalloc
(ctxt->nodeMax *
885
if ((ret =
xmlMalloc
(sizeof (xmlValidCtxt))) == NULL) {
954
ret = (xmlElementContentPtr)
xmlMalloc
(sizeof(xmlElementContent));
1019
ret = (xmlElementContentPtr)
xmlMalloc
(sizeof(xmlElementContent));
1048
tmp = (xmlElementContentPtr)
xmlMalloc
(sizeof(xmlElementContent));
[
all
...]
xmlIO.c
226
wString =
xmlMalloc
(wLen * sizeof(wchar_t));
[
all
...]
c14n.c
278
ret = (xmlC14NVisibleNsStackPtr)
xmlMalloc
(sizeof(xmlC14NVisibleNsStack));
316
cur->nsTab = (xmlNsPtr*)
xmlMalloc
(XML_NAMESPACES_DEFAULT * sizeof(xmlNsPtr));
317
cur->nodeTab = (xmlNodePtr*)
xmlMalloc
(XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr));
[
all
...]
xmlschemastypes.c
225
value = (xmlSchemaValPtr)
xmlMalloc
(sizeof(xmlSchemaVal));
261
ret = (xmlSchemaTypePtr)
xmlMalloc
(sizeof(xmlSchemaType));
369
xmlMalloc
(sizeof(xmlSchemaParticle));
417
xmlMalloc
(sizeof(xmlSchemaModelGroup));
433
wild = (xmlSchemaWildcardPtr)
xmlMalloc
(sizeof(xmlSchemaWildcard));
446
wild = (xmlSchemaWildcardPtr)
xmlMalloc
(sizeof(xmlSchemaWildcard));
943
val = (xmlSchemaValPtr)
xmlMalloc
(sizeof(xmlSchemaVal));
[
all
...]
relaxng.c
761
ret = (xmlRelaxNGPtr)
xmlMalloc
(sizeof(xmlRelaxNG));
840
ret = (xmlRelaxNGGrammarPtr)
xmlMalloc
(sizeof(xmlRelaxNGGrammar));
896
xmlMalloc
(ctxt->defMax * sizeof(xmlRelaxNGDefinePtr));
915
ret = (xmlRelaxNGDefinePtr)
xmlMalloc
(sizeof(xmlRelaxNGDefine));
1018
ret = (xmlRelaxNGStatesPtr)
xmlMalloc
(sizeof(xmlRelaxNGStates) +
1028
ret->tabState = (xmlRelaxNGValidStatePtr *)
xmlMalloc
((size) *
[
all
...]
xmlschemas.c
[
all
...]
HTMLparser.c
[
all
...]
Completed in 1961 milliseconds
1
2