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

/external/libxml2/include/libxml/
H A DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member in struct:_xmlSchema
/external/libxml2/
H A Dxmlschemas.c3901 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) argument
3905 if (idcDef == NULL)
3907 if (idcDef->annot != NULL)
3908 xmlSchemaFreeAnnot(idcDef->annot);
3910 if (idcDef->selector != NULL) {
3911 if (idcDef->selector->xpathComp != NULL)
3912 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3913 xmlFree(idcDef->selector);
3916 if (idcDef->fields != NULL) {
3917 cur = idcDef
21996 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef, xmlSchemaValidCtxtPtr vctxt) argument
22048 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef) argument
[all...]

Completed in 81 milliseconds