Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

225 	ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4534 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
4539 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
6849 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
6880 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7234 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
7243 rebuf = (xmlChar *) xmlMallocAtomic(newSize);