Home
last modified time | relevance | path

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

/external/libxml2/
Druntest.c2339 static FILE *xpathOutput; variable
2381 xmlXPathDebugDumpObject(xpathOutput, res, 0); in testXPath()
2412 xpathOutput = fopen(temp, "wb"); in xpathCommonTest()
2413 if (xpathOutput == NULL) { in xpathCommonTest()
2434 fprintf(xpathOutput, in xpathCommonTest()
2442 fclose(xpathOutput); in xpathCommonTest()
2603 xpathOutput = fopen(temp, "wb"); in xmlidDocTest()
2604 if (xpathOutput == NULL) { in xmlidDocTest()
2613 fclose(xpathOutput); in xmlidDocTest()