Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMalloc

965     ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
2380 val = (xmlChar *) xmlMalloc (len + 3 * nbslash);