Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

2505     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
3098 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
3191 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
6177 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1);