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.rpgle27 d xmlLocationSetPtr...
30 d xmlLocationSet ds based(xmlLocationSetPtr)
40 d like(xmlLocationSetPtr)
45 d obj value like(xmlLocationSetPtr)
49 d like(xmlLocationSetPtr)
50 d val1 value like(xmlLocationSetPtr)
51 d val2 value like(xmlLocationSetPtr)
110 d cur value like(xmlLocationSetPtr)
116 d val value like(xmlLocationSetPtr)
120 d cur value like(xmlLocationSetPtr)
[all …]
/external/libxml2/
Dxpointer.c607 xmlLocationSetPtr
609 xmlLocationSetPtr ret; in xmlXPtrLocationSetCreate()
611 ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet)); in xmlXPtrLocationSetCreate()
642 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) { in xmlXPtrLocationSetAdd()
694 xmlLocationSetPtr
695 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) { in xmlXPtrLocationSetMerge()
720 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) { in xmlXPtrLocationSetDel()
753 xmlXPtrLocationSetRemove(xmlLocationSetPtr cur, int val) { in xmlXPtrLocationSetRemove()
769 xmlXPtrFreeLocationSet(xmlLocationSetPtr obj) { in xmlXPtrFreeLocationSet()
832 xmlLocationSetPtr newset; in xmlXPtrNewLocationSetNodeSet()
[all …]
Dxpath.c1340 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) { in xmlXPathDebugDumpLocationSet()
1467 (xmlLocationSetPtr) cur->user, depth); in xmlXPathDebugDumpObject()
5458 xmlLocationSetPtr loc = val->user; in xmlXPathObjectCopy()
13037 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst()
13038 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst()
13737 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval()
13738 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval()
13992 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval()
13993 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval()
14051 xmlLocationSetPtr rloc = in xmlXPathCompOpEval()
[all …]
Dxinclude.c1213 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXIncludeCopyXPointer()
Dtestapi.c51504 static xmlLocationSetPtr gen_xmlLocationSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlLocationSetPtr()
51507 static void des_xmlLocationSetPtr(int no ATTRIBUTE_UNUSED, xmlLocationSetPtr val ATTRIBUTE_UNUSED, … in des_xmlLocationSetPtr()
51518 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetAdd()
51567 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetDel()
51616 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetRemove()
52074 xmlLocationSetPtr val; /* the LocationSet value */ in test_xmlXPtrWrapLocationSet()
/external/libxml2/python/
Dtypes.c556 xmlLocationSetPtr set; in libxml_xmlXPathObjectPtrWrap()
/external/libxml2/doc/html/
Dindex.sgml305 <ANCHOR id="xmlLocationSetPtr" href="libxml/libxml-xpointer.html#xmlLocationSetPtr">