Searched refs:xmlMallocAtomic (Results 1 – 17 of 17) sorted by relevance
78 #undef xmlMallocAtomic85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable115 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) malloc; variable531 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()537 gs->xmlMallocAtomic = (xmlMallocFunc) malloc; in xmlInitializeGlobalState()738 #undef xmlMallocAtomic742 return (&xmlMallocAtomic); in __xmlMallocAtomic()744 return (&xmlGetGlobalState()->xmlMallocAtomic); in __xmlMallocAtomic()
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()
1017 xmlMallocAtomic = mallocFunc; in xmlMemSetup()1086 xmlMallocAtomic = mallocAtomicFunc; in xmlGcMemSetup()1116 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic; in xmlGcMemGet()
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()
2375 buffer = xmlMallocAtomic(length); in xmlNewBlanksWrapperInputStream()2650 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in xmlStringLenDecodeEntities()2947 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName()3026 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlSplitQName()3498 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseStringName()3573 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlParseNmtoken()3640 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseEntityValue()3790 buf = (xmlChar *) xmlMallocAtomic(buf_size * sizeof(xmlChar)); in xmlParseAttValueComplex()4034 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSystemLiteral()4111 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParsePubidLiteral()[all …]
531 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char)); in xmlNanoHTTPRecv()1420 bp = (char*)xmlMallocAtomic(blen); in xmlNanoHTTPMethodRedir()
226 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); in xmlBuildQName()4559 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath()4564 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar)); in xmlGetNodePath()6874 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreate()6905 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar)); in xmlBufferCreateSize()7261 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize()7270 rebuf = (xmlChar *) xmlMallocAtomic(newSize); in xmlBufferResize()
2505 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in htmlParseHTMLAttribute()3098 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParsePI()3191 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in htmlParseComment()6177 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1); in htmlCreateFileParserCtxt()
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()
993 content = xmlMallocAtomic(size + 10); in xmlLoadFileContent()2192 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar)); in xmlParseSGMLCatalogPubid()
2159 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar)); in xmlC11NNormalizeString()
996 buffer = (xmlChar *) xmlMallocAtomic(len * sizeof (xmlChar)); in xmlXPtrEvalXPtrPart()
3102 (xmlChar *) xmlMallocAtomic((i + pad + 1) * in xmlSchemaValAtomicType()
8544 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar)); in xmlRelaxNGNormalize()
9931 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar)); in xmlXPathParseNameComplex()
87 #undef xmlMallocAtomic157 xmlMallocFunc xmlMallocAtomic; member212 #define xmlMallocAtomic \ macro215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro