Home
last modified time | relevance | path

Searched refs:lastNs (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c6818 xmlSchemaWildcardNsPtr tmp, lastNs = NULL; in xmlSchemaParseWildcardNs() local
6906 else if (lastNs != NULL) in xmlSchemaParseWildcardNs()
6907 lastNs->next = tmp; in xmlSchemaParseWildcardNs()
6908 lastNs = tmp; in xmlSchemaParseWildcardNs()