Searched refs:idcDef (Results 1 – 5 of 5) sorted by relevance
974 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
3945 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument3949 if (idcDef == NULL) in xmlSchemaFreeIDC()3951 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()3952 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()3954 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()3955 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3956 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3957 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()3960 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()3961 cur = idcDef->fields; in xmlSchemaFreeIDC()[all …]
946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
3961 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument3965 if (idcDef == NULL) in xmlSchemaFreeIDC()3967 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()3968 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()3970 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()3971 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3972 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3973 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()3976 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()3977 cur = idcDef->fields; in xmlSchemaFreeIDC()[all …]
1130 d idcDef like(xmlHashTablePtr) All id-constr. defs