/external/libxml2/ |
D | globals.c | 78 #undef xmlMallocAtomic 85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable 115 xmlMallocFunc xmlMallocAtomic = malloc; variable 543 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState() 549 gs->xmlMallocAtomic = (xmlMallocFunc) malloc; in xmlInitializeGlobalState() 750 #undef xmlMallocAtomic 754 return (&xmlMallocAtomic); in __xmlMallocAtomic() 756 return (&xmlGetGlobalState()->xmlMallocAtomic); in __xmlMallocAtomic()
|
D | xmlstring.c | 45 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar)); in xmlStrndup() 90 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar)); in xmlCharStrndup() 872 ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar)); in xmlUTF8Strndup() 1023 result = (xmlChar *) xmlMallocAtomic(resultLen * sizeof(xmlChar)); in xmlEscapeFormatString()
|
D | buf.c | 137 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufCreate() 172 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufCreateSize() 827 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize() 836 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
|
D | xmlmemory.c | 1057 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 1126 xmlMallocAtomic = mallocAtomicFunc; in xmlGcMemSetup() 1156 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic; in xmlGcMemGet()
|
D | uri.c | 1069 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar)); in xmlSaveUri() 1622 ret = (char *) xmlMallocAtomic(len + 1); in xmlURIUnescapeString() 1684 ret = (xmlChar *) xmlMallocAtomic(len); in xmlURIEscapeStr() 2059 res->path = (char *) xmlMallocAtomic(len); in xmlBuildURI() 2462 uri->path = xmlMallocAtomic(len + 2); in xmlCanonicPath()
|
D | nanohttp.c | 545 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char)); in xmlNanoHTTPRecv() 1438 bp = (char*)xmlMallocAtomic(blen); in xmlNanoHTTPMethodRedir()
|
D | parser.c | 2617 buffer = (xmlChar *) xmlMallocAtomic(buffer_size); in xmlStringLenDecodeEntities() 2924 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3003 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3540 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseStringName() 3636 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseNmtoken() 3718 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseEntityValue() 3874 buf = (xmlChar *) xmlMallocAtomic(buf_size); in xmlParseAttValueComplex() 4156 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSystemLiteral() 4244 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParsePubidLiteral() 4691 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseCommentComplex() [all …]
|
D | tree.c | 235 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlBuildQName() 4675 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 4680 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 7030 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreate() 7061 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreateSize() 7461 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize() 7470 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize()
|
D | HTMLparser.c | 2566 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in htmlParseHTMLAttribute() 3216 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParsePI() 3309 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParseComment() 6378 content = xmlMallocAtomic (xmlStrlen(content_line) + l + 1); in htmlCreateFileParserCtxt()
|
D | xmlregexp.c | 4181 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlRegExecPushString2() 5772 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewTransition2() 5834 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewNegTrans() 5904 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewCountTrans2() 6059 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewOnceTrans2()
|
D | libxml2.syms | 1381 xmlMallocAtomic; # variable
|
D | catalog.c | 999 content = (xmlChar*)xmlMallocAtomic(size + 10); in xmlLoadFileContent() 2201 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSGMLCatalogPubid()
|
D | c14n.c | 2158 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in xmlC11NNormalizeString()
|
D | xpointer.c | 968 buffer = (xmlChar *) xmlMallocAtomic(len * sizeof (xmlChar)); in xmlXPtrEvalXPtrPart()
|
D | xmlschemastypes.c | 3120 (xmlChar *) xmlMallocAtomic((i + pad + 1) * in xmlSchemaValAtomicType()
|
D | relaxng.c | 8577 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar)); in xmlRelaxNGNormalize()
|
D | NEWS | 1750 allocator, added xmlMallocAtomic() and modified the allocations
|
D | xpath.c | 9991 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlXPathParseNameComplex()
|
/external/libxml2/include/libxml/ |
D | globals.h | 90 #undef xmlMallocAtomic 160 xmlMallocFunc xmlMallocAtomic; member 216 #define xmlMallocAtomic \ macro 219 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable 248 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
|
D | xmlmemory.h | 189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
|
/external/libxml2/os400/ |
D | rpgsupport.c | 53 THREADED_VAR(xmlMallocAtomic, xmlMallocFunc) in THREADED_VAR() argument 59 return xmlMallocAtomic(size); in THREADED_VAR()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 110 d xmlMallocAtomic...
|
D | globals.rpgle | 147 d xmlMallocAtomic...
|
/external/libxml2/doc/html/ |
D | index.sgml | 84 <ANCHOR id="xmlMallocAtomic" href="libxml/libxml-xmlmemory.html#xmlMallocAtomic"> 534 <ANCHOR id="xmlMallocAtomic" href="libxml/libxml-globals.html#xmlMallocAtomic">
|
/external/libxml2/win32/ |
D | libxml2.def.src | 120 xmlMallocAtomic DATA
|