Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

226 	ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4559 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
4564 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
6874 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
6905 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7261 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
7270 rebuf = (xmlChar *) xmlMallocAtomic(newSize);