xmlNsMap         7612 third_party/libxml/src/tree.c typedef struct xmlNsMap *xmlNsMapPtr;
xmlNsMap         7685 third_party/libxml/src/tree.c 	map = (xmlNsMapPtr) xmlMalloc(sizeof(struct xmlNsMap));
xmlNsMap         7690 third_party/libxml/src/tree.c 	memset(map, 0, sizeof(struct xmlNsMap));