Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c3790 if (wildcard->nsSet != NULL) in xmlSchemaFreeWildcard()
3791 xmlSchemaFreeWildcardNsSet(wildcard->nsSet); in xmlSchemaFreeWildcard()
6784 tmp = wildc->nsSet; in xmlSchemaParseWildcardNs()
6798 if (wildc->nsSet == NULL) in xmlSchemaParseWildcardNs()
6799 wildc->nsSet = tmp; in xmlSchemaParseWildcardNs()
12728 } else if (wild->nsSet != NULL) { in xmlSchemaBuildAContentModel()
12729 ns = wild->nsSet; in xmlSchemaBuildAContentModel()
12762 } else if (wild->nsSet != NULL) { in xmlSchemaBuildAContentModel()
12763 ns = wild->nsSet; in xmlSchemaBuildAContentModel()
13391 cur = source->nsSet; in xmlSchemaCloneWildcardNsConstraints()
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h316 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */ member