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

/external/libxml2/include/libxml/
H A Ddict.h25 typedef xmlDict *xmlDictPtr; typedef
30 XMLPUBFUN xmlDictPtr XMLCALL
32 XMLPUBFUN xmlDictPtr XMLCALL
33 xmlDictCreateSub(xmlDictPtr sub);
35 xmlDictReference(xmlDictPtr dict);
37 xmlDictFree (xmlDictPtr dict);
43 xmlDictLookup (xmlDictPtr dict,
47 xmlDictExists (xmlDictPtr dict,
51 xmlDictQLookup (xmlDictPtr dict,
55 xmlDictOwns (xmlDictPtr dic
[all...]

Completed in 66 milliseconds