Searched refs:idcDef (Results 1 – 3 of 3) sorted by relevance
946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
3955 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument3959 if (idcDef == NULL) in xmlSchemaFreeIDC()3961 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()3962 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()3964 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()3965 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3966 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3967 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()3970 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()3971 cur = idcDef->fields; in xmlSchemaFreeIDC()[all …]
1130 d idcDef like(xmlHashTablePtr) All id-constr. defs