Lines Matching refs:xmlLocationSetPtr
577 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()
826 xmlXPtrWrapLocationSet(xmlLocationSetPtr val) { in xmlXPtrWrapLocationSet()
1140 xmlLocationSetPtr loc = ctxt->value->user; in xmlXPtrEvalFullXPtr()
1644 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXPtrBuildNodeList()
1779 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction()
1780 xmlLocationSetPtr oldset = NULL; in xmlXPtrStartPointFunction()
1805 oldset = (xmlLocationSetPtr) obj->user; in xmlXPtrStartPointFunction()
1875 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction()
1876 xmlLocationSetPtr oldset = NULL; in xmlXPtrEndPointFunction()
1901 oldset = (xmlLocationSetPtr) obj->user; in xmlXPtrEndPointFunction()
2027 xmlLocationSetPtr oldset; in xmlXPtrRangeFunction()
2028 xmlLocationSetPtr newset; in xmlXPtrRangeFunction()
2049 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrRangeFunction()
2181 xmlLocationSetPtr oldset; in xmlXPtrRangeInsideFunction()
2182 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction()
2212 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrRangeInsideFunction()
2712 xmlLocationSetPtr oldset; in xmlXPtrStringRangeFunction()
2713 xmlLocationSetPtr newset = NULL; in xmlXPtrStringRangeFunction()
2777 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrStringRangeFunction()
2870 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate()
2871 xmlLocationSetPtr oldset; in xmlXPtrEvalRangePredicate()