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

/external/chromium_org/third_party/libxslt/libxslt/
H A Dfunctions.c113 xmlXPathObjectPtr resObj = NULL; local
180 resObj = xmlXPtrEval(fragment, xptrctxt);
185 if (resObj == NULL)
188 switch (resObj->type) {
206 valuePush(ctxt, resObj);
210 xmlXPathFreeObject(resObj);
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c13997 xmlXPathObjectPtr resObj = NULL; local
14005 resObj = (xmlXPathObjectPtr) op->value4;
14007 return(xmlXPathEvaluatePredicateResult(ctxt, resObj));
14008 return(xmlXPathCastToBoolean(resObj));
14030 resObj = valuePop(ctxt);
14031 if (resObj == NULL)
14042 resObj = valuePop(ctxt);
14043 if (resObj == NULL)
14048 if (resObj) {
14051 if (resObj
14342 xmlXPathObjectPtr resObj = NULL; local
14702 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]
/external/libxml2/
H A Dxpath.c14150 xmlXPathObjectPtr resObj = NULL; local
14158 resObj = (xmlXPathObjectPtr) op->value4;
14160 return(xmlXPathEvaluatePredicateResult(ctxt, resObj));
14161 return(xmlXPathCastToBoolean(resObj));
14183 resObj = valuePop(ctxt);
14184 if (resObj == NULL)
14195 resObj = valuePop(ctxt);
14196 if (resObj == NULL)
14201 if (resObj) {
14204 if (resObj
14501 xmlXPathObjectPtr resObj = NULL; local
14863 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 398 milliseconds