Searched refs:xmlRegParserCtxt (Results 1 – 1 of 1) sorted by relevance
233 typedef struct _xmlAutomata xmlRegParserCtxt; typedef234 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;684 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()687 memset(ret, 0, sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()