XML_ParserStruct   24 third_party/expat/files/lib/expat.h struct XML_ParserStruct;
XML_ParserStruct   25 third_party/expat/files/lib/expat.h typedef struct XML_ParserStruct *XML_Parser;
XML_ParserStruct  735 third_party/expat/files/lib/xmlparse.c       memsuite->malloc_fcn(sizeof(struct XML_ParserStruct));
XML_ParserStruct  745 third_party/expat/files/lib/xmlparse.c     parser = (XML_Parser)malloc(sizeof(struct XML_ParserStruct));