Searched refs:xmlDict (Results 1 – 4 of 4) sorted by relevance
24 typedef struct _xmlDict xmlDict; typedef25 typedef xmlDict *xmlDictPtr;
54 xmlDict *dict,
330 dict = xmlMalloc(sizeof(xmlDict)); in xmlDictCreate()
98 xmlDict *dict; /* the dictionary if any */2350 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile()