Home
last modified time | relevance | path

Searched refs:XML_SetAllocTrackerActivationThreshold (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dalloc_tests.c2168 assert_true(XML_SetAllocTrackerActivationThreshold(parser, 0) == XML_TRUE); in START_TEST()
2197 assert_true(XML_SetAllocTrackerActivationThreshold(parser, 999) == XML_TRUE); in START_TEST()
2210 assert_true(XML_SetAllocTrackerActivationThreshold(parser, 0) == XML_TRUE); in START_TEST()
2260 if (XML_SetAllocTrackerActivationThreshold(NULL, 123) == XML_TRUE) in START_TEST()
2262 if (XML_SetAllocTrackerActivationThreshold(parserWithParent, 123) == XML_TRUE) in START_TEST()
2266 if (XML_SetAllocTrackerActivationThreshold(parserWithoutParent, 123) in START_TEST()
2299 assert_true(XML_SetAllocTrackerActivationThreshold(parser, 0) == XML_TRUE); in START_TEST()
H A Dbasic_tests.c3866 assert_true(XML_SetAllocTrackerActivationThreshold(parser, (size_t)-1) in START_TEST()
/freebsd/contrib/expat/lib/
H A Dlibexpat.map.in117 @_EXPAT_COMMENT_DTD_OR_GE@ XML_SetAllocTrackerActivationThreshold;
H A Dexpat.h1092 XML_SetAllocTrackerActivationThreshold(
H A Dxmlparse.c3075 XML_SetAllocTrackerActivationThreshold( function
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c1220 XML_SetAllocTrackerActivationThreshold(parser, attackThresholdBytes); in tmain()
/freebsd/contrib/expat/
H A DChanges619 - XML_SetAllocTrackerActivationThreshold