Searched refs:completeWild (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c13422 * @completeWild: the first wildcard
13426 * @completeWild will hold the resulting union.
13432 xmlSchemaWildcardPtr completeWild,
13441 if ((completeWild->any == curWild->any) &&
13442 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) &&
13443 ((completeWild->negNsSet == NULL) == (curWild->negNsSet == NULL))) {
13445 if ((completeWild->negNsSet == NULL) ||
13446 (completeWild->negNsSet->value == curWild->negNsSet->value)) {
13448 if (completeWild->nsSet != NULL) {
13454 cur = completeWild
13431 xmlSchemaUnionWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
13691 xmlSchemaIntersectWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
19056 xmlSchemaExpandAttributeGroupRefs(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBasicItemPtr item, xmlSchemaWildcardPtr *completeWild, xmlSchemaItemListPtr list, xmlSchemaItemListPtr prohibs) argument
[all...]

Completed in 65 milliseconds