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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c45 xmlXPathContextPtr fab_xpathCtx = NULL; variable
93 if (fab_xpathCtx)
94 xmlXPathFreeContext(fab_xpathCtx);
98 fab_xpathCtx = xmlXPathNewContext(fab_doc);
183 if (fab_xpathCtx)
184 xmlXPathFreeContext(fab_xpathCtx);
H A Dfx_subr.c39 extern xmlXPathContextPtr fab_xpathCtx;
239 fab_xpathCtx);
439 xpathObj = xmlXPathEvalExpression((const xmlChar *)query, fab_xpathCtx);
648 xpathObj = xmlXPathEvalExpression((const xmlChar *)query, fab_xpathCtx);
915 xpathObj = xmlXPathEvalExpression((const xmlChar *)query, fab_xpathCtx);

Completed in 62 milliseconds