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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c232 xmlXPathObjectPtr xpathObj; local
236 fmd_hdl_debug(hdl, "xpathObj query %s\n", query);
238 xpathObj = xmlXPathEvalExpression((const xmlChar *)query,
241 if (xpathObj == NULL)
244 fmd_hdl_debug(hdl, "xpathObj 0x%p type %d\n", xpathObj,
245 xpathObj->type);
246 nodes = xpathObj->nodesetval;
253 xmlXPathFreeObject(xpathObj);
256 xmlXPathFreeObject(xpathObj);
394 xmlXPathObjectPtr xpathObj; local
626 xmlXPathObjectPtr xpathObj; local
889 xmlXPathObjectPtr xpathObj; local
[all...]

Completed in 46 milliseconds