Home
last modified time | relevance | path

Searched refs:xmlLocationSetPtr (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dxpointer.h35 typedef xmlLocationSet *xmlLocationSetPtr; typedef
46 XMLPUBFUN xmlLocationSetPtr XMLCALL
49 xmlXPtrFreeLocationSet (xmlLocationSetPtr obj);
50 XMLPUBFUN xmlLocationSetPtr XMLCALL
51 xmlXPtrLocationSetMerge (xmlLocationSetPtr val1,
52 xmlLocationSetPtr val2);
81 xmlXPtrLocationSetAdd (xmlLocationSetPtr cur,
84 xmlXPtrWrapLocationSet (xmlLocationSetPtr val);
86 xmlXPtrLocationSetDel (xmlLocationSetPtr cur,
89 xmlXPtrLocationSetRemove (xmlLocationSetPtr cur,
/external/libxml2/os400/libxmlrpg/
Dxpointer.rpgle28 d xmlLocationSetPtr...
31 d xmlLocationSet ds based(xmlLocationSetPtr)
41 d like(xmlLocationSetPtr)
46 d obj value like(xmlLocationSetPtr)
50 d like(xmlLocationSetPtr)
51 d val1 value like(xmlLocationSetPtr)
52 d val2 value like(xmlLocationSetPtr)
111 d cur value like(xmlLocationSetPtr)
117 d val value like(xmlLocationSetPtr)
121 d cur value like(xmlLocationSetPtr)
[all …]
/external/libxml2/
Dxpointer.c577 xmlLocationSetPtr
579 xmlLocationSetPtr ret; in xmlXPtrLocationSetCreate()
581 ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet)); in xmlXPtrLocationSetCreate()
612 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) { in xmlXPtrLocationSetAdd()
664 xmlLocationSetPtr
665 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) { in xmlXPtrLocationSetMerge()
690 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) { in xmlXPtrLocationSetDel()
723 xmlXPtrLocationSetRemove(xmlLocationSetPtr cur, int val) { in xmlXPtrLocationSetRemove()
739 xmlXPtrFreeLocationSet(xmlLocationSetPtr obj) { in xmlXPtrFreeLocationSet()
802 xmlLocationSetPtr newset; in xmlXPtrNewLocationSetNodeSet()
[all …]
Dxpath.c1331 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) { in xmlXPathDebugDumpLocationSet()
1459 (xmlLocationSetPtr) cur->user, depth); in xmlXPathDebugDumpObject()
5467 xmlLocationSetPtr loc = val->user; in xmlXPathObjectCopy()
13002 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst()
13003 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst()
13013 (((xmlLocationSetPtr) ctxt->value->user)->locNr == 0)) in xmlXPathCompOpEvalFilterFirst()
13589 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval()
13590 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval()
13600 (((xmlLocationSetPtr) ctxt->value->user)->locNr == 0)) in xmlXPathCompOpEval()
13816 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval()
[all …]
Dxinclude.c1213 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXIncludeCopyXPointer()
Dtestapi.c51717 static xmlLocationSetPtr gen_xmlLocationSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlLocationSetPtr()
51720 static void des_xmlLocationSetPtr(int no ATTRIBUTE_UNUSED, xmlLocationSetPtr val ATTRIBUTE_UNUSED, … in des_xmlLocationSetPtr()
51731 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetAdd()
51780 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetDel()
51829 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetRemove()
52287 xmlLocationSetPtr val; /* the LocationSet value */ in test_xmlXPtrWrapLocationSet()
/external/libxml2/python/
Dtypes.c554 xmlLocationSetPtr set; in libxml_xmlXPathObjectPtrWrap()
/external/libxml2/doc/html/
Dindex.sgml305 <ANCHOR id="xmlLocationSetPtr" href="libxml/libxml-xpointer.html#xmlLocationSetPtr">