Searched refs:idcDef (Results 1 – 3 of 3) sorted by relevance
946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
3916 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument3920 if (idcDef == NULL) in xmlSchemaFreeIDC()3922 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()3923 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()3925 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()3926 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3927 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3928 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()3931 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()3932 cur = idcDef->fields; in xmlSchemaFreeIDC()[all …]
1130 d idcDef like(xmlHashTablePtr) All id-constr. defs