xmlPattern 29 third_party/libxml/src/include/libxml/pattern.h typedef struct _xmlPattern xmlPattern; xmlPattern 30 third_party/libxml/src/include/libxml/pattern.h typedef xmlPattern *xmlPatternPtr; xmlPattern 203 third_party/libxml/src/pattern.c cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern)); xmlPattern 209 third_party/libxml/src/pattern.c memset(cur, 0, sizeof(xmlPattern)); xmlPattern 255 third_party/libxml/src/pattern.c memset(comp, -1, sizeof(xmlPattern));