Home | History | Annotate | Download | only in libxml2

Lines Matching refs:lastNs

6746     xmlSchemaWildcardNsPtr tmp, lastNs = NULL;
6834 else if (lastNs != NULL)
6835 lastNs->next = tmp;
6836 lastNs = tmp;