Searched refs:parserWithoutParent (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/expat/tests/ |
| H A D | acc_tests.c | 297 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 D | alloc_tests.c | 2221 XML_Parser parserWithoutParent = XML_ParserCreate(NULL); in START_TEST() local 2223 parserWithoutParent, XCS("entity123"), NULL); in START_TEST() 2224 if (parserWithoutParent == 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) in START_TEST() 2253 if (XML_SetAllocTrackerMaximumAmplification(parserWithoutParent, INFINITY) in START_TEST() 2264 if (XML_SetAllocTrackerActivationThreshold(parserWithoutParent, 123) in START_TEST() [all …]
|