Lines Matching defs:keys
784 xmlSchemaPSVIIDCKeyPtr *keys;
4564 key = tab->keys[j];
4586 key = tab->keys[j];
22304 xmlFree(idcNode->keys);
22353 xmlFree(idcNode->keys);
22998 ((xmlSchemaPSVIIDCNodePtr) targets->items[i])->keys;
23007 * One of the keys differs, so the key-sequence
23083 ntItem->keys = *keySeq;
23094 xmlFree(ntItem->keys);
23297 xmlSchemaPSVIIDCKeyPtr *keys, *ntkeys;
23362 keys = targets[i]->keys;
23370 res = xmlSchemaAreValuesEqual(keys[0]->val,
23371 dupls[j]->keys[0]->val);
23382 ntkeys = dupls[j]->keys;
23384 res = xmlSchemaAreValuesEqual(keys[k]->val,
23390 * One of the keys differs.
23409 res = xmlSchemaAreValuesEqual(keys[0]->val,
23410 bind->nodeTable[j]->keys[0]->val);
23421 ntkeys = bind->nodeTable[j]->keys;
23423 res = xmlSchemaAreValuesEqual(keys[k]->val,
23429 * One of the keys
23571 node->keys[0]->val,
23572 dupls[j]->keys[0]->val);
23583 node->keys[k]->val,
23584 parNode->keys[k]->val);
23610 node->keys[0]->val,
23611 parNode->keys[0]->val);
23621 node->keys[k]->val,
23622 parNode->keys[k]->val);
23798 xmlSchemaPSVIIDCKeyPtr *refKeys, *keys;
23821 refKeys = refNode->keys;
23823 keys = bind->nodeTable[j]->keys;
23825 res = xmlSchemaAreValuesEqual(keys[k]->val,
23845 keys = ((xmlSchemaPSVIIDCNodePtr)
23846 bind->dupls->items[j])->keys;
23848 res = xmlSchemaAreValuesEqual(keys[k]->val,
23867 refNode->keys, nbFields),
23885 refNode->keys, nbFields),
27579 xmlFree(item->keys);
27650 xmlFree(item->keys);