Home
last modified time | relevance | path

Searched refs:xmlMallocAtomic (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/include/libxml/
Dglobals.h87 #undef xmlMallocAtomic
157 xmlMallocFunc xmlMallocAtomic; member
212 #define xmlMallocAtomic \ macro
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
Dxmlmemory.h189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
/external/libxml2/include/libxml/
Dglobals.h87 #undef xmlMallocAtomic
157 xmlMallocFunc xmlMallocAtomic; member
212 #define xmlMallocAtomic \ macro
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
Dxmlmemory.h189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
/external/libxml2/
Dglobals.c78 #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()
Dxmlstring.c45 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()
Dbuf.c136 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()
Dxmlmemory.c1017 xmlMallocAtomic = mallocFunc; in xmlMemSetup()
1086 xmlMallocAtomic = mallocAtomicFunc; in xmlGcMemSetup()
1116 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic; in xmlGcMemGet()
Duri.c1066 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()
Dnanohttp.c538 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char)); in xmlNanoHTTPRecv()
1429 bp = (char*)xmlMallocAtomic(blen); in xmlNanoHTTPMethodRedir()
Dparser.c2427 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 …]
Dtree.c229 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()
DHTMLparser.c2545 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()
Dxmlregexp.c4168 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()
Dcatalog.c994 content = (xmlChar*)xmlMallocAtomic(size + 10); in xmlLoadFileContent()
2191 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSGMLCatalogPubid()
/external/chromium_org/third_party/libxml/src/
Dglobals.c78 #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()
Dxmlstring.c45 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()
Dxmlmemory.c1014 xmlMallocAtomic = mallocFunc; in xmlMemSetup()
1083 xmlMallocAtomic = mallocAtomicFunc; in xmlGcMemSetup()
1113 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic; in xmlGcMemGet()
Duri.c1011 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()
Dparser.c2250 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 …]
Dnanohttp.c533 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char)); in xmlNanoHTTPRecv()
1421 bp = (char*)xmlMallocAtomic(blen); in xmlNanoHTTPMethodRedir()
Dtree.c226 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()
DHTMLparser.c2505 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()
Dxmlregexp.c4158 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/
Dcrypto.c625 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()

12