Home | History | Annotate | Download | only in libxml2

Lines Matching refs:oldlocset

12952 	xmlLocationSetPtr oldlocset;
12961 oldlocset = obj->user;
12964 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) {
12979 for (i = 0; i < oldlocset->locNr; i++) {
12984 ctxt->context->node = oldlocset->locTab[i]->user;
12985 ctxt->context->contextSize = oldlocset->locNr;
13009 oldlocset->locTab[i]));
13032 *first = (xmlNodePtr) oldlocset->locTab[i]->user;
13639 xmlLocationSetPtr oldlocset;
13648 oldlocset = obj->user;
13651 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) {
13668 for (i = 0; i < oldlocset->locNr; i++) {
13673 ctxt->context->node = oldlocset->locTab[i]->user;
13674 ctxt->context->contextSize = oldlocset->locNr;
13697 (oldlocset->locTab[i]));
13890 xmlLocationSetPtr oldlocset;
13908 oldlocset = obj->user;
13910 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) {
13925 for (i = 0; i < oldlocset->locNr; i++) {
13930 ctxt->context->node = oldlocset->locTab[i]->user;
13931 ctxt->context->contextSize = oldlocset->locNr;
13952 oldlocset->locTab[i]->user,
13953 oldlocset->locTab[i]->index,
13962 (xmlNodePtr)oldlocset->locTab[i]->user, res);