Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

995     ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1677 ret = (char *) xmlMallocAtomic(len + 1);
1741 ret = (xmlChar *) xmlMallocAtomic(len);
2118 res->path = (char *) xmlMallocAtomic(len);
2527 uri->path = xmlMallocAtomic(len + 2);