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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c13489 * @curWild: the second wildcard
13499 xmlSchemaWildcardPtr curWild)
13507 if ((completeWild->any == curWild->any) &&
13508 ((completeWild->nsSet == NULL) == (curWild->nsSet == NULL)) &&
13509 ((completeWild->negNsSet == NULL) == (curWild->negNsSet == NULL))) {
13512 (completeWild->negNsSet->value == curWild->negNsSet->value)) {
13523 curB = curWild->nsSet;
13544 if (completeWild->any != curWild->any) {
13562 if ((completeWild->nsSet != NULL) && (curWild->nsSet != NULL)) {
13566 cur = curWild
13497 xmlSchemaUnionWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
13757 xmlSchemaIntersectWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c13517 * @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
13525 xmlSchemaUnionWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
13785 xmlSchemaIntersectWildcards(xmlSchemaParserCtxtPtr ctxt, xmlSchemaWildcardPtr completeWild, xmlSchemaWildcardPtr curWild) argument
[all...]

Completed in 199 milliseconds