Home
last modified time | relevance | path

Searched refs:xmlDict (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Ddict.h24 typedef struct _xmlDict xmlDict; typedef
25 typedef xmlDict *xmlDictPtr;
Dpattern.h54 xmlDict *dict,
/external/libxml2/
Ddict.c330 dict = xmlMalloc(sizeof(xmlDict)); in xmlDictCreate()
Dpattern.c98 xmlDict *dict; /* the dictionary if any */
2350 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, in xmlPatterncompile()