/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 | 46 ret = (xmlChar *) xmlMallocAtomic(((size_t) len + 1) * sizeof(xmlChar)); in xmlStrndup() 91 ret = (xmlChar *) xmlMallocAtomic(((size_t) len + 1) * sizeof(xmlChar)); in xmlCharStrndup() 880 ret = (xmlChar *) xmlMallocAtomic(((size_t) i + 1) * sizeof(xmlChar)); in xmlUTF8Strndup() 1031 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 | 1077 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar)); in xmlSaveUri() 1630 ret = (char *) xmlMallocAtomic(len + 1); in xmlURIUnescapeString() 1693 ret = (xmlChar *) xmlMallocAtomic(len); in xmlURIEscapeStr() 2069 res->path = (char *) xmlMallocAtomic(len); in xmlBuildURI() 2472 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 | 2680 buffer = (xmlChar *) xmlMallocAtomic(buffer_size); in xmlStringLenDecodeEntities() 2993 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3072 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3616 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseStringName() 3713 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseNmtoken() 3796 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseEntityValue() 3961 buf = (xmlChar *) xmlMallocAtomic(buf_size); in xmlParseAttValueComplex() 4233 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSystemLiteral() 4324 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParsePubidLiteral() 4776 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseCommentComplex() [all …]
|
D | tree.c | 235 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlBuildQName() 4724 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 4729 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 7088 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreate() 7119 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreateSize() 7524 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize() 7533 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize()
|
D | HTMLparser.c | 2745 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in htmlParseHTMLAttribute() 3379 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParsePI() 3479 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParseComment() 6488 content = xmlMallocAtomic (xmlStrlen(content_line) + l + 1); in htmlCreateFileParserCtxt()
|
D | xmlregexp.c | 4253 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlRegExecPushString2() 5863 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewTransition2() 5925 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewNegTrans() 5995 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewCountTrans2() 6150 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewOnceTrans2()
|
D | libxml2.syms | 1381 xmlMallocAtomic; # variable
|
D | catalog.c | 1000 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 | 966 buffer = (xmlChar *) xmlMallocAtomic(len * sizeof (xmlChar)); in xmlXPtrEvalXPtrPart()
|
D | xmlschemastypes.c | 3222 (xmlChar *) xmlMallocAtomic((i + pad + 1) * in xmlSchemaValAtomicType()
|
D | relaxng.c | 8586 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar)); in xmlRelaxNGNormalize()
|
D | xpath.c | 9927 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlXPathParseNameComplex()
|
D | NEWS | 2676 allocator, added xmlMallocAtomic() and modified the allocations
|
/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
|