Home | History | Annotate | Download | only in libxml2

Lines Matching refs:lastNs

6733     xmlSchemaWildcardNsPtr tmp, lastNs = NULL;
6821 else if (lastNs != NULL)
6822 lastNs->next = tmp;
6823 lastNs = tmp;