Searched refs:idcDef (Results 1 – 4 of 4) sorted by relevance
946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
3967 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument3971 if (idcDef == NULL) in xmlSchemaFreeIDC()3973 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()3974 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()3976 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()3977 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3978 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3979 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()3982 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()3983 cur = idcDef->fields; in xmlSchemaFreeIDC()[all …]
1130 d idcDef like(xmlHashTablePtr) All id-constr. defs