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

/external/libxml2/
H A Dxpath.c14191 xmlXPathObjectPtr resObj = NULL; local
14199 resObj = (xmlXPathObjectPtr) op->value4;
14201 return(xmlXPathEvaluatePredicateResult(ctxt, resObj));
14202 return(xmlXPathCastToBoolean(resObj));
14224 resObj = valuePop(ctxt);
14225 if (resObj == NULL)
14236 resObj = valuePop(ctxt);
14237 if (resObj == NULL)
14242 if (resObj) {
14245 if (resObj
14542 xmlXPathObjectPtr resObj = NULL; local
14909 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 267 milliseconds