Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMallocAtomic

1011     ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1693 ret = (char *) xmlMallocAtomic(len + 1);
1757 ret = (xmlChar *) xmlMallocAtomic(len);
2134 res->path = (char *) xmlMallocAtomic(len);
2543 uri->path = xmlMallocAtomic(len + 2);