Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlLocationSetPtr

603  * Create a new xmlLocationSetPtr of type double and of value @val
607 xmlLocationSetPtr
609 xmlLocationSetPtr ret;
611 ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet));
642 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
694 xmlLocationSetPtr
695 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) {
720 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
753 xmlXPtrLocationSetRemove(xmlLocationSetPtr cur, int val) {
764 * @obj: the xmlLocationSetPtr to free
769 xmlXPtrFreeLocationSet(xmlLocationSetPtr obj) {
832 xmlLocationSetPtr newset;
856 xmlXPtrWrapLocationSet(xmlLocationSetPtr val) {
1170 xmlLocationSetPtr loc = ctxt->value->user;
1654 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user;
1789 xmlLocationSetPtr newset = NULL;
1790 xmlLocationSetPtr oldset = NULL;
1813 oldset = (xmlLocationSetPtr) obj->user;
1883 xmlLocationSetPtr newset = NULL;
1884 xmlLocationSetPtr oldset = NULL;
1903 oldset = (xmlLocationSetPtr) obj->user;
2029 xmlLocationSetPtr oldset;
2030 xmlLocationSetPtr newset;
2049 oldset = (xmlLocationSetPtr) set->user;
2175 xmlLocationSetPtr oldset;
2176 xmlLocationSetPtr newset;
2195 oldset = (xmlLocationSetPtr) set->user;
2226 xmlLocationSetPtr newset = NULL;
2765 xmlLocationSetPtr oldset;
2766 xmlLocationSetPtr newset;
2812 oldset = (xmlLocationSetPtr) set->user;
2904 xmlLocationSetPtr newset = NULL;
2905 xmlLocationSetPtr oldset;