Searched refs:xmlParserCtxtPyCtxt (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/python/
H A Dlibxml.c1707 } xmlParserCtxtPyCtxt; typedef in typeref:struct:__anon9723
1708 typedef xmlParserCtxtPyCtxt *xmlParserCtxtPyCtxtPtr;
1797 pyCtxt = xmlMalloc(sizeof(xmlParserCtxtPyCtxt));
1802 memset(pyCtxt,0,sizeof(xmlParserCtxtPyCtxt));

Completed in 73 milliseconds