Searched refs:xmlXPathContextPtr (Results 1 – 25 of 30) sorted by relevance
12
/third_party/libxml2/include/libxml/ |
D | xpath.h | 40 typedef xmlXPathContext *xmlXPathContextPtr; typedef 383 xmlXPathContextPtr context; /* the evaluation context */ 504 XMLPUBFUN xmlXPathContextPtr XMLCALL 507 xmlXPathFreeContext (xmlXPathContextPtr ctxt); 509 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, 520 xmlXPathContextPtr ctx); 524 xmlXPathContextPtr ctx); 527 xmlXPathContextPtr ctx); 530 xmlXPathContextPtr ctxt); 532 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;
|
/third_party/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)
|
/third_party/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()
|
/third_party/libxml2/ |
D | xpath.c | 633 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) in xmlXPathErrMemory() 769 xmlXPathContextPtr xpctxt = ctxt->context; in xmlXPathCheckOpLimit() 990 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj); 1756 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageReset() 1828 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageRequested() 1982 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, in xmlXPathDebugObjUsageReleased() 2070 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt) in xmlXPathDebugObjUsageDisplay() 2281 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, in xmlXPathContextSetCache() 2324 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() 2361 xmlXPathCacheWrapString(xmlXPathContextPtr ctxt, xmlChar *val) in xmlXPathCacheWrapString() [all …]
|
D | testXPath.c | 81 xmlXPathContextPtr ctxt; in testXPath()
|
D | testC14N.c | 246 xmlXPathContextPtr ctx; in load_xpath_expr()
|
D | runxmlconf.c | 152 static xmlXPathContextPtr ctxtXPath;
|
D | xpointer.c | 1298 xmlXPathContextPtr 1300 xmlXPathContextPtr ret; in xmlXPtrNewContext() 1338 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 | 2423 xmlXPathContextPtr ctxt; in testXPath() 3713 xmlXPathContextPtr ctx; in load_xpath_expr()
|
/third_party/libxml2/fuzz/ |
D | xpath.c | 37 xmlXPathContextPtr xpctxt = xmlXPathNewContext(doc); in LLVMFuzzerTestOneInput()
|
/third_party/libxml2/python/ |
D | libxml_wrap.h | 76 xmlXPathContextPtr obj; 249 PyObject * libxml_xmlXPathContextPtrWrap(xmlXPathContextPtr ctxt);
|
D | libxml.c | 73 xmlXPathContextPtr ctx; 2232 xmlXPathContextPtr rctxt; in libxml_xmlXPathFuncCallback() 2338 xmlXPathContextPtr ctx; in libxml_xmlRegisterXPathFunction() 2348 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlRegisterXPathFunction() 2399 xmlXPathContextPtr ctx; in libxml_xmlXPathRegisterVariable() 2409 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlXPathRegisterVariable()
|
D | types.c | 459 libxml_xmlXPathContextPtrWrap(xmlXPathContextPtr ctxt) in libxml_xmlXPathContextPtrWrap()
|
/third_party/libxml2/doc/tutorial/ |
D | includexpath.c | 21 xmlXPathContextPtr context;
|
/third_party/libxml2/vms/ |
D | diffs.vms | 188 < void xmlXPathRegisteredVarsCleanup(xmlXPathContextPtr ctxt);
|
/third_party/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