• Home
  • Raw
  • Download

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()
1634 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; in xmlXPtrBuildNodeList()
1769 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction()
1770 xmlLocationSetPtr oldset = NULL; in xmlXPtrStartPointFunction()
1795 oldset = (xmlLocationSetPtr) obj->user; in xmlXPtrStartPointFunction()
1865 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction()
1866 xmlLocationSetPtr oldset = NULL; in xmlXPtrEndPointFunction()
1891 oldset = (xmlLocationSetPtr) obj->user; in xmlXPtrEndPointFunction()
2017 xmlLocationSetPtr oldset; in xmlXPtrRangeFunction()
2018 xmlLocationSetPtr newset; in xmlXPtrRangeFunction()
2039 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrRangeFunction()
2171 xmlLocationSetPtr oldset; in xmlXPtrRangeInsideFunction()
2172 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction()
2193 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrRangeInsideFunction()
2700 xmlLocationSetPtr oldset; in xmlXPtrStringRangeFunction()
2701 xmlLocationSetPtr newset; in xmlXPtrStringRangeFunction()
2753 oldset = (xmlLocationSetPtr) set->user; in xmlXPtrStringRangeFunction()
2845 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate()
2846 xmlLocationSetPtr oldset; in xmlXPtrEvalRangePredicate()