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.c299 XML_Parser parserWithoutParent = XML_ParserCreate(NULL); in START_TEST() local
301 parserWithoutParent, XCS("entity123"), NULL); in START_TEST()
302 if (parserWithoutParent == NULL) in START_TEST()
316 parserWithoutParent, NAN) in START_TEST()
320 parserWithoutParent, -1.0f) in START_TEST()
324 parserWithoutParent, 0.9f) in START_TEST()
330 parserWithoutParent, 1.0f) in START_TEST()
334 parserWithoutParent, 123456.789f) in START_TEST()
338 parserWithoutParent, INFINITY) in START_TEST()
353 parserWithoutParent, 123) in START_TEST()
[all …]
H A Dalloc_tests.c2223 XML_Parser parserWithoutParent = XML_ParserCreate(NULL); in START_TEST() local
2225 parserWithoutParent, XCS("entity123"), NULL); in START_TEST()
2226 if (parserWithoutParent == NULL) in START_TEST()
2238 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, NAN) in START_TEST()
2241 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, -1.0f) in START_TEST()
2244 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, 0.9f) in START_TEST()
2249 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, 1.0f) in START_TEST()
2252 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, 123456.789f) in START_TEST()
2255 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, INFINITY) in START_TEST()
2266 if (XML_SetAllocTrackerActivationThreshold(parserWithoutParent, 123) in START_TEST()
[all …]