Lines Matching defs:curWild

13517  * @curWild: the second wildcard
13527 xmlSchemaWildcardPtr curWild)
13535 if ((completeWild->any == curWild->any) &&
13536 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) &&
13537 ((completeWild->negNsSet == NULL) == (curWild->negNsSet == NULL))) {
13540 (completeWild->negNsSet->value == curWild->negNsSet->value)) {
13551 curB = curWild->nsSet;
13572 if (completeWild->any != curWild->any) {
13590 if ((completeWild->nsSet != NULL) && (curWild->nsSet != NULL)) {
13594 cur = curWild->nsSet;
13624 (curWild->negNsSet != NULL) &&
13625 (completeWild->negNsSet->value != curWild->negNsSet->value)) {
13635 (curWild->nsSet != NULL)) ||
13636 ((curWild->negNsSet != NULL) &&
13637 (curWild->negNsSet->value != NULL) &&
13644 curB = curWild->negNsSet;
13646 cur = curWild->nsSet;
13714 completeWild->negNsSet->value = curWild->negNsSet->value;
13724 (curWild->nsSet != NULL)) ||
13725 ((curWild->negNsSet != NULL) &&
13726 (curWild->negNsSet->value == NULL) &&
13732 cur = curWild->nsSet;
13777 * @curWild: the second wildcard
13787 xmlSchemaWildcardPtr curWild)
13795 if ((completeWild->any == curWild->any) &&
13796 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) &&
13797 ((completeWild->negNsSet == NULL) == (curWild->negNsSet == NULL))) {
13800 (completeWild->negNsSet->value == curWild->negNsSet->value)) {
13811 curB = curWild->nsSet;
13832 if ((completeWild->any != curWild->any) && (completeWild->any)) {
13833 if (xmlSchemaCloneWildcardNsConstraints(ctxt, completeWild, curWild) == -1)
13843 if (((completeWild->negNsSet != NULL) && (curWild->nsSet != NULL)) ||
13844 ((curWild->negNsSet != NULL) && (completeWild->nsSet != NULL))) {
13849 if (xmlSchemaCloneWildcardNsConstraints(ctxt, completeWild, curWild) == -1)
13852 neg = curWild->negNsSet->value;
13893 if ((completeWild->nsSet != NULL) && (curWild->nsSet != NULL)) {
13900 curB = curWild->nsSet;
13928 (curWild->negNsSet != NULL) &&
13929 (completeWild->negNsSet->value != curWild->negNsSet->value) &&
13931 (curWild->negNsSet->value != NULL)) {
13943 if ((completeWild->negNsSet != NULL) && (curWild->negNsSet != NULL) &&
13944 (completeWild->negNsSet->value != curWild->negNsSet->value) &&
13946 completeWild->negNsSet->value = curWild->negNsSet->value;