Searched refs:parserWithoutParent (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/expat/tests/ |
| H A D | acc_tests.c | 299 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 D | alloc_tests.c | 2223 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 …]
|