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

/external/chromium_org/third_party/libxml/src/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...]
/external/libxml2/include/libxml/
H A Ddict.h26 typedef xmlDict *xmlDictPtr; typedef
36 XMLPUBFUN xmlDictPtr XMLCALL
39 xmlDictSetLimit (xmlDictPtr dict,
42 xmlDictGetUsage (xmlDictPtr dict);
43 XMLPUBFUN xmlDictPtr XMLCALL
44 xmlDictCreateSub(xmlDictPtr sub);
46 xmlDictReference(xmlDictPtr dict);
48 xmlDictFree (xmlDictPtr dict);
54 xmlDictLookup (xmlDictPtr dict,
58 xmlDictExists (xmlDictPtr dic
[all...]

Completed in 467 milliseconds