Searched refs:xmlXPathContextPtr (Results 1 – 25 of 29) sorted by relevance
12
/external/libxml2/include/libxml/ |
D | xpath.h | 40 typedef xmlXPathContext *xmlXPathContextPtr; typedef 376 xmlXPathContextPtr context; /* the evaluation context */ 497 XMLPUBFUN xmlXPathContextPtr XMLCALL 500 xmlXPathFreeContext (xmlXPathContextPtr ctxt); 502 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, 513 xmlXPathContextPtr ctx); 517 xmlXPathContextPtr ctx); 520 xmlXPathContextPtr ctx); 523 xmlXPathContextPtr ctxt); 525 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt, [all …]
|
D | xpathInternals.h | 335 xmlXPathRegisterVariableLookup (xmlXPathContextPtr ctxt, 344 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, 425 xmlXPathRegisterNs (xmlXPathContextPtr ctxt, 429 xmlXPathNsLookup (xmlXPathContextPtr ctxt, 432 xmlXPathRegisteredNsCleanup (xmlXPathContextPtr ctxt); 435 xmlXPathRegisterFunc (xmlXPathContextPtr ctxt, 439 xmlXPathRegisterFuncNS (xmlXPathContextPtr ctxt, 444 xmlXPathRegisterVariable (xmlXPathContextPtr ctxt, 448 xmlXPathRegisterVariableNS (xmlXPathContextPtr ctxt, 453 xmlXPathFunctionLookup (xmlXPathContextPtr ctxt, [all …]
|
D | xpointer.h | 95 XMLPUBFUN xmlXPathContextPtr XMLCALL 101 xmlXPathContextPtr ctx);
|
D | debugXML.h | 117 xmlXPathContextPtr pctxt;
|
/external/libxml2/os400/libxmlrpg/ |
D | xpathInternals.rpgle | 57 d ctxt value like(xmlXPathContextPtr) 66 d ctxt value like(xmlXPathContextPtr) 188 d ctxt value like(xmlXPathContextPtr) 194 d ctxt value like(xmlXPathContextPtr) 200 d ctxt value like(xmlXPathContextPtr) 205 d ctxt value like(xmlXPathContextPtr) 212 d ctxt value like(xmlXPathContextPtr) 220 d ctxt value like(xmlXPathContextPtr) 227 d ctxt value like(xmlXPathContextPtr) 235 d ctxt value like(xmlXPathContextPtr) [all …]
|
D | xpath.rpgle | 32 d xmlXPathContextPtr... 298 d ds based(xmlXPathContextPtr) 403 d context like(xmlXPathContextPtr) Evaluation context 553 d like(xmlXPathContextPtr) 558 d ctxt value like(xmlXPathContextPtr) 563 d ctxt value like(xmlXPathContextPtr) 579 d ctx value like(xmlXPathContextPtr) 586 d ctx value like(xmlXPathContextPtr) 591 d ctx value like(xmlXPathContextPtr) 597 d ctxt value like(xmlXPathContextPtr) [all …]
|
D | xpointer.rpgle | 133 d like(xmlXPathContextPtr) 141 d ctx value like(xmlXPathContextPtr)
|
D | debugXML.rpgle | 138 d pctxt like(xmlXPathContextPtr)
|
/external/libxml2/doc/examples/ |
D | xpath1.c | 26 int register_namespaces(xmlXPathContextPtr xpathCtx, const xmlChar* nsList); 87 xmlXPathContextPtr xpathCtx; in execute_xpath_expression() 147 register_namespaces(xmlXPathContextPtr xpathCtx, const xmlChar* nsList) { in register_namespaces()
|
D | xpath2.c | 87 xmlXPathContextPtr xpathCtx; in example4()
|
/external/libxml2/ |
D | xpath.c | 625 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) in xmlXPathErrMemory() 955 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj); 1721 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset() 1793 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested() 1947 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased() 2036 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay() 2247 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache() 2290 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() 2327 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString() 2379 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet() [all …]
|
D | testXPath.c | 81 xmlXPathContextPtr ctxt; in testXPath()
|
D | testC14N.c | 243 xmlXPathContextPtr ctx; in load_xpath_expr()
|
D | runxmlconf.c | 152 static xmlXPathContextPtr ctxtXPath;
|
D | xpointer.c | 1299 xmlXPathContextPtr 1301 xmlXPathContextPtr ret; in xmlXPtrNewContext() 1339 xmlXPtrEval(const xmlChar *str, xmlXPathContextPtr ctx) { in xmlXPtrEval()
|
D | schematron.c | 164 xmlXPathContextPtr xctxt; 193 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */
|
D | runsuite.c | 205 static xmlXPathContextPtr ctxtXPath;
|
D | runtest.c | 2351 xmlXPathContextPtr ctxt; in testXPath() 3639 xmlXPathContextPtr ctx; in load_xpath_expr()
|
/external/libxml2/python/ |
D | libxml_wrap.h | 76 xmlXPathContextPtr obj; 249 PyObject * libxml_xmlXPathContextPtrWrap(xmlXPathContextPtr ctxt);
|
D | libxml.c | 72 xmlXPathContextPtr ctx; 2231 xmlXPathContextPtr rctxt; in libxml_xmlXPathFuncCallback() 2337 xmlXPathContextPtr ctx; in libxml_xmlRegisterXPathFunction() 2347 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlRegisterXPathFunction() 2398 xmlXPathContextPtr ctx; in libxml_xmlXPathRegisterVariable() 2408 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlXPathRegisterVariable()
|
D | types.c | 335 libxml_xmlXPathContextPtrWrap(xmlXPathContextPtr ctxt) in libxml_xmlXPathContextPtrWrap()
|
/external/libxml2/doc/tutorial/ |
D | includexpath.c | 21 xmlXPathContextPtr context;
|
/external/libxml2/vms/ |
D | diffs.vms | 188 < void xmlXPathRegisteredVarsCleanup(xmlXPathContextPtr ctxt);
|
/external/curl/docs/examples/ |
D | crawler.c | 108 xmlXPathContextPtr context = xmlXPathNewContext(doc); in follow_links()
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 873 xmlXPathContextPtr ctxt; in read_assocs() 993 columnPosition(xmlXPathContextPtr ctxt, const xmlChar * header) in columnPosition() 1018 xmlXPathContextPtr ctxt; in read_iana()
|
12