Home | History | Annotate | Download | only in src

Lines Matching refs:newlocset

12889 	xmlLocationSetPtr newlocset = NULL;
12915 newlocset = xmlXPtrLocationSetCreate(NULL);
12945 xmlXPtrLocationSetAdd(newlocset,
12969 if (newlocset->locNr > 0) {
12984 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));
13569 xmlLocationSetPtr newlocset = NULL;
13597 newlocset = xmlXPtrLocationSetCreate(NULL);
13626 xmlXPtrLocationSetAdd(newlocset,
13652 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));
13820 xmlLocationSetPtr newlocset = NULL;
13854 newlocset = xmlXPtrLocationSetCreate(NULL);
13888 xmlXPtrLocationSetAdd(newlocset, range);
13895 xmlXPtrLocationSetAdd(newlocset,range);
13918 newlocset = xmlXPtrLocationSetCreate(NULL);
13948 xmlXPtrLocationSetAdd(newlocset, range);
13974 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));