Home
last modified time | relevance | path

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

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