Home
last modified time | relevance | path

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

/external/libxml2/
Dtestlimits.c1384 static limitDesc limitDescriptions[] = { variable
1444 for (i = 0;i < sizeof(limitDescriptions)/sizeof(limitDescriptions[0]);i++) { in launchTests()
1445 limit = limitDescriptions[i].limit; in launchTests()
1446 fail = limitDescriptions[i].fail; in launchTests()
1460 res = tst->func(limitDescriptions[i].name, limit, in launchTests()
1461 limitDescriptions[i].options, fail); in launchTests()