HomeSort by relevance Sort by last modified time
    Searched refs:ctxtXPath (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
runsuite.c 205 static xmlXPathContextPtr ctxtXPath;
215 ctxtXPath = xmlXPathNewContext(NULL);
224 if (ctxtXPath->cache != NULL)
225 xmlXPathContextSetCache(ctxtXPath, 0, -1, 0);
227 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "ts", BAD_CAST "TestSuite");
228 xmlXPathRegisterNs(ctxtXPath, BAD_CAST "xlink",
245 ctxtXPath->doc = cur->doc;
246 ctxtXPath->node = cur;
252 res = xmlXPathCompiledEval(comp, ctxtXPath);
273 ctxtXPath->doc = cur->doc
    [all...]
runxmlconf.c 152 static xmlXPathContextPtr ctxtXPath;
162 ctxtXPath = xmlXPathNewContext(NULL);
171 if (ctxtXPath->cache != NULL)
172 xmlXPathContextSetCache(ctxtXPath, 0, -1, 0);
592 xmlXPathFreeContext(ctxtXPath);

Completed in 172 milliseconds