Home | History | Annotate | Download | only in libxml2

Lines Matching refs:idcDef

3901 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef)
3905 if (idcDef == NULL)
3907 if (idcDef->annot != NULL)
3908 xmlSchemaFreeAnnot(idcDef->annot);
3910 if (idcDef->selector != NULL) {
3911 if (idcDef->selector->xpathComp != NULL)
3912 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3913 xmlFree(idcDef->selector);
3916 if (idcDef->fields != NULL) {
3917 cur = idcDef->fields;
3926 xmlFree(idcDef);
4149 if (schema->idcDef != NULL)
4150 xmlHashFree(schema->idcDef, NULL);
4967 WXS_FIND_GLOBAL_ITEM(idcDef)
20784 WXS_GET_GLOBAL_HASH(bucket, idcDef)
21989 * @idcDef: the IDC definition
21996 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef,
22009 aidc->def = idcDef;
22021 (idcDef->type == XML_SCHEMA_TYPE_IDC_KEYREF))
22033 if (imported->schema->idcDef != NULL) {
22034 xmlHashScan(imported->schema->idcDef ,
22041 * @idcDef: the IDC definition of this binding
22048 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef)
22060 ret->definition = idcDef;