xmlDict           452 third_party/libxml/src/dict.c     dict = xmlMalloc(sizeof(xmlDict));
xmlDict            24 third_party/libxml/src/include/libxml/dict.h typedef struct _xmlDict xmlDict;
xmlDict            25 third_party/libxml/src/include/libxml/dict.h typedef xmlDict *xmlDictPtr;
xmlDict            54 third_party/libxml/src/include/libxml/pattern.h 						 xmlDict *dict,
xmlDict            98 third_party/libxml/src/pattern.c     xmlDict *dict;		/* the dictionary if any */
xmlDict          2354 third_party/libxml/src/pattern.c xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags,