Searched refs:substGroup (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schemasInternals.in.h | 811 const xmlChar *substGroup; member
|
D | xmlschemas.c | 4303 if (elem->substGroup != NULL) { in xmlSchemaElementDump() 4304 fprintf(output, " substitutionGroup: '%s' ", elem->substGroup); in xmlSchemaElementDump() 5820 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember() local 5825 substGroup = xmlSchemaSubstGroupGet(pctxt, head); in xmlSchemaAddElementSubstitutionMember() 5826 if (substGroup == NULL) in xmlSchemaAddElementSubstitutionMember() 5827 substGroup = xmlSchemaSubstGroupAdd(pctxt, head); in xmlSchemaAddElementSubstitutionMember() 5828 if (substGroup == NULL) in xmlSchemaAddElementSubstitutionMember() 5830 if (xmlSchemaItemListAdd(substGroup->members, member) == -1) in xmlSchemaAddElementSubstitutionMember() 8741 &(decl->substGroupNs), &(decl->substGroup)); in xmlSchemaParseElement() 12628 xmlSchemaSubstGroupPtr substGroup; in xmlSchemaBuildContentModelForSubstGroup() local [all …]
|
/third_party/libxml2/include/libxml/ |
D | schemasInternals.h | 783 const xmlChar *substGroup; member
|
/third_party/libxml2/ |
D | xmlschemas.c | 4319 if (elem->substGroup != NULL) { in xmlSchemaElementDump() 4320 fprintf(output, " substitutionGroup: '%s' ", elem->substGroup); in xmlSchemaElementDump() 5836 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember() local 5841 substGroup = xmlSchemaSubstGroupGet(pctxt, head); in xmlSchemaAddElementSubstitutionMember() 5842 if (substGroup == NULL) in xmlSchemaAddElementSubstitutionMember() 5843 substGroup = xmlSchemaSubstGroupAdd(pctxt, head); in xmlSchemaAddElementSubstitutionMember() 5844 if (substGroup == NULL) in xmlSchemaAddElementSubstitutionMember() 5846 if (xmlSchemaItemListAdd(substGroup->members, member) == -1) in xmlSchemaAddElementSubstitutionMember() 8763 &(decl->substGroupNs), &(decl->substGroup)); in xmlSchemaParseElement() 12650 xmlSchemaSubstGroupPtr substGroup; in xmlSchemaBuildContentModelForSubstGroup() local [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 953 d substGroup * const xmlChar *
|