Searched refs:xmlDictSetLimit (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Ddict.h39 xmlDictSetLimit (xmlDictPtr dict,
/external/libxml2/
H A Ddict.c1214 * xmlDictSetLimit:
1224 xmlDictSetLimit(xmlDictPtr dict, size_t limit) { function
H A DparserInternals.c1581 xmlDictSetLimit(ctxt->dict, XML_MAX_DICTIONARY_LIMIT);
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
H A Dparser.c15118 xmlDictSetLimit(ctxt->dict, 0);

Completed in 2007 milliseconds