Searched refs:idcDef (Results 1 – 2 of 2) sorted by relevance
946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
3867 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument3871 if (idcDef == NULL) in xmlSchemaFreeIDC()3873 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()3874 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()3876 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()3877 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3878 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3879 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()3882 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()3883 cur = idcDef->fields; in xmlSchemaFreeIDC()[all …]