Home | History | Annotate | Download | only in libxml2

Lines Matching full:lastns

6712     xmlSchemaWildcardNsPtr tmp, lastNs = NULL;
6800 else if (lastNs != NULL)
6801 lastNs->next = tmp;
6802 lastNs = tmp;