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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariableSimple.java56 XObject xobj = expr.execute(xctxt);
57 xobj.allowDetachToRelease(false);
58 return xobj;
H A DAVTPartXPath.java135 XObject xobj = m_xpath.execute(xctxt, context, nsNode);
137 if (null != xobj)
139 xobj.appendToFsb(buf);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java199 XObject xobj = arg.execute(xctxt);
203 xobj.allowDetachToRelease(false);
204 argVec.addElement(xobj);
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java210 XObject xobj = null;
216 xobj = xpath.execute (xpathSupport, (Node)contextItem,
219 xobj = xpath.execute ( xpathSupport, DTM.NULL, prefixResolver );
222 return xobj;
H A DXPathExpressionImpl.java119 XObject xobj = null;
129 xobj = xpath.execute(xpathSupport, contextNode, prefixResolver );
130 return xobj;
/external/openssl/apps/
H A Dcrl.c116 X509_OBJECT xobj; local
259 X509_CRL_get_issuer(x), &xobj);
265 pkey = X509_get_pubkey(xobj.data.x509);
266 X509_OBJECT_free_contents(&xobj);
/external/openssl/crypto/x509/
H A Dx509_lu.c502 X509_OBJECT xobj; local
504 if (!X509_STORE_get_by_subject(ctx, X509_LU_X509, nm, &xobj))
509 X509_OBJECT_free_contents(&xobj);
542 X509_OBJECT *obj, xobj; local
551 if (!X509_STORE_get_by_subject(ctx, X509_LU_CRL, nm, &xobj))
556 X509_OBJECT_free_contents(&xobj);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java333 XObject xobj = null;
337 xobj = m_mainExp.execute(xctxt);
383 return xobj;
H A DXPathContext.java1134 XString xobj = (XString)dtm.getStringValue(nodeHandle);
1135 return xobj.num();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java1654 // XObject xobj = v.getValue(this, contextNode);
1655 XObject xobj = new XUnresolvedVariable(v, contextNode, this,
1659 vs.setGlobalVariable(i, xobj);

Completed in 137 milliseconds