Searched defs:idcDef (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member in struct:_xmlSchema
/external/libxml2/include/libxml/
H A DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member in struct:_xmlSchema
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c3867 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) argument
3871 if (idcDef == NULL)
3873 if (idcDef->annot != NULL)
3874 xmlSchemaFreeAnnot(idcDef->annot);
3876 if (idcDef->selector != NULL) {
3877 if (idcDef->selector->xpathComp != NULL)
3878 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3879 xmlFree(idcDef->selector);
3882 if (idcDef->fields != NULL) {
3883 cur = idcDef
21952 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef, xmlSchemaValidCtxtPtr vctxt) argument
22004 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c3886 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) argument
3890 if (idcDef == NULL)
3892 if (idcDef->annot != NULL)
3893 xmlSchemaFreeAnnot(idcDef->annot);
3895 if (idcDef->selector != NULL) {
3896 if (idcDef->selector->xpathComp != NULL)
3897 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3898 xmlFree(idcDef->selector);
3901 if (idcDef->fields != NULL) {
3902 cur = idcDef
21981 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef, xmlSchemaValidCtxtPtr vctxt) argument
22033 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef) argument
[all...]

Completed in 112 milliseconds