Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

229 	ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4664 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
4669 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
7019 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7050 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7450 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
7459 rebuf = (xmlChar *) xmlMallocAtomic(newSize);