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

/external/libxml2/
H A Ddict.c1217 * xmlDictSetLimit:
1227 xmlDictSetLimit(xmlDictPtr dict, size_t limit) { function
H A Delfgcchack.h2965 #undef xmlDictSetLimit macro
2966 extern __typeof (xmlDictSetLimit) xmlDictSetLimit __attribute((alias("xmlDictSetLimit__internal_alias")));
2968 #ifndef xmlDictSetLimit
2969 extern __typeof (xmlDictSetLimit) xmlDictSetLimit__internal_alias __attribute((visibility("hidden")));
2970 #define xmlDictSetLimit xmlDictSetLimit__internal_alias macro

Completed in 106 milliseconds