Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

235 	ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4675 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
4680 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
7030 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7061 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7461 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
7470 rebuf = (xmlChar *) xmlMallocAtomic(newSize);