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.c3888 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) argument
3892 if (idcDef == NULL)
3894 if (idcDef->annot != NULL)
3895 xmlSchemaFreeAnnot(idcDef->annot);
3897 if (idcDef->selector != NULL) {
3898 if (idcDef->selector->xpathComp != NULL)
3899 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3900 xmlFree(idcDef->selector);
3903 if (idcDef->fields != NULL) {
3904 cur = idcDef
21983 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef, xmlSchemaValidCtxtPtr vctxt) argument
22035 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef) argument
[all...]

Completed in 57 milliseconds