Searched refs:xmlXPathContextPtr (Results 1 – 18 of 18) sorted by relevance
/external/libxml2/include/libxml/ |
D | xpath.h | 40 typedef xmlXPathContext *xmlXPathContextPtr; typedef 375 xmlXPathContextPtr context; /* the evaluation context */ 496 XMLPUBFUN xmlXPathContextPtr XMLCALL 499 xmlXPathFreeContext (xmlXPathContextPtr ctxt); 501 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, 512 xmlXPathContextPtr ctx); 515 xmlXPathContextPtr ctxt); 517 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt, 525 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt, 529 xmlXPathContextPtr ctx); [all …]
|
D | xpathInternals.h | 333 xmlXPathRegisterVariableLookup (xmlXPathContextPtr ctxt, 342 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, 423 xmlXPathRegisterNs (xmlXPathContextPtr ctxt, 427 xmlXPathNsLookup (xmlXPathContextPtr ctxt, 430 xmlXPathRegisteredNsCleanup (xmlXPathContextPtr ctxt); 433 xmlXPathRegisterFunc (xmlXPathContextPtr ctxt, 437 xmlXPathRegisterFuncNS (xmlXPathContextPtr ctxt, 442 xmlXPathRegisterVariable (xmlXPathContextPtr ctxt, 446 xmlXPathRegisterVariableNS (xmlXPathContextPtr ctxt, 451 xmlXPathFunctionLookup (xmlXPathContextPtr ctxt, [all …]
|
D | xpointer.h | 95 XMLPUBFUN xmlXPathContextPtr XMLCALL 101 xmlXPathContextPtr ctx);
|
D | debugXML.h | 117 xmlXPathContextPtr pctxt;
|
/external/libxslt/libxslt/ |
D | functions.h | 33 xsltXPathFunctionLookup (xmlXPathContextPtr ctxt, 71 xsltRegisterAllFunctions (xmlXPathContextPtr ctxt);
|
D | functions.c | 68 xsltXPathFunctionLookup (xmlXPathContextPtr ctxt, in xsltXPathFunctionLookup() 112 xmlXPathContextPtr xptrctxt = NULL; in xsltDocumentFunctionLoadDocument() 407 xmlXPathContextPtr xpctxt = ctxt->context; in xsltKeyFunction() 956 xsltRegisterAllFunctions(xmlXPathContextPtr ctxt) in xsltRegisterAllFunctions()
|
D | xsltInternals.h | 1344 xmlXPathContextPtr xpathCtxt; 1700 xmlXPathContextPtr xpathCtxt; /* the XPath context */
|
D | variables.c | 826 xmlXPathContextPtr xpctxt = ctxt->xpathCtxt; in xsltEvalVariable() 1063 xmlXPathContextPtr xpctxt = ctxt->xpathCtxt; in xsltEvalGlobalVariable() 1498 xmlXPathContextPtr xpctxt = ctxt->xpathCtxt; in xsltProcessUserParamInternal()
|
D | transform.c | 4187 xmlXPathContextPtr xpctxt; in xsltCopyOf() 4373 xmlXPathContextPtr xpctxt; in xsltValueOf() 4692 xmlXPathContextPtr xpctxt; in xsltApplyTemplates() 5103 xmlXPathContextPtr xpctxt = ctxt->xpathCtxt; in xsltChoose() 5293 xmlXPathContextPtr xpctxt = ctxt->xpathCtxt; in xsltIf() 5365 xmlXPathContextPtr xpctxt = ctxt->xpathCtxt; in xsltIf() 5467 xmlXPathContextPtr xpctxt; in xsltForEach()
|
D | keys.c | 613 xmlXPathContextPtr xpctxt; in xsltInitCtxtKey()
|
D | numbers.c | 699 xsltNumberFormatGetValue(xmlXPathContextPtr context, in xsltNumberFormatGetValue()
|
D | xsltutils.c | 2104 xmlXPathContextPtr xpathCtxt; in xsltXPathCompile()
|
D | pattern.c | 332 xmlXPathContextPtr xctxt; in xsltCompMatchAdd()
|
/external/libxml2/ |
D | xpath.c | 268 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) in xmlXPathErrMemory() 598 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj); 1353 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset() 1425 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested() 1579 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased() 1668 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay() 1879 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache() 1922 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() 1959 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString() 2011 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet() [all …]
|
D | schematron.c | 164 xmlXPathContextPtr xctxt; 191 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */
|
D | xpointer.c | 1331 xmlXPathContextPtr 1333 xmlXPathContextPtr ret; in xmlXPtrNewContext() 1373 xmlXPtrEval(const xmlChar *str, xmlXPathContextPtr ctx) { in xmlXPtrEval()
|
D | xinclude.c | 1561 xmlXPathContextPtr xptrctxt; in xmlXIncludeLoadDoc()
|
D | xmllint.c | 2132 xmlXPathContextPtr ctxt; in doXPathQuery()
|