Home
last modified time | relevance | path

Searched refs:idcDef (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
/external/libxml2/
Dxmlschemas.c3867 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument
3871 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 …]