Lines Matching refs:idcDef
3888 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef)
3892 if (idcDef == NULL)
3894 if (idcDef->annot != NULL)
3895 xmlSchemaFreeAnnot(idcDef->annot);
3897 if (idcDef->selector != NULL) {
3898 if (idcDef->selector->xpathComp != NULL)
3899 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3900 xmlFree(idcDef->selector);
3903 if (idcDef->fields != NULL) {
3904 cur = idcDef->fields;
3913 xmlFree(idcDef);
4136 if (schema->idcDef != NULL)
4137 xmlHashFree(schema->idcDef, NULL);
4954 WXS_FIND_GLOBAL_ITEM(idcDef)
20771 WXS_GET_GLOBAL_HASH(bucket, idcDef)
21976 * @idcDef: the IDC definition
21983 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef,
21996 aidc->def = idcDef;
22008 (idcDef->type == XML_SCHEMA_TYPE_IDC_KEYREF))
22020 if (imported->schema->idcDef != NULL) {
22021 xmlHashScan(imported->schema->idcDef ,
22028 * @idcDef: the IDC definition of this binding
22035 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef)
22047 ret->definition = idcDef;