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

/external/libxml2/python/
H A Dlibxml.c3319 } xmlSchemaValidCtxtPyCtxt; typedef in typeref:struct:__anon12120
3320 typedef xmlSchemaValidCtxtPyCtxt *xmlSchemaValidCtxtPyCtxtPtr;
3425 pyCtxt = xmlMalloc(sizeof(xmlSchemaValidCtxtPyCtxt));
3430 memset(pyCtxt, 0, sizeof(xmlSchemaValidCtxtPyCtxt));

Completed in 175 milliseconds