Home
last modified time | relevance | path

Searched refs:parserWithoutParent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dacc_tests.c297 XML_Parser parserWithoutParent = XML_ParserCreate(NULL); in START_TEST() local
299 parserWithoutParent, XCS("entity123"), NULL); in START_TEST()
300 if (parserWithoutParent == NULL) in START_TEST()
314 parserWithoutParent, NAN) in START_TEST()
318 parserWithoutParent, -1.0f) in START_TEST()
322 parserWithoutParent, 0.9f) in START_TEST()
328 parserWithoutParent, 1.0f) in START_TEST()
332 parserWithoutParent, 123456.789f) in START_TEST()
336 parserWithoutParent, INFINITY) in START_TEST()
351 parserWithoutParent, 123) in START_TEST()
[all …]
H A Dalloc_tests.c2221 XML_Parser parserWithoutParent = XML_ParserCreate(NULL); in START_TEST()
2223 parserWithoutParent, XCS("entity123"), NULL); in START_TEST()
2224 if (parserWithoutParent == NULL) in START_TEST()
2225 fail("parserWithoutParent is NULL"); in START_TEST()
2236 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, NAN) in START_TEST()
2239 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, -1.0f) in START_TEST()
2242 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, 0.9f) in START_TEST()
2247 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, 1.0f) in START_TEST()
2250 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, 123456.789f)
2253 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, INFINIT in START_TEST()
2198 XML_Parser parserWithoutParent = XML_ParserCreate(NULL); START_TEST() local
[all...]