Lines Matching refs:xmlLocationSetPtr
566 * Create a new xmlLocationSetPtr of type double and of value @val
570 xmlLocationSetPtr
572 xmlLocationSetPtr ret;
574 ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet));
605 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
657 xmlLocationSetPtr
658 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) {
683 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
716 xmlXPtrLocationSetRemove(xmlLocationSetPtr cur, int val) {
727 * @obj: the xmlLocationSetPtr to free
732 xmlXPtrFreeLocationSet(xmlLocationSetPtr obj) {
795 xmlLocationSetPtr newset;
819 xmlXPtrWrapLocationSet(xmlLocationSetPtr val) {
1128 xmlLocationSetPtr loc = ctxt->value->user;
1622 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user;
1757 xmlLocationSetPtr newset = NULL;
1758 xmlLocationSetPtr oldset = NULL;
1783 oldset = (xmlLocationSetPtr) obj->user;
1853 xmlLocationSetPtr newset = NULL;
1854 xmlLocationSetPtr oldset = NULL;
1879 oldset = (xmlLocationSetPtr) obj->user;
2005 xmlLocationSetPtr oldset;
2006 xmlLocationSetPtr newset;
2027 oldset = (xmlLocationSetPtr) set->user;
2157 xmlLocationSetPtr oldset;
2158 xmlLocationSetPtr newset;
2179 oldset = (xmlLocationSetPtr) set->user;
2686 xmlLocationSetPtr oldset;
2687 xmlLocationSetPtr newset;
2739 oldset = (xmlLocationSetPtr) set->user;
2831 xmlLocationSetPtr newset = NULL;
2832 xmlLocationSetPtr oldset;