Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
/external/cronet/third_party/libxml/src/include/libxml/
DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
/external/libxml2/
Dxmlschemas.c3967 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument
3971 if (idcDef == NULL) in xmlSchemaFreeIDC()
3973 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3974 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3976 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()
3977 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()
3978 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()
3979 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()
3982 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()
3983 cur = idcDef->fields; in xmlSchemaFreeIDC()
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1130 d idcDef like(xmlHashTablePtr) All id-constr. defs