Home
last modified time | relevance | path

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

/external/libxml2/
Druntest.c2316 static FILE *xpathOutput; variable
2358 xmlXPathDebugDumpObject(xpathOutput, res, 0); in testXPath()
2389 xpathOutput = fopen(temp, "wb"); in xpathCommonTest()
2390 if (xpathOutput == NULL) { in xpathCommonTest()
2411 fprintf(xpathOutput, in xpathCommonTest()
2419 fclose(xpathOutput); in xpathCommonTest()
2580 xpathOutput = fopen(temp, "wb"); in xmlidDocTest()
2581 if (xpathOutput == NULL) { in xmlidDocTest()
2590 fclose(xpathOutput); in xmlidDocTest()