Searched refs:ctxtXPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Drunsuite.c217 static xmlXPathContextPtr ctxtXPath; variable
227 ctxtXPath = xmlXPathNewContext(NULL);
236 if (ctxtXPath->cache != NULL)
237 xmlXPathContextSetCache(ctxtXPath, 0, -1, 0);
239 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "ts", BAD_CAST "TestSuite");
240 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "xlink",
257 ctxtXPath->doc = cur->doc;
258 ctxtXPath->node = cur;
264 res = xmlXPathCompiledEval(comp, ctxtXPath);
285 ctxtXPath
[all...]

Completed in 43 milliseconds