xmlRegParserCtxt 233 third_party/libxml/src/xmlregexp.c typedef struct _xmlAutomata xmlRegParserCtxt; xmlRegParserCtxt 234 third_party/libxml/src/xmlregexp.c typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; xmlRegParserCtxt 684 third_party/libxml/src/xmlregexp.c ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); xmlRegParserCtxt 687 third_party/libxml/src/xmlregexp.c memset(ret, 0, sizeof(xmlRegParserCtxt));