Lines Matching refs:tst
358 installResources(xmlNodePtr tst, const xmlChar *base) {
368 xmlNodeDump(buf, tst->doc, tst, 0, 0);
370 while (tst != NULL) {
371 test = getNext(tst, "./*");
375 name = getString(tst, "string(@name)");
386 tst = getNext(tst, "following-sibling::resource[1]");
393 installDirs(xmlNodePtr tst, const xmlChar *base) {
397 name = getString(tst, "string(@name)");
406 test = getNext(tst, "./resource[1]");
410 test = getNext(tst, "./dir[1]");
419 xsdTestCase(xmlNodePtr tst) {
432 tmp = getNext(tst, "./dir[1]");
436 tmp = getNext(tst, "./resource[1]");
441 cur = getNext(tst, "./correct[1]");
443 return(xsdIncorectTestCase(tst));