Searched refs:xmlSchemaGetComponentDesignation (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemas.c | 1446 xmlSchemaGetComponentDesignation(xmlChar **buf, void *item) in xmlSchemaGetComponentDesignation() function 1462 return(xmlSchemaGetComponentDesignation(buf, idc)); in xmlSchemaGetIDCDesignation() 1720 xmlSchemaGetComponentDesignation(buf, item); in xmlSchemaFormatItemForReport() 14129 xmlSchemaGetComponentDesignation(&str, baseItem), in xmlSchemaCheckDerivationOKRestriction2to4() 14152 xmlSchemaGetComponentDesignation(&strA, in xmlSchemaCheckDerivationOKRestriction2to4() 14154 xmlSchemaGetComponentDesignation(&strB, in xmlSchemaCheckDerivationOKRestriction2to4() 14157 xmlSchemaGetComponentDesignation(&strC, baseItem)); in xmlSchemaCheckDerivationOKRestriction2to4() 14203 xmlSchemaGetComponentDesignation(&str, in xmlSchemaCheckDerivationOKRestriction2to4() 14235 xmlSchemaGetComponentDesignation(&str, baseItem), in xmlSchemaCheckDerivationOKRestriction2to4() 14277 xmlSchemaGetComponentDesignation(&strA, bcur), in xmlSchemaCheckDerivationOKRestriction2to4() [all …]
|