Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A DschemasInternals.h917 #define XML_SCHEMAS_INCLUDING_CONVERT_NS 1 << 9 macro
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c5904 else if (schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) { in xmlSchemaPValAttrNodeQNameValue()
11172 if ((schema->flags & XML_SCHEMAS_INCLUDING_CONVERT_NS) == 0) { in xmlSchemaParseIncludeOrRedefine()
11173 schema->flags |= XML_SCHEMAS_INCLUDING_CONVERT_NS; in xmlSchemaParseIncludeOrRedefine()
11180 schema->flags ^= XML_SCHEMAS_INCLUDING_CONVERT_NS; in xmlSchemaParseIncludeOrRedefine()