Lines Matching refs:xmlLocationSetPtr
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()
856 xmlXPtrWrapLocationSet(xmlLocationSetPtr val) { in xmlXPtrWrapLocationSet()
1170 xmlLocationSetPtr loc = ctxt->value->user; in xmlXPtrEvalFullXPtr()
1654 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXPtrBuildNodeList()
1789 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction()
1790 xmlLocationSetPtr oldset = NULL; in xmlXPtrStartPointFunction()
1813 oldset = (xmlLocationSetPtr) obj->user; in xmlXPtrStartPointFunction()
1883 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction()
1884 xmlLocationSetPtr oldset = NULL; in xmlXPtrEndPointFunction()
1903 oldset = (xmlLocationSetPtr) obj->user; in xmlXPtrEndPointFunction()
2029 xmlLocationSetPtr oldset; in xmlXPtrRangeFunction()
2030 xmlLocationSetPtr newset; in xmlXPtrRangeFunction()
2049 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrRangeFunction()
2175 xmlLocationSetPtr oldset; in xmlXPtrRangeInsideFunction()
2176 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction()
2195 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrRangeInsideFunction()
2226 xmlLocationSetPtr newset = NULL; in xmlXPtrRangeToFunction()
2765 xmlLocationSetPtr oldset; in xmlXPtrStringRangeFunction()
2766 xmlLocationSetPtr newset; in xmlXPtrStringRangeFunction()
2812 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrStringRangeFunction()
2904 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate()
2905 xmlLocationSetPtr oldset; in xmlXPtrEvalRangePredicate()