Searched refs:xmlLocationSetPtr (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | xpointer.h | 35 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/ |
D | xpointer.c | 607 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 …]
|
D | xpath.c | 968 xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) { in xmlXPathDebugDumpLocationSet() 1095 (xmlLocationSetPtr) cur->user, depth); in xmlXPathDebugDumpObject() 5337 xmlLocationSetPtr loc = val->user; in xmlXPathObjectCopy() 12869 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst() 12870 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst() 13547 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() 13548 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() 13798 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() 13799 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() 13857 xmlLocationSetPtr rloc = in xmlXPathCompOpEval() [all …]
|
D | xinclude.c | 1202 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXIncludeCopyXPointer()
|