/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | globals.h | 87 #undef xmlMallocAtomic 157 xmlMallocFunc xmlMallocAtomic; member 212 #define xmlMallocAtomic \ macro 215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable 244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
|
D | xmlmemory.h | 189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
|
/external/libxml2/include/libxml/ |
D | globals.h | 87 #undef xmlMallocAtomic 157 xmlMallocFunc xmlMallocAtomic; member 212 #define xmlMallocAtomic \ macro 215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable 244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
|
D | xmlmemory.h | 189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
|
/external/libxml2/ |
D | globals.c | 78 #undef xmlMallocAtomic 85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable 115 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) malloc; variable 531 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState() 537 gs->xmlMallocAtomic = (xmlMallocFunc) malloc; in xmlInitializeGlobalState() 738 #undef xmlMallocAtomic 742 return (&xmlMallocAtomic); in __xmlMallocAtomic() 744 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() 864 ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar)); in xmlUTF8Strndup()
|
D | buf.c | 136 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufCreate() 171 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufCreateSize() 804 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize() 813 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufResize()
|
D | xmlmemory.c | 1017 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 1086 xmlMallocAtomic = mallocAtomicFunc; in xmlGcMemSetup() 1116 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic; in xmlGcMemGet()
|
D | uri.c | 1066 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar)); in xmlSaveUri() 1619 ret = (char *) xmlMallocAtomic(len + 1); in xmlURIUnescapeString() 1681 ret = (xmlChar *) xmlMallocAtomic(len); in xmlURIEscapeStr() 2054 res->path = (char *) xmlMallocAtomic(len); in xmlBuildURI() 2474 uri->path = xmlMallocAtomic(len + 2); in xmlCanonicPath()
|
D | nanohttp.c | 538 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char)); in xmlNanoHTTPRecv() 1429 bp = (char*)xmlMallocAtomic(blen); in xmlNanoHTTPMethodRedir()
|
D | parser.c | 2427 buffer = xmlMallocAtomic(length); in xmlNewBlanksWrapperInputStream() 2708 buffer = (xmlChar *) xmlMallocAtomic(buffer_size); in xmlStringLenDecodeEntities() 3003 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3082 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3603 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseStringName() 3699 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseNmtoken() 3781 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseEntityValue() 3939 buf = (xmlChar *) xmlMallocAtomic(buf_size); in xmlParseAttValueComplex() 4215 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSystemLiteral() 4303 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParsePubidLiteral() [all …]
|
D | tree.c | 229 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlBuildQName() 4631 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 4636 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 6981 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreate() 7012 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreateSize() 7412 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize() 7421 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize()
|
D | HTMLparser.c | 2545 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in htmlParseHTMLAttribute() 3149 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParsePI() 3242 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParseComment() 6291 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1); in htmlCreateFileParserCtxt()
|
D | xmlregexp.c | 4168 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlRegExecPushString2() 5759 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewTransition2() 5821 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewNegTrans() 5891 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewCountTrans2() 6046 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewOnceTrans2()
|
D | catalog.c | 994 content = (xmlChar*)xmlMallocAtomic(size + 10); in xmlLoadFileContent() 2191 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSGMLCatalogPubid()
|
/external/chromium_org/third_party/libxml/src/ |
D | globals.c | 78 #undef xmlMallocAtomic 85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable 134 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) size_checked_malloc; variable 550 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState() 556 gs->xmlMallocAtomic = (xmlMallocFunc) malloc; in xmlInitializeGlobalState() 757 #undef xmlMallocAtomic 761 return (&xmlMallocAtomic); in __xmlMallocAtomic() 763 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() 864 ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar)); in xmlUTF8Strndup()
|
D | xmlmemory.c | 1014 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 1083 xmlMallocAtomic = mallocAtomicFunc; in xmlGcMemSetup() 1113 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic; in xmlGcMemGet()
|
D | uri.c | 1011 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar)); in xmlSaveUri() 1693 ret = (char *) xmlMallocAtomic(len + 1); in xmlURIUnescapeString() 1757 ret = (xmlChar *) xmlMallocAtomic(len); in xmlURIEscapeStr() 2134 res->path = (char *) xmlMallocAtomic(len); in xmlBuildURI() 2543 uri->path = xmlMallocAtomic(len + 2); in xmlCanonicPath()
|
D | parser.c | 2250 buffer = xmlMallocAtomic(length); in xmlNewBlanksWrapperInputStream() 2529 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in xmlStringLenDecodeEntities() 2826 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 2905 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName() 3387 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseStringName() 3464 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseNmtoken() 3535 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseEntityValue() 3693 buf = (xmlChar *) xmlMallocAtomic(buf_size * sizeof(xmlChar)); in xmlParseAttValueComplex() 3942 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSystemLiteral() 4023 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParsePubidLiteral() [all …]
|
D | nanohttp.c | 533 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char)); in xmlNanoHTTPRecv() 1421 bp = (char*)xmlMallocAtomic(blen); in xmlNanoHTTPMethodRedir()
|
D | tree.c | 226 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlBuildQName() 4546 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 4551 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath() 6861 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreate() 6892 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreateSize() 7248 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize() 7257 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize()
|
D | HTMLparser.c | 2505 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in htmlParseHTMLAttribute() 3096 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParsePI() 3189 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParseComment() 6172 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1); in htmlCreateFileParserCtxt()
|
D | xmlregexp.c | 4158 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlRegExecPushString2() 5745 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewTransition2() 5807 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewNegTrans() 5877 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewCountTrans2() 6032 str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlAutomataNewOnceTrans2()
|
/external/chromium_org/third_party/libxslt/libexslt/ |
D | crypto.c | 625 padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1); in exsltCryptoRc4EncryptFunction() 659 hex = xmlMallocAtomic (hex_len); in exsltCryptoRc4EncryptFunction() 723 padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1); in exsltCryptoRc4DecryptFunction() 744 bin = xmlMallocAtomic (bin_len); in exsltCryptoRc4DecryptFunction() 755 ret = xmlMallocAtomic (ret_len); in exsltCryptoRc4DecryptFunction()
|