Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
/external/libxml2/
Dxmlschemas.c3916 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument
3920 if (idcDef == NULL) in xmlSchemaFreeIDC()
3922 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3923 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3925 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()
3926 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()
3927 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()
3928 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()
3931 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()
3932 cur = idcDef->fields; in xmlSchemaFreeIDC()
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1130 d idcDef like(xmlHashTablePtr) All id-constr. defs