Searched defs:curWild (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c13423 * @curWild: the second wildcard
13433 xmlSchemaWildcardPtr curWild)
13441 if ((completeWild->any == curWild->any) &&
13442 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) &&
13443 ((completeWild->negNsSet == NULL) == (curWild->negNsSet == NULL))) {
13446 (completeWild->negNsSet->value == curWild->negNsSet->value)) {
13457 curB = curWild->nsSet;
13478 if (completeWild->any != curWild->any) {
13496 if ((completeWild->nsSet != NULL) && (curWild->nsSet != NULL)) {
13500 cur = curWild
13431 xmlSchemaUnionWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
13691 xmlSchemaIntersectWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
[all...]

Completed in 259 milliseconds