xmlModule 27 third_party/libxml/src/include/libxml/xmlmodule.h typedef struct _xmlModule xmlModule; xmlModule 28 third_party/libxml/src/include/libxml/xmlmodule.h typedef xmlModule *xmlModulePtr; xmlModule 73 third_party/libxml/src/xmlmodule.c module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule)); xmlModule 79 third_party/libxml/src/xmlmodule.c memset(module, 0, sizeof(xmlModule));