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

/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c1552 } xmlParserCtxtPyCtxt; typedef in typeref:struct:__anon17078
1553 typedef xmlParserCtxtPyCtxt *xmlParserCtxtPyCtxtPtr;
1642 pyCtxt = xmlMalloc(sizeof(xmlParserCtxtPyCtxt));
1647 memset(pyCtxt,0,sizeof(xmlParserCtxtPyCtxt));

Completed in 1277 milliseconds