Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h974 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
Dxmlschemas.c3945 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument
3949 if (idcDef == NULL) in xmlSchemaFreeIDC()
3951 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3952 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3954 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()
3955 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()
3956 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()
3957 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()
3960 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()
3961 cur = idcDef->fields; in xmlSchemaFreeIDC()
[all …]
/third_party/libxml2/include/libxml/
DschemasInternals.h946 xmlHashTablePtr idcDef; /* All identity-constraint defs. */ member
/third_party/libxml2/
Dxmlschemas.c3961 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef) in xmlSchemaFreeIDC() argument
3965 if (idcDef == NULL) in xmlSchemaFreeIDC()
3967 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3968 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3970 if (idcDef->selector != NULL) { in xmlSchemaFreeIDC()
3971 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()
3972 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()
3973 xmlFree(idcDef->selector); in xmlSchemaFreeIDC()
3976 if (idcDef->fields != NULL) { in xmlSchemaFreeIDC()
3977 cur = idcDef->fields; in xmlSchemaFreeIDC()
[all …]
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1130 d idcDef like(xmlHashTablePtr) All id-constr. defs