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

/external/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/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.cpp473 JSArray* resObj = constructEmptyArray(exec); local
474 JSValue result = resObj;
486 resObj->put(exec, n, v);
488 resObj->setLength(n);
577 JSArray* resObj = new (exec) JSArray(exec->globalData(), exec->lexicalGlobalObject()->arrayStructure(), deleteCount, CreateCompact); local
578 JSValue result = resObj;
581 resObj->uncheckedSetIndex(globalData, k, getProperty(exec, thisObj, k + begin));
583 resObj->setLength(deleteCount);
/external/libxml2/
H A Dxpath.c14067 xmlXPathObjectPtr resObj = NULL; local
14075 resObj = (xmlXPathObjectPtr) op->value4;
14077 return(xmlXPathEvaluatePredicateResult(ctxt, resObj));
14078 return(xmlXPathCastToBoolean(resObj));
14100 resObj = valuePop(ctxt);
14101 if (resObj == NULL)
14112 resObj = valuePop(ctxt);
14113 if (resObj == NULL)
14118 if (resObj) {
14121 if (resObj
14413 xmlXPathObjectPtr resObj = NULL; local
14773 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
[all...]

Completed in 325 milliseconds