Searched defs:xmlDictPtr (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
H A Ddict.h24 __XML_EXTERNC typedef xmlDict *xmlDictPtr; typedef
42 XMLPUBFUN xmlDictPtr XMLCALL
45 xmlDictSetLimit (xmlDictPtr dict,
48 xmlDictGetUsage (xmlDictPtr dict);
49 XMLPUBFUN xmlDictPtr XMLCALL
50 xmlDictCreateSub(xmlDictPtr sub);
52 xmlDictReference(xmlDictPtr dict);
54 xmlDictFree (xmlDictPtr dict);
60 xmlDictLookup (xmlDictPtr dict,
64 xmlDictExists (xmlDictPtr dic
[all...]

Completed in 837 milliseconds