HomeSort by relevance Sort by last modified time
    Searched refs:resObj (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
functions.c 113 xmlXPathObjectPtr resObj = NULL;
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/
ArrayPrototype.cpp 473 JSArray* resObj = constructEmptyArray(exec);
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);
578 JSValue result = resObj;
581 resObj->uncheckedSetIndex(globalData, k, getProperty(exec, thisObj, k + begin));
583 resObj->setLength(deleteCount);
    [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 2212 milliseconds