Searched refs:xpathObj (Results 1 – 2 of 2) sorted by relevance
88 xmlXPathObjectPtr xpathObj; in example4() local110 xpathObj = xmlXPathEvalExpression(xpathExpr, xpathCtx); in example4()111 if(xpathObj == NULL) { in example4()119 update_xpath_nodes(xpathObj->nodesetval, value); in example4()123 xmlXPathFreeObject(xpathObj); in example4()
88 xmlXPathObjectPtr xpathObj; in execute_xpath_expression() local117 xpathObj = xmlXPathEvalExpression(xpathExpr, xpathCtx); in execute_xpath_expression()118 if(xpathObj == NULL) { in execute_xpath_expression()126 print_xpath_nodes(xpathObj->nodesetval, stdout); in execute_xpath_expression()129 xmlXPathFreeObject(xpathObj); in execute_xpath_expression()