Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

2353     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
2944 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
3037 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
5617 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1);