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.c1367 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) { in xmlXPathDebugDumpLocationSet()
1495 (xmlLocationSetPtr) cur->user, depth); in xmlXPathDebugDumpObject()
5438 xmlLocationSetPtr loc = val->user; in xmlXPathObjectCopy()
11756 xmlLocationSetPtr locset, in xmlXPathLocationSetFilter()
12922 xmlLocationSetPtr locset = ctxt->value->user; in xmlXPathCompOpEvalFilterFirst()
13345 xmlLocationSetPtr locset = ctxt->value->user; in xmlXPathCompOpEval()
13376 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval()
13377 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval()
13404 (((xmlLocationSetPtr) ctxt->value->user)->locNr == 0)) in xmlXPathCompOpEval()
13435 xmlLocationSetPtr rloc = in xmlXPathCompOpEval()
[all …]
Dxinclude.c1227 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXIncludeCopyXPointer()
Dtestapi.c51708 static xmlLocationSetPtr gen_xmlLocationSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlLocationSetPtr()
51711 static void des_xmlLocationSetPtr(int no ATTRIBUTE_UNUSED, xmlLocationSetPtr val ATTRIBUTE_UNUSED, … in des_xmlLocationSetPtr()
51722 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetAdd()
51771 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetDel()
51820 xmlLocationSetPtr cur; /* the initial range set */ in test_xmlXPtrLocationSetRemove()
52278 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">