xmlPatParserContext 173 third_party/libxml/src/pattern.c typedef struct _xmlPatParserContext xmlPatParserContext; xmlPatParserContext 174 third_party/libxml/src/pattern.c typedef xmlPatParserContext *xmlPatParserContextPtr; xmlPatParserContext 296 third_party/libxml/src/pattern.c cur = (xmlPatParserContextPtr) xmlMalloc(sizeof(xmlPatParserContext)); xmlPatParserContext 302 third_party/libxml/src/pattern.c memset(cur, 0, sizeof(xmlPatParserContext)); xmlPatParserContext 327 third_party/libxml/src/pattern.c memset(ctxt, -1, sizeof(xmlPatParserContext));