Searched refs:xmlDictSize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Ddict.h58 xmlDictSize (xmlDictPtr dict);
/external/libxml2/include/libxml/
H A Ddict.h69 xmlDictSize (xmlDictPtr dict);
/external/chromium_org/third_party/libxml/src/
H A Ddict.c1081 * xmlDictSize:
1090 xmlDictSize(xmlDictPtr dict) { function
H A Delfgcchack.h2883 #undef xmlDictSize macro
2884 extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias")));
2886 #ifndef xmlDictSize
2887 extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden")));
2888 #define xmlDictSize xmlDictSize__internal_alias macro
H A Dtestapi.c8431 ret_val = xmlDictSize(dict);
8437 printf("Leak of %d blocks found in xmlDictSize",
[all...]
/external/libxml2/
H A Ddict.c1196 * xmlDictSize:
1205 xmlDictSize(xmlDictPtr dict) { function
H A Delfgcchack.h2975 #undef xmlDictSize macro
2976 extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias")));
2978 #ifndef xmlDictSize
2979 extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden")));
2980 #define xmlDictSize xmlDictSize__internal_alias macro

Completed in 633 milliseconds