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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
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...]
H A Drunxmlconf.c162 static xmlXPathContextPtr ctxtXPath; variable
172 ctxtXPath = xmlXPathNewContext(NULL);
181 if (ctxtXPath->cache != NULL)
182 xmlXPathContextSetCache(ctxtXPath, 0, -1, 0);
602 xmlXPathFreeContext(ctxtXPath);

Completed in 69 milliseconds