Lines Matching refs:res
46039 xmlXPathObjectPtr res; /* the Predicate Expression evaluation result */
46046 res = gen_xmlXPathObjectPtr(n_res, 1);
46048 ret_val = xmlXPathEvalPredicate(ctxt, res);
46052 des_xmlXPathObjectPtr(n_res, res, 1);
47026 xmlXPathObjectPtr res; /* the Predicate Expression evaluation result */
47033 res = gen_xmlXPathObjectPtr(n_res, 1);
47035 ret_val = xmlXPathEvaluatePredicateResult(ctxt, res);
47039 des_xmlXPathObjectPtr(n_res, res, 1);