Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMalloc

226             wString = xmlMalloc(wLen * sizeof(wchar_t));
1393 buff = xmlMalloc( sizeof( xmlZMemBuff ) );
1401 buff->zbuff = xmlMalloc( buff->size );
1695 ctxt = xmlMalloc(sizeof(xmlIOHTTPWriteCtxt));
2230 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
2269 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
2315 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
2829 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));