Searched defs:attruse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2964 const xmlSchemaAttributeUsePtr attruse,
2975 WXS_BASIC_CAST attruse, NULL));
13998 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, argument
14008 if (attruse->defValue != NULL) {
14009 *value = attruse->defValue;
14011 *val = attruse->defVal;
14012 if (attruse->flags & XML_SCHEMA_ATTR_USE_FIXED)
14015 } else if ((attruse->attrDecl != NULL) &&
14016 (attruse->attrDecl->defValue != NULL)) {
14017 *value = attruse
2960 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr ownerItem, const xmlSchemaAttributeUsePtr attruse, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3,const xmlChar *str4) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c2983 const xmlSchemaAttributeUsePtr attruse,
2994 WXS_BASIC_CAST attruse, NULL));
14026 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, argument
14036 if (attruse->defValue != NULL) {
14037 *value = attruse->defValue;
14039 *val = attruse->defVal;
14040 if (attruse->flags & XML_SCHEMA_ATTR_USE_FIXED)
14043 } else if ((attruse->attrDecl != NULL) &&
14044 (attruse->attrDecl->defValue != NULL)) {
14045 *value = attruse
2979 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr ownerItem, const xmlSchemaAttributeUsePtr attruse, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3,const xmlChar *str4) argument
[all...]

Completed in 393 milliseconds